Need help about configuring ADSL PPPOE on RedHat 7.2 with Webin or SSH
Hello!
I have a redhat 7.2 server wich is running since last 4 years, now have to change its ADSL PPPOE account.
steps I am doing and restults are here.
Server#adsl-start
Failed to start ADSL connection :
adsl-start: Cannot read configuration file '/etc/ppp/pppoe.conf'
root]# adsl-setup
bash: adsl-setup: command not found
root]# pppoe-setup
bash: pppoe-setup: command not found
root]# vi /etc/sysconfig/network-scripts/ifcfg-ppp0
USERCTL=yes
BOOTPROTO=dialup
DEVICE=ppp0
TYPE=xDSL
ONBOOT=yes
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=NONE
PING=.
PPPOE_TIMEOUT=20
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=yes
SYNCHRONOUS=no
PERSIST=no
ETH=eth1
PROVIDER=zz
USER=mynewusername
PASS=mynewpass
PEERDNS=no
ONDEMAND=yes
DEMAND=no
When i connect with the new connection details on WinXP every thing is ok. it connects like a bullet.
but on Linux when i boot the system it stucked at ppp0 interface then <Red[FAILED]>
Thanks for any sugetions.
|