xboxscene.org forums

Author Topic: Ip Problems  (Read 55 times)

GoSpits

  • Archived User
  • Newbie
  • *
  • Posts: 26
Ip Problems
« on: February 24, 2004, 12:05:00 PM »

tongue.gif

I upgraded to the newest version of UnleashX and now cannot connect to my Xbox. My settings are the same as before, and my .xml has only slightly changed. Perhaps I goofed somewhere and don't see it, I don't know.
I know my connection is active, as I can FTP through the other dashes I use, but since UnleashX is my default, I'd like it to work.
I connect through OSX (check the sig) and use Fetch. Again, I can FTP the Xbox, just not though UnleashX.

Any suggestions, tips or advice?

TIA, everyone.

Here is my config.xml:
---------
<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
   <Settings>
      <MSDashBoard>C:\Xboxdash.xbe</MSDashBoard>
      <Password MaxTries="3"></Password>
      
      
      <Network Enable="Yes" Type="DHCP">
         <IP>192.168.0.3</IP>
         <Subnet>255.255.255.0</Subnet>
         <Gateway>192.168.200.1</Gateway>
         <DNS1>0.0.0.0</DNS1>
         <DNS2>0.0.0.0</DNS2>
      </Network>


      
      <FTP Enable="Yes">
         <User>xbox</User>
         <Password>xbox</Password>
         <Port>21</Port>
         <MaxUsers>2</MaxUsers>
         <AllowAnon>No</AllowAnon>
         <Greeting>Welcome to XBOX FTP Server</Greeting>
      </FTP>

         <Newsfeed Enable="False" Interval="30">
         <URL>www.xbox-scene.com/xbox1data/xbox-scene.xml</URL>
         <URL>www.xbins.org/xbins.xml</URL>
      </Newsfeed>

      
      <Preference>
         <Games AutoLaunch="No" />
         <DVD AutoLaunch="No">F:\Apps\DVDX2\default.xbe</DVD>
         <AudioCD AutoLaunch="No">C:\xboxdash.xbe</AudioCD>
         <Data AutoLaunch="Yes"></Data>
         
         <SoundVolume>90</SoundVolume>
         <MusicVolume>90</MusicVolume>
         <EnableSoundTrack Random="True">Off</EnableSoundTrack>
         <UseFahrenheit>False</UseFahrenheit>
         <SNTP Synchronize="No">216.244.192.3</SNTP>
         <Skin Path="skins\"></Skin>
         
         <FanSpeed>1</FanSpeed>
         <ScreenSaver Wait="60" Type="1">
            <Text></Text>
         </ScreenSaver>
         <AutoTurnOff>0</AutoTurnOff>
         <EnableDriveF>True</EnableDriveF>
         <EnableDriveG>False</EnableDriveG>
      </Preference>
   </Settings>

   <Menu>
      <Item Action="LaunchDVD" >Launch DVD</Item>
      <List Text="Games" Sort="On" Auto="On">
         <Path>E:\Games</Path>
         <Path>F:\Games</Path>
         <Path>G:\Games</Path>
      </List>
      <List Text="Applications" Sort="On" Auto="On">
         <Path>E:\Apps</Path>
         <Path>F:\Apps</Path>
         <Path>G:\Apps</Path>
      </List>
      <List Text="Dashboards" Sort="On" Auto="On">
         <Path>C:\</Path>
         <Item Action="c:\xboxdash.xbe">MS Dashboard</Item>
         <Item Action="c:\evoxdash.xbe">Evolution-X</Item>
      </List>
      <List Text="System" Sort="Off" Auto="On" >
         <Item Action="Settings" >Settings</Item>
         <List Text="Misc" Sort="Off" Auto="On">
            <Item Action="FTPStop">Stop FTP</Item>
            <Item Action="FTPStart">Start FTP</Item>
            <Item Action="FTPReset">Reset FTP</Item>
            <Item Action="NETReset">Restart Network</Item>
            <Item Action="TrayClose">Close DVD Tray</Item>
            <Item Action="TrayOpen">Open DVD Tray</Item>
            <Item Action="CopyDVD">Copy Game Disk</Item>
         </List>
         <List Text="Format Menu" Sort="Off" Auto="On" Password="Xbox">
            <Item Action="Format" Arg1="F" >Format F Drive</Item>
            <Item Action="Format" Arg1="G" >Format G Drive</Item>
            <Item Action="Format"  Arg1="X" >Format X Drive</Item>
            <Item Action="Format"  Arg1="Y" >Format Y Drive</Item>
            <Item Action="Format"  Arg1="Z" >Format Z Drive</Item>
         </List>
         <Item Action="Skins">Skins</Item>
      </List>
      <Item Action="FileManager" >File Explorer</Item>
      <Item Action="Restart" >Reboot</Item>
      <Item Action="Shutdown" >Shutdown</Item>
   </Menu>
</UnleashX>
Logged

GoSpits

  • Archived User
  • Newbie
  • *
  • Posts: 26
Ip Problems
« Reply #1 on: February 24, 2004, 05:15:00 PM »

jester.gif
I can't believe I forgot to change it, but thank you very much for the reply.

Everything's all set and working perfectly.
Thanks a bunch.
Logged