Here, I'll tell you how to set up NetBSD for dial-out, either on directly connected machines or via modem.
Any hints for how to setup dial-in welcome (sliplogin
, pppd
,
...)!
Before you start setting up anything, be sure to kill any getty
running on the terminal-line you're about to use first:
kill -HUP 1
kill -9 `ps -aux | grep
gett[y] | awk '{ print $2; }'`