Hello All,
I have just installed FC3 and need to setup a slip interface.
I have slip loaded as a module but cannot get the interface up and running.
This is the syntax I used under RH7.2:
/sbin/slattach -p slip -s 38400 /dev/ptypf &
result: slattach: tty_open(/dev/ptypf, RW): No such device or address
Someone suggested I try this:
/sbin/slattach -q -v -s 38400 -p slip ptypf &
result: [1] 2620
All comments and suggestions are most welcome!
Paul Delaney