User Tools

Site Tools


x68000:internet_on_x68000_using_ethernet_or_null_modem_cable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
x68000:internet_on_x68000_using_ethernet_or_null_modem_cable [2019/01/26 08:10] – [Downloads] added link to win32-TAP driver. This is a permalink per openvpn download page. neko68kx68000:internet_on_x68000_using_ethernet_or_null_modem_cable [2019/08/27 20:45] (current) – external edit 127.0.0.1
Line 3: Line 3:
 This article is a kind contribution by our forum member **Neko68k**. Thank you for shedding light on this rather grey area ! This article is a kind contribution by our forum member **Neko68k**. Thank you for shedding light on this rather grey area !
  
-This article will cover configuring your X68000 for internet access using either a null-modem cable or an ethernet card. Neptune-X and Nereid should both work. You will first need to download the required software listed below. In addition to these you may also want to install [[http://nfggames.com/X68000/Mirrors/x68pub/x68tools/HUMAN/TwentyOne/tw136c14.lzh|TwentyOne]] (long file name support) if you haven't already.+This article will cover configuring your X68000 for internet access using either a null-modem cable or an ethernet card. Neptune-XNereid, and RaSCSI should all work with the proper driver. You will first need to download the required software listed below. In addition to these you may also want to install [[http://nfggames.com/X68000/Mirrors/x68pub/x68tools/HUMAN/TwentyOne/tw136c14.lzh|TwentyOne]] (long file name support) if you haven't already.
  
 ==== Downloads ==== ==== Downloads ====
Line 69: Line 69:
 [[http://www.gamesx.com/wiki/doku.php?id=x68000:rs232_null_modem_cable_with_partial_handshaking|RS232 null modem cable with partial handshaking]] [[http://www.gamesx.com/wiki/doku.php?id=x68000:rs232_null_modem_cable_with_partial_handshaking|RS232 null modem cable with partial handshaking]]
  
-I followed the steps [[https://hackaday.io/project/20353-the-retroserver-networking-for-old-computers/log/54966-dial-up-and-ppp-server-in-modern-linux|here]] to set up a PPP server using Debian Stretch. Do not put 'local' in the file '/etc/ppp/options.ttyUSB0' and also add 'noproxyarp' to that file. I also used 38400 since this is the max for a non-overclocked SCC. I also changed ttyUSB0 to ttyS0 in the necessary places since that's how my serial port exists.+I followed the steps [[https://hackaday.io/project/20353-the-retroserver-networking-for-old-computers/log/54966-dial-up-and-ppp-server-in-modern-linux|here]] to set up a PPP server using Debian Stretch. Do not put 'local' in the file '/etc/ppp/options.ttyUSB0' and also add 'noproxyarp' to that file. I also used 38400 since this is the max for a non-overclocked SCC. In addition I changed ttyUSB0 to ttyS0 in the necessary places since that's how my serial port exists.
  
   *On your x68k run PPPX.BAT.   *On your x68k run PPPX.BAT.
Line 82: Line 82:
 Thanks to GIMONS for pointing me in the right direction. Thanks to GIMONS for pointing me in the right direction.
  
-XM6G Specifics: +=== General === 
-   *Use OpenVPN TAP driver+ 
-   *Install it and rename the interface to something reasonable, I use 'tap-bridge', in your Windows network interface options. +Add your ethernet driver to 'config.sys'For example 'DEVICE=\SYS\ETHERL12.SYS -t1' then reboot.
-   *You _must_ set a static IP to the TAP device before bridging. This IP should be in your local subnet (ex. 10.0.0.x, 162.168.0.x). The default router should be _your_ router (ex. 10.0.0.1, 192.168.0.1). The  +
-   *Select the tap interface and your LAN interface, right click and select 'bridge connections'. +
-   *In XM6G put your TAP interface name in the Nererid tab. +
-   *Close and re-open XM6G.+
  
 I recommend creating a BAT file with the following commands: I recommend creating a BAT file with the following commands:
Line 98: Line 94:
 </code> </code>
  
-Run your BAT file.+In the above snippet '+router' should be _your_ actual router. 
 + 
 +Run your BAT file and test with 'ping'
 + 
 +=== XM6G Specifics === 
 +   *Use OpenVPN TAP driver. 
 +   *Install it and rename the interface to something reasonable in your Windows network interface options.  I use 'tap-bridge'.  
 +   *You _must_ set a static IP to the TAP device before bridging. This IP should be in your local subnet and will be the IP address for the x68k. It should be specified in /etc/hosts as described above. (ex. 10.0.0.x, 162.168.0.x). The default router should be _your_ router (ex. 10.0.0.1, 192.168.0.1). 
 +   *Select the TAP interface and your LAN interface, right click and select 'bridge connections'
 +   *In XM6G put your TAP interface name in the Nereid tab. 
 +   *Close and re-open XM6G. 
 +   *Now follow the General instructions above if you haven't already. 
 + 
  
  
x68000/internet_on_x68000_using_ethernet_or_null_modem_cable.1548454222.txt.gz · Last modified: 2019/08/27 20:44 (external edit)