Hi friends,
I want to configure DSL connection using "pppoe-setup". I ran that command and setup went well.
File available in "/etc/sysconfig/networking/devices/"
are
PHP Code:
ifcfg-eth0 ifcfg-ppp0 ifcfg-ppp0.bak ifcfg-wlan0 keys-wlan0
and content of "ifcfg-ppp0" is
PHP Code:
[root@OS sharath]# cat /etc/sysconfig/networking/devices/ifcfg-ppp0
USERCTL=yes
BOOTPROTO=dialup
NAME=DSLppp0
DEVICE=ppp0
TYPE=xDSL
ONBOOT=yes
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=NONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=yes
SYNCHRONOUS=no
ETH=eth0
PROVIDER=DSLppp0
USER=moka_shar
PEERDNS=no
DEMAND=no
I don't know what is the use of "ifcfg-ppp0.bak". I think it is a backup file for "ifcfg-ppp0"
Then I used /sbin/ifup ppp0 . output is
PHP Code:
[root@OS sharath]# pppoe-status
pppoe-status: Link is up and running on interface ppp1
9: ppp1: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 3
link/ppp
inet 59.93.119.170 peer 59.93.112.1/32 scope global ppp1
but I am not able to reach internet. Please help me
Thanks in advance.....