ManagerJay
IS-IT--Management
I have configured pppd in RedHat 6.1 and it dials on demand without any difficulty. The problem I am having is once the ppp0 interface is activated, it assumes the same IP address as eth0. And, when the Internet provider is dialed, no ip address is assigned.
I spoke to my Internet provider and they "think" they are running PPP but they are not sure.
I have the following in my /etc/ppp/options file
demand
idle 600
ipcp-accept-remote
ipcp-accept-local
lock
noauth
defaultroute
user halljay
remotename myisp
/dev/ttyS3 115020 crtscts
connect '/usr/sbin/chat -v -f /etc/ppp/call-isp'
From the log file, I get a message stating
Aug 21 20:43:37 halls pppd[1276]: Serial connection established.
Aug 21 20:43:37 halls pppd[1276]: Connect: ppp0 <--> /dev/ttyS3
Does this mean that I am connected to my isp, or am I not connected? If I am connected, any ideas why I am not receiving an IP address?
Thanks,
Jay
I spoke to my Internet provider and they "think" they are running PPP but they are not sure.
I have the following in my /etc/ppp/options file
demand
idle 600
ipcp-accept-remote
ipcp-accept-local
lock
noauth
defaultroute
user halljay
remotename myisp
/dev/ttyS3 115020 crtscts
connect '/usr/sbin/chat -v -f /etc/ppp/call-isp'
From the log file, I get a message stating
Aug 21 20:43:37 halls pppd[1276]: Serial connection established.
Aug 21 20:43:37 halls pppd[1276]: Connect: ppp0 <--> /dev/ttyS3
Does this mean that I am connected to my isp, or am I not connected? If I am connected, any ideas why I am not receiving an IP address?
Thanks,
Jay