nfg.forums

NFG Forums => SIG X68000 => Topic started by: neko68k on May 11, 2013, 04:42:24 AM

Title: Nereid ethernet
Post by: neko68k on May 11, 2013, 04:42:24 AM
I can't edit on the wiki right now, so here :) Tested with xm6g, should also work with hardware(you lucky person). Thanks to GIMONS for pointing me in the right direction.

XM6G Specifics:

Nereid Stuff:
Software:

Extract all of TCP PACK A to your x68000 disk. Make sure /BIN is included in your path and that /ETC is off the root of your disk.
I recommend creating a BAT file with the following commands:

xip
ifconfig ip0 up
ifconfig en0 192.168.0.11 netmask 255.255.255.0 up
inetdconf +dns 192.168.0.1 +domain x68k +router 192.168.0.1


You will need to change all the IP's above to reflect your actual network. You will also need to add/create some files. Some of the files are available in TCP PACK A.
/etc/hosts

127.0.0.1 localhost localhost
192.168.0.11 x68k x68k


/etc/networks

127 loopback
192.168.0 private-net


/etc/protocols

ip 0 IP
icmp 1 ICMP
tcp 6 TCP
udp 17 UDP


/etc/services

ftp-data 20/tcp
ftp 21/tcp
telnet 23/tcp
domain 53/tcp
domain 53/udp
finger 79/tcp


Run your BAT file. Ping google.com. Enjoy. The same software recommendations apply from the PPP/Serial wiki entry.

(http://i.imgur.com/b6Bh79a.png)
(http://i.imgur.com/CwNWz4V.png)
(http://i.imgur.com/VdjWhKo.png)
Title: Re: Nereid ethernet
Post by: neko68k on May 16, 2013, 04:16:30 AM
Updated wiki. http://gamesx.com/wiki/doku.php?id=x68000:internet_on_x68000_using_ethernet_or_null_modem_cable (http://gamesx.com/wiki/doku.php?id=x68000:internet_on_x68000_using_ethernet_or_null_modem_cable)