Hi,
I have made the necessary changes to the following files on a
SuSE 7.0 Pro Linux distro to support for a dial-in and it worked:
/etc/mgetty+sendfax/login.config
/etc/ppp/options.server
/etc/ppp/options.ttyS15
/etc/ppp/pap-secrets
Now that I have upgraded to SuSE 7.3 Pro, the modifications that
I made to the SuSE 7.0 Pro is no longer working. The
/var/log/messages for the dial-in as shown below:
Feb 4 23:16:42 linux pppd[7530]: Using interface ppp0
Feb 4 23:16:42 linux pppd[7530]: Connect: ppp0 <--> /dev/ttyS15
Feb 4 23:16:49 linux pppd[7530]: user inyen logged in
Feb 4 23:16:50 linux pppd[7530]: found interface eth0 for
proxy arp
Feb 4 23:16:50 linux pppd[7530]: local IP address 192.168.1.2
Feb 4 23:16:50 linux pppd[7530]: remote IP address 192.168.1.7
Feb 4 23:17:47 linux pppd[7530]: Hangup (SIGHUP)
Feb 4 23:17:47 linux pppd[7530]: Modem hangup
Feb 4 23:17:47 linux pppd[7530]: Connection terminated.
Feb 4 23:17:47 linux pppd[7530]: Connect time 1.1 minutes.
Feb 4 23:17:47 linux pppd[7530]: Sent 73 bytes, received 2346
bytes.
Feb 4 23:17:48 linux pppd[7530]: Exit.
said the dial-in user, inyen, had successfully logged in with an
IP address of 192.168.1.7; however, I could not connect to any
website or even download my e-mail and when I went to other
computer, a win2k (on the same subnet with IP address
192.168.1.8), and did a "ping 192.168.1.7" to no avail. The
"ping" returned "Request timed out". This looked like the the
linux machine failed to forward/route the packets from/to my
machine. Does anyone out here have any idea what I am missing?
TIA.