I have two PCs with Ubuntu 10.10. I am using the command:
sudo pppd "/dev/ttyS0" 19200 192.168.19.2:192.168.19.1 noauth debug dump nocrtscts defaultroute nodetach
The result I get is:
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
dump # (from command line)
noauth # (from command line)
/dev/ttyS0 # (from command line)
19200 # (from command line)
lock # (from /etc/ppp/options)
nocrtscts # (from command line)
modem # (from /etc/ppp/options)
asyncmap 0 # (from /etc/ppp/options)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from /etc/ppp/options)
defaultroute # (from command line)
proxyarp # (from /etc/ppp/options)
192.168.19.2:192.168.19.1 # (from command line)
noipx # (from /etc/ppp/options)
But I don't have a connection. What am I doing wrong?