I have a linux box that connected to ISP through router with lease line as my "default" gateway. I use PPPD 2.3.7 to serve my users to use modem to connect to Internet through this Linux Box as a PPP server. I put the a line at inittab: S1:12345:respwan:/usr/sbin/pppd login modem crtscts /dev/ttyS1 and /etc/ppp/options lock require-pap nodetach noipx ms-dns xxx.xxx.xx.xxx Where xxx.xxx.xx.xxx is my Linux Box eth0 IP. If I do not specify nodefaultroute at /etc/ppp/options, ppp can up. But there are two default route when I use route command. If I specify "nodefaultroute" then I get some messages at /var/log/messages: ..... pppd[xxx]:defaultroute option is disabled ..... pppd[xxx]:defaultroute option is disabled ..... pppd[xxx]:defaultroute option is disabled ..... pppd[xxx]:defaultroute option is disabled ..... pppd[xxx]:defaultroute option is disabled ..... init: Id "S1" respwaning too fast: disbaled for 5 minutes and I could not find any pppd process using: ps ax Do anybody know why? Is it ok to use the PPPD without "nodefaultroute" that will generate another "default" that point to my PPP client IP address? Thank You. - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to [EMAIL PROTECTED]
