User Tools

Site Tools


x68000:irc_internet_on_x68000_using_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
Next revisionBoth sides next revision
x68000:irc_internet_on_x68000_using_null_modem_cable [2012/01/01 01:23] eidisx68000:irc_internet_on_x68000_using_null_modem_cable [2012/01/17 12:49] neko68k
Line 20: Line 20:
 <code>inetdconf +dns 192.168.0.1</code> <code>inetdconf +dns 192.168.0.1</code>
  
-You have to do this anyway so might as well just make it happen. This is to point at your dns server, I used the IP address of my router.+You have to do this anyway so might as well just make it happen. This is to point at your dns server, I used the IP address of my router.  
 + 
 +While you're at it, change: 
 + 
 +<code>inetd</code> 
 +to 
 +<code>inetd -t -1</code> 
 + 
 +This allows internet to work in KOWIN.
  
   *unlzh TMSIO031.LZH and put TMSIO.X in \BIN   *unlzh TMSIO031.LZH and put TMSIO.X in \BIN
   *unlzh TCPPACKA.LZH and merge the folders it contains with your existing \BIN \ETC and \MAN   *unlzh TCPPACKA.LZH and merge the folders it contains with your existing \BIN \ETC and \MAN
-  *edit \ETC\hosts and \ETC\networks to reflect your actual networkfor example:+  *edit \ETC\hosts and \ETC\networks to reflect your actual networkfor example:
  
 <code> <code>
Line 64: Line 72:
   *At the prompt type the following where:   *At the prompt type the following where:
     *192.168.0.10 is the host IP, 192.168.0.11 is the x68k IP. It doesn't matter what these are necessarily as long as they dont collide with any other IP addresses on your network.     *192.168.0.10 is the host IP, 192.168.0.11 is the x68k IP. It doesn't matter what these are necessarily as long as they dont collide with any other IP addresses on your network.
-    */dev/ttyS0 is your serial port(ttyS0|COM1 ttyS1:COM2 etc)+    */dev/ttyS0 is your serial port(ttyS0:COM1 ttyS1:COM2 etc)
  
 <code>pppd -detach crtscts lock proxyarp 192.168.0.10:192.168.0.11 /dev/ttyS0 38400</code> <code>pppd -detach crtscts lock proxyarp 192.168.0.10:192.168.0.11 /dev/ttyS0 38400</code>
x68000/irc_internet_on_x68000_using_null_modem_cable.txt · Last modified: 2019/08/27 20:45 by 127.0.0.1