On Thu, Nov 1, 2018 at 10:50 AM Dan Plassche <[email protected]> wrote: > ifconfig sl0 inet 10.0.2.7 10.0.2.6 arp up > route add default 10.0.2.6 > > 5. Setup interface on server > > ifconfig sl0 create > slattach -l -s 9600 -t slip /dev/tty00 > ifconfig sl0 inet 10.0.2.6 10.0.2.7 arp up
I haven't done this in a really long time, but I don't remember needing cu when using 2 directly attached machines over a null modem. Just slattach. Maybe that changed. I also seem to recall using a /30 and a netmask for both ends. Your addresses don't belong to the same /30. Try using .1 and .2 or .5 and .6. Just stuff to try. I can't say that this info is useful 20 years later. Andy
