Voir le sujet précédent :: Voir le sujet suivant |
Auteur |
Message |
yello Connaisseur

Inscrit le: 07 Mar 2001 Messages: 144 Localisation: Amiens
|
Posté le: 1-Déc-03 17:59:36 Sujet du message: Jaguar server et XNS |
|
|
Bonjour,
Voilà je suis sous jaguar server et je ne sais pas comment utiliser le protocole XNS ... Quel port ? quel protocole ?
En fait je veux avoir un dossier partagé sous le protocole XNS
comment faire ????
faut t'il un soft ?
Merci |
|
Revenir en haut |
|
 |
Fyve Administrateur

Inscrit le: 07 Mar 2001 Messages: 9963 Localisation: Taulier de la Bastille
|
Posté le: 1-Déc-03 18:10:21 Sujet du message: |
|
|
Tu parles bien du protocole Xerox Network System, développé par Xerox pour gérer des réseaux (LAN ou WAN) et dont le dérivé le plus connu s'appelle IPX/SPX ?
C'est assez lié à Netware ce truc là. Micromou avait dû implémenter à l'époque un tel protocol dans leur OS car il voulait prendre pied sur le marché. Mais depuis, XNS et IPX sont tombés quelque peu en désuétude.
A ma connaissance, ce protocole n'est pas implémenté dans OS X. Eventuellement un freeware ou un shareware. Ou alors chez SourceForge, mais j'ai des doutes.
A+ _________________
"Quand on m'en fait trop, je correctionne plus, je dynamite, je disperse, je ventile..." (Audiard)
Acheter sur l'AppleStore |
|
Revenir en haut |
|
 |
yello Connaisseur

Inscrit le: 07 Mar 2001 Messages: 144 Localisation: Amiens
|
Posté le: 1-Déc-03 18:26:46 Sujet du message: Re |
|
|
En fait c'est pour utiliser un soft ( Xbmsx) qui permet de connecter une Xbox et un jaguar et utilise le port 1400 quand je ping mon ip sous ce port rien ...
(tous mes prts du routeur sont mappés bien sur)
J'ai réussi une seule fois a avoir accés sur le mac lorsque j'avais activé le partage itune puis apres plus rien ! (coincidence le Itune ?)
3 jours que je galére avec ça ...  |
|
Revenir en haut |
|
 |
yello Connaisseur

