Code Sample |
noauth login lock -detach 192.168.3.1:192.168.3.2 asyncmap 0 netmask 255.255.255.0 proxyarp defaultroute crtscts modem persist logfile /home/dsl/tmp/ppp.log debug |
Code Sample |
dsl@ttyp0[dsl]$ sudo pppd /dev/ttyS1 19200 & [2] 2173 |
Code Sample |
dsl@ttyp0[dsl]$ Using interface ppp0 Connect: ppp0 <--> /dev/ttyS1 Warning - secret file /etc/ppp/pap-secrets has world and/or group access LCP: timeout sending Config-Requests Connection terminated. Using interface ppp0 Connect: ppp0 <--> /dev/ttyS1 Warning - secret file /etc/ppp/pap-secrets has world and/or group access Modem hangup Connection terminated. [2]+ Exit 6 sudo pppd /dev/ttyS1 19200 |
Code Sample |
Device ttyS1 is locked by pid 1785 |
Quote |
login Use the system password database for authenticating the peer using PAP, and record the user in the system wtmp file. Note that the peer must have an entry in the /etc/ppp/pap-secrets file as well as the system password database to be allowed access. |
Quote |
# Secrets for authentication using PAP # client server secret IP addresses * * "" ppp_client |
Code Sample |
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x595292b5> <pcomp> <accomp>] |