xboxscene.org forums

Author Topic: Connecting With Relax Xns Plz Help The Me  (Read 29 times)

riotsone

  • Archived User
  • Jr. Member
  • *
  • Posts: 81
Connecting With Relax Xns Plz Help The Me
« on: October 14, 2003, 07:14:00 PM »

ok if I type ipconfig/all i get this C:Documents and SettingsMitchO>ipconfig/all

Windows IP Configuration

       Host Name . . . . . . . . . . . . : mtchell-wtmwc1s
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Unknown
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethe
rnet NIC
       Physical Address. . . . . . . . . : 00-10-B5-10-02-91
       Dhcp Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IP Address. . . . . . . . . . . . : 192.168.254.108
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 192.168.254.254
       DHCP Server . . . . . . . . . . . : 192.168.254.254
       DNS Servers . . . . . . . . . . . : 192.168.254.254
       Lease Obtained. . . . . . . . . . : Wednesday, October 15, 2003 7:20:56
AM
       Lease Expires . . . . . . . . . . : Tuesday, January 19, 2038 7:44:07 AM


Ethernet adapter Local Area Connection 2:

       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Linksys LNE100TX Fast Ethernet Adapt
er(LNE100TX v4)
       Physical Address. . . . . . . . . : 00-04-5A-78-C8-2D
       Dhcp Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 192.168.0.1
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :

what address do I type for my config.xml that look like this.
<configuration>

<media>

   <map>C:,Harddisk0Partition2</map>
   <map>E:,Harddisk0Partition1</map>
   <map>F:,Harddisk0Partition6</map>


   

   

   

   

   

   

   

   

   <local>
       
       <address*>192.168.0.1</address*>
       <subnet*>255.255.255.0</subnet*>
       <gateway*>192.168.1.1</gateway*>
       <nameserver>192.168.1.1</nameserver>
       <playlists>$HOMEplaylists</playlists>
       <timeserver*>207.46.248.43</timeserver*>
       
       <cddbserver>194.97.4.18</cddbserver>
       <thumbnails>$HOMEthumbs</thumbnails>
       <bookmarks>$HOMEbookmarks</bookmarks>
       <subtitles>$HOMEsubtitles</subtitles>
       <cddb>$HOMEcddb</cddb>  
       <imdb>$HOMEimdb</imdb>  
   </local>

   
   
   
   
   <music>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.0.1/mymusic</url>
       <cachesize>256</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>c:[email protected]</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:music</url>
     </share>
     <share>
       <name>Internet Radio (SHOUTcast)</name>
       <url>$HOMEshoutcast</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>$HOMEplaylists</url>
       <cachesize>32</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
     </share>
     <share>
       <name>CDDA</name>
       <url>cdda:</url>
     </share>
   </music>

   <pictures>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/pictures</url>
       <cachesize>256</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>[email protected]</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:pictures</url>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
     </share>
   </pictures>

   <videos>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/videos</url>
       <cachesize>8192</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>/[email protected]</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:videos</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>$HOMEplaylists</url>
       <cachesize>1024</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
       <cachesize>8192</cachesize>
     </share>
   </videos>

   <tvguide>
     <visible>false</visible>
     <autoprocess>true</autoprocess>
   </tvguide>

   
   <apps>
     <visible>true</visible>
     <share>
       <name>HDD</name>
       <url>e:appsshortcuts</url>
     </share>
   </apps>
   
   
   <applications>
      <bookmark>
        <name>Emulators</name>
        <path>e:appsemulators</path>
      </bookmark>
      <bookmark>
        <name>Utilities</name>
        <path>e:appsutils</path>
      </bookmark>
      <bookmark>
        <name>Shortcuts</name>
        <path>$HOMEshortcuts</path>
      </bookmark>
   </applications>

   <extensions>
       <music>ac3|aac|nfo|pls|rm|sc|mpa|wav|wma|ogg|mp3|mp2|m3u|cue</music>
       <videos>nfo|rm|m3u|ifo|mov|qt|divx|xvid|bivx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bin|dat|mpg|mpeg|mkv|avc|vp3|svq3|nuv|viv|dv|fli</videos>
       <pictures>png|jpg|jpeg|bmp|gif|ico|tif|tiff|tga|pcx</pictures>
   </extensions>

   <dashboard>xboxdash.xbe</dashboard>
   <shutdowntime>0</shutdowntime>
   <sensitivity>0.2</sensitivity>
   <xnsbuffer>8192</xnsbuffer>

   
   
   
   
   
   
   
   
   <resolution>1</resolution>

   
   
   <language*>22</language*>

   <subtitleencoding>UTF-8</subtitleencoding>
   
   
   
   <usettfuifont>false</usettfuifont>

   
   <screensaver>0</screensaver>

   
   <snapstreamserver>192.168.1.1</snapstreamserver>
   <snapstreamuser>common</snapstreamuser>

   
   <precache>10</precache>

   
   <shoutcasttimeout>12</shoutcasttimeout>
   <recordingpath>e:musicrecordings</recordingpath>
   

   <scrollysuffix>|</scrollysuffix>

   
   <autolaunchxbox>true</autolaunchxbox>

   
   <autolaunchdvd>true</autolaunchdvd>
   <dvdplayer>c:xboxdash.xbe</dvdplayer>
   
   <autolaunchcdda>false</autolaunchcdda>
   <cddaplayer>c:xboxdash.xbe</cddaplayer>

       
   <autolaunchvideo>false</autolaunchvideo>    

   
   <usecddb>true</usecddb>
   
   
   <showdebug>true</showdebug>

   
   
   
   
   
   
   <ledcontrol>5</ledcontrol>

   
   
   <swapdate>false</swapdate>
   
   
   <showsplash>false</showsplash>
   
   
   <webserver>false</webserver>

</media>

</configuration>

and I want to use the xns server for RELAX and my shared files are D:sharedvideos,pictures,music
I want to know how to get this working becasue for some reason it dont want to connect. and I opend up the port too.

Logged