Here's what Markus Landgraf (landgraf@crunch.ikp.physik.th-darmstadt.de
)
does to run PPP with the ip-addresses etc. set manually (i.e. they have
to be known in advance):
# ifconfig ppp0 inet <local-ip> -arp -trailer <remote-ip>
kermit> set line /dev/tty00 kermit> set speed 9600 # or whatever kermit> set flow rts/cts kermit> connectIf your're using a modem, you'll have to dial before connecting:
kermit> dial <your terminal-server's phone number>Log into your remote machine and start
dplogin
, pppd
or
whatever's used to start PPP on the remote site.
After that (when you get weird chars on your display) terminate kermit
(CTRL-\ q) and perform the next step fast to avoid a timeout.
# pppd /dev/tty00 9600
# ifconfig ppp0 up
# route add default <remote-ip>