Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-07-2014, 02:52 AM
|
#1
|
LQ Newbie
Registered: Feb 2014
Posts: 2
Rep:
|
PPPoE connection drops after 3 echo request failed and does not comes up.
Hi,
I am using Fedora 13 where I had configured pppoe client and the ADSL modem/router is configured in the Bridge mode so that the username and password is stored on the Fedora (/etc/ppp/pap-secrets)
In the first attempt it is getting connected to the Internet.
But after sometime it gets disconnected. Below are the /var/log/messages
Feb 23 22:57:56 praivn-host pppd[15145]: No response to 3 echo-requests
Feb 23 22:57:56 praivn-host pppd[15145]: Serial link appears to be disconnected.
Feb 23 22:57:56 praivn-host pppd[15145]: Connect time 8.7 minutes.
Feb 23 22:57:56 praivn-host pppd[15145]: Sent 1008 bytes, received 0 bytes.
Feb 23 22:58:02 praivn-host pppd[15145]: Connection terminated.
Feb 23 22:58:02 praivn-host pppd[15145]: Modem hangup
Feb 23 22:58:02 praivn-host pppoe[15146]: read (asyncReadFromPPP): Session 1: Input/output error
Feb 23 22:58:02 praivn-host pppoe[15146]: Sent PADT
Feb 23 22:58:02 praivn-host pppd[15145]: Exit.
Feb 23 22:58:02 praivn-host pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 23 22:58:07 praivn-host pppd[18721]: pppd 2.4.5 started by root, uid 0
Feb 23 22:58:07 praivn-host pppd[18721]: Using interface ppp0
Feb 23 22:58:07 praivn-host pppd[18721]: Connect: ppp0 /dev/pts/1
Feb 23 22:58:38 praivn-host pppd[18721]: LCP: timeout sending Config-Requests
Feb 23 22:58:38 praivn-host pppd[18721]: Connection terminated.
Feb 23 22:58:38 praivn-host pppd[18721]: Modem hangup
Feb 23 22:58:42 praivn-host pppoe[18722]: Timeout waiting for PADO packets
Feb 23 22:58:42 praivn-host pppd[18721]: Exit.
Feb 23 22:58:42 praivn-host pppoe-connect: PPPoE connection lost; attempting re-connection.
Please help me in troubleshooting this issue.
|
|
|
03-07-2014, 05:32 AM
|
#2
|
Member
Registered: Mar 2008
Location: Oslo, Norway
Distribution: Slackware 14.1 64-bit, Ubuntu 15.10, Fedora 17, Ubuntu 12 LTS and Ubuntu server 10.04
Posts: 173
Rep:
|
Just curious, why Fedora 13?
Anyway, please provide the output of ifconfig, dmesg, and the name of your network card. Perhaps the modem too.
Run this commands AFTER your working connection has dropped:
Code:
$ su -
# ifconfig -a
# ifconfig
# dmesg
# lspci
Change lspci to lsusb if your network card is USB.
Paste the output here.
|
|
|
03-10-2014, 02:32 AM
|
#3
|
LQ Newbie
Registered: Feb 2014
Posts: 2
Original Poster
Rep:
|
Hi,
Sorry for the delayed reply.
Following are output related to dial up interface is down.
Before PPPoE link drop:
Ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:EC
inet addr:10.10.16.125 Bcast:10.10.19.255 Mask:255.255.252.0
inet6 addr: fe80::20b:abff:fe5b:59ec/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:315234892 errors:0 dropped:59727092 overruns:0 frame:0
TX packets:233966 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3528311853 (3.2 GiB) TX bytes:124319070 (118.5 MiB)
Memory:fe6c0000-fe6e0000
eth1 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:ED
inet6 addr: fe80::20b:abff:fe5b:59ed/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:185576557 errors:777 dropped:3201322 overruns:0 frame:777
TX packets:43680 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2819075873 (2.6 GiB) TX bytes:1384123 (1.3 MiB)
Memory:fe7e0000-fe800000
eth2 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:EE
inet6 addr: fe80::20b:abff:fe5b:59ee/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:75441 errors:0 dropped:0 overruns:0 frame:0
TX packets:53197 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:22095153 (21.0 MiB) TX bytes:2323756 (2.2 MiB)
Memory:fe8e0000-fe900000
eth3 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:EF
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:fe9e0000-fea00000
eth4 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:F0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:feae0000-feb00000
eth5 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:F1
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:febe0000-fec00000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:153772 errors:0 dropped:0 overruns:0 frame:0
TX packets:153772 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13915193 (13.2 MiB) TX bytes:13915193 (13.2 MiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:10.100.16.127 P-t-P:10.100.16.123 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:52 (52.0 b) TX bytes:1054 (1.0 KiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
dmesg
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
e1000e: eth2 NIC Link is Down
e1000e 0000:02:00.0: irq 31 for MSI/MSI-X
e1000e 0000:02:00.0: irq 31 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth1: no IPv6 routers present
e1000e 0000:02:00.0: irq 31 for MSI/MSI-X
e1000e 0000:02:00.0: irq 31 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth1: no IPv6 routers present
lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:19.0 Ethernet controller: Intel Corporation 82567V-3 Gigabit Network Connection (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
02:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
03:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
04:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
05:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
06:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
----------------------------------------------------------------------------------------------------------------------
After 3 echo request failed.
lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:19.0 Ethernet controller: Intel Corporation 82567V-3 Gigabit Network Connection (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
02:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
03:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
04:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
05:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
06:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:EC
inet addr:10.10.16.125 Bcast:10.10.19.255 Mask:255.255.252.0
inet6 addr: fe80::20b:abff:fe5b:59ec/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:315241922 errors:0 dropped:59727092 overruns:0 frame:0
TX packets:234176 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3528968420 (3.2 GiB) TX bytes:124363882 (118.6 MiB)
Memory:fe6c0000-fe6e0000
eth1 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:ED
inet6 addr: fe80::20b:abff:fe5b:59ed/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:185581998 errors:777 dropped:3201322 overruns:0 frame:777
TX packets:43825 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2819436808 (2.6 GiB) TX bytes:1390427 (1.3 MiB)
Memory:fe7e0000-fe800000
eth2 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:EE
inet6 addr: fe80::20b:abff:fe5b:59ee/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:75466 errors:0 dropped:0 overruns:0 frame:0
TX packets:53197 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:22096753 (21.0 MiB) TX bytes:2323756 (2.2 MiB)
Memory:fe8e0000-fe900000
eth3 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:EF
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:fe9e0000-fea00000
eth4 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:F0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:feae0000-feb00000
eth5 Link encap:Ethernet HWaddr 00:0B:AB:5B:59:F1
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:febe0000-fec00000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:153780 errors:0 dropped:0 overruns:0 frame:0
TX packets:153780 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13916083 (13.2 MiB) TX bytes:13916083 (13.2 MiB)
dmesg
e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
0000:03:00.0: eth2: 10/100 speed: disabling TSO
e1000e 0000:03:00.0: irq 32 for MSI/MSI-X
e1000e 0000:03:00.0: irq 32 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth2: link is not ready
e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
0000:03:00.0: eth2: 10/100 speed: disabling TSO
ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
eth2: no IPv6 routers present
NET: Unregistered protocol family 15
NET: Registered protocol family 15
padlock: VIA PadLock not detected.
e1000e 0000:02:00.0: irq 31 for MSI/MSI-X
e1000e 0000:02:00.0: irq 31 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth1: no IPv6 routers present
Last edited by nitinsawade; 03-10-2014 at 02:37 AM.
Reason: Missing interface list
|
|
|
All times are GMT -5. The time now is 02:18 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|