Inscrit le: 07 Mar 2001 Messages: 144 Localisation: Amiens
|
Posté le: 1-Déc-03 18:54:55 Sujet du message: ... |
|
|
... pour cela en fait je dois éditer un fichier de configuration de connexion
et là j'ai des doutes !!!!
Mon Jaguar server est en IP : 192.168.1.2, routeur mappé ...
voici mon fichier de configuration et eclairez ma lanterne :
-------------
<configuration>
<media>
<map>C:,Harddisk0\Partition2</map>
<map>E:,Harddisk0\Partition1</map>
<map>F:,Harddisk0\Partition6</map>
<!-- Xbox partition table reference for mapping other drives -->
<!-- Note! Do not map the DVD-ROM in here as it is auto mapped -->
<!-- 'C', "Harddisk0\Partition2" -->
<!-- 'E', "Harddisk0\Partition1" -->
<!-- 'F', "Harddisk0\Partition6" -->
<!-- 'X', "Harddisk0\Partition3" -->
<!-- 'Y', "Harddisk0\Partition4" -->
<!-- 'Z', "Harddisk0\Partition5" -->
<local>
<!-- remove the asterisks to set local ip address and gateway statically -->
<address>192.168.1.28</address> (adresse Xbox)
<subnet>255.255.255.0</subnet>
<gateway>192.168.1.1</gateway> (mon routeur)
<nameserver>192.168.1.2</nameserver>
<playlists>$HOME\playlists</playlists>
<timeserver*>207.46.248.43</timeserver*>
<cddbserver>194.97.4.18</cddbserver>
<thumbnails>$HOME\thumbs</thumbnails>
<bookmarks>$HOME\bookmarks</bookmarks>
<subtitles>$HOME\subtitles</subtitles>
<cddb>$HOME\cddb</cddb>
<imdb>$HOME\imdb</imdb>
</local>
<!-- specify as many shares as you like, note the format for each type of share -->
<!-- Note: XNS shares are created using RelaX, SMB shares are Windows shared folders -->
<!-- for each share you can specify the cache buffer size, note that this is optional -->
<!-- Note! For HDD shares make sure all folders exist on the Xbox in the right place -->
<music>
<visible>true</visible>
<share>
<name>Network (XBMSP)</name>
<url>xbmsp://192.168.1.2/mymusic</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (XNS)</name>
<url>$ROOT$Musik@192.168.1.2</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://admin:porte@users/share</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>e:\music</url>
</share>
<share>
<name>Internet Radio (SHOUTcast)</name>
<url>$HOME\shoutcast</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Playlists</name>
<url>$HOME\playlists</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>admin</name>
<url>xbmsp://192.168.1.2/pictures</url>
<cachesize>256</cachesize>
</share>
<share>
<name>admin</name>
<url>$ROOT$Pictures@192.168.1.2</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://moi:pass@users/share</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>f:\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>admin</name>
<url>$ROOT$xbmsp://192.168.1.2/videos</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Network (XNS)</name>
<url>$ROOT$users\shared\videos@192.168.1.2</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://moi:pass@users/share</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>HDD</name>
<url>f:\videos</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Playlists</name>
<url>$HOME\playlists</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>
<!-- only HDD app shares are supported -->
<apps>
<visible>true</visible>
<share>
<name>HDD</name>
<url>e:\apps\shortcuts</url>
</share>
</apps>
<!-- application bookmarks are optional -->
<applications>
<bookmark>
<name>Emulators</name>
<path>f:\apps\emulators</path>
</bookmark>
<bookmark>
<name>Utilities</name>
<path>f:\apps\utils</path>
</bookmark>
<bookmark>
<name>Shortcuts</name>
<path>$HOME\shortcuts</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|ty|tmf</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>
<!-- Set the resolution you want XBMP to run in -->
<!-- 1 - Use Xbox video settings to determing -->
<!-- 2 - NTSC 720x480 @ 4:3 -->
<!-- 3 - NTSC 720x480 @ 16:9 -->
<!-- 4 - PAL 720x576 @ 4:3 -->
<!-- 5 - PAL 720x576 @ 16:9 -->
<!-- 6 - HDTV 1280x720 @ 16:9 -->
<!-- 7 - HDTV 1920x1080 @ 16:9 -->
<resolution>1</resolution>
<!-- remove the asterisks from the language element to specify language otherwise -->
<!-- XBMP will try to autodetect it based on your dashboard settings -->
<language*>22</language*>
<subtitleencoding>UTF-8</subtitleencoding>
<!-- Type in right character encoding above for language font -->
<!-- Set bellow to true to use Media\common-font.ttf as UI font -->
<!-- Don't forget to copy the TTF truetype font to your Xbox -->
<usettfuifont>false</usettfuifont>
<!-- Screen saver setting in seconds (0=disable it) -->
<screensaver>0</screensaver>
<!-- snapstream server -->
<snapstreamserver>192.168.1.2</snapstreamserver>
<snapstreamuser>common</snapstreamuser>
<!-- prefill cache before start playing in % -->
<precache>10</precache>
<!-- timeout to wait for stream in seconds -->
<shoutcasttimeout>12</shoutcasttimeout>
<recordingpath>e:\music\recordings</recordingpath>
<!-- Make sure above folder exist on your Xbox harddrive -->
<scrollysuffix>|</scrollysuffix>
<!-- Enable to launch original Xbox games upon insert into DVD -->
<autolaunchxbox>true</autolaunchxbox>
<!-- Enable to auto-launch other app(xbe) upon DVD/CD insert -->
<autolaunchdvd>true</autolaunchdvd>
<dvdplayer>c:\xboxdash.xbe</dvdplayer>
<autolaunchcdda>false</autolaunchcdda>
<cddaplayer>c:\xboxdash.xbe</cddaplayer>
<!-- Enable auto-launch of other video based files upon DVD/CD insert -->
<autolaunchvideo>false</autolaunchvideo>
<!-- use CDDB server to resolve tracknames for CDDA discs -->
<usecddb>true</usecddb>
<!-- Set to false to remove the IP/Disk Space/Build Info on Main Screen -->
<showdebug>true</showdebug>
<!-- 0 - LED OFF -->
<!-- 1 - LED GREEN -->
<!-- 2 - LED RED -->
<!-- 3 - LED ORANGE -->
<!-- 4 - LED CYCLE -->
<!-- 5 - LED BIOS/DEFAULT -->
<ledcontrol>5</ledcontrol>
<!-- DATE SWAP EUROPEAN STYLE -->
<!-- DAY/MONTH - MONTH/DAY -->
<swapdate>false</swapdate>
<!-- Set to true to enable the splashscreen -->
<showsplash>false</showsplash>
<!-- Set to true to enable the webserver -->
<webserver>false</webserver>
</media>
</configuration>
------------------------
Pour la radio sous shoutcas c'est bon, ça passe, mais en xns et le (reste ne passe pas ... J'ai essayé de le router vers /Users/Shared/ (partagé mais rien n'ont plus ...
 |
|
Revenir en haut |
|
 |
yello Connaisseur

Inscrit le: 07 Mar 2001 Messages: 144 Localisation: Amiens
|
Posté le: 2-Déc-03 20:01:24 Sujet du message: Re |
|
|
... On peut toujours compter sur une réponse viable ici c'est fou !
Merci à vous de votre coopération, j'ai fait une passerelle PC/Mac
(chose que je ne vaoulais pas faire)
Bye  |
|
Revenir en haut |
|
 |
|