Ethernet connection not able to connect to default gateway





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















My Ethernet connection started randomly dropping. When I try to disable and enable networking, the system is not able to request a DHCP IP address. When I ping the default gateway in a non-working state I get:



connect: Network is unreachable


in a non-working state, ifconfig returns



enp3s15: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500`
inet6 fe80::1810:354a:f174:7106 prefixlen 64 scopeid 0x20<link>
ether 00:1d:7d:9c:7c:63 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 704643030 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 429 bytes 27977 (27.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 429 bytes 27977 (27.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


in a working state,sudo lshw -class network | grep -A14 -i "Ethernet interface" returns:



description: Ethernet interface
product: RTL-8110SC/8169SC Gigabit Ethernet
vendor: Realtek Semiconductor Co., Ltd.
physical id: f
bus info: pci@0000:03:0f.0
logical name: enp3s15
version: 10
serial: 00:1d:7d:9c:7c:63
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.26 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=1Gbit/s
resources: irq:23 ioport:ce00(size=256) memory:fdcfe000-fdcfe0ff memory:fdb00000-fdb1ffff


in a working state, ip addr show returns:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s15: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:1d:7d:9c:7c:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.26/24 brd 192.168.0.255 scope global dynamic noprefixroute enp3s15
valid_lft 3015sec preferred_lft 3015sec
inet6 fe80::1810:354a:f174:7106/64 scope link noprefixroute
valid_lft forever preferred_lft forever


in a working state,nmcli device returns:



DEVICE   TYPE      STATE      CONNECTION         
enp3s15 ethernet connected Wired connection 1
lo loopback unmanaged --


Sometimes rebooting helps. Sometimes not.



This is really strange. This machine has been running forever with no issues like this.



Version info:



lsb_release -a
LSB Version: core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic









share|improve this question

























  • Please edit your question and post output of the following commands: 1. sudo lshw -class network | grep -A14 -i "Ethernet interface" 2. ip addr show and 3.nmcli device. Are you installed with Ubuntu 18.04?

    – Marmayogi
    Apr 7 at 11:59


















0















My Ethernet connection started randomly dropping. When I try to disable and enable networking, the system is not able to request a DHCP IP address. When I ping the default gateway in a non-working state I get:



connect: Network is unreachable


in a non-working state, ifconfig returns



enp3s15: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500`
inet6 fe80::1810:354a:f174:7106 prefixlen 64 scopeid 0x20<link>
ether 00:1d:7d:9c:7c:63 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 704643030 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 429 bytes 27977 (27.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 429 bytes 27977 (27.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


in a working state,sudo lshw -class network | grep -A14 -i "Ethernet interface" returns:



description: Ethernet interface
product: RTL-8110SC/8169SC Gigabit Ethernet
vendor: Realtek Semiconductor Co., Ltd.
physical id: f
bus info: pci@0000:03:0f.0
logical name: enp3s15
version: 10
serial: 00:1d:7d:9c:7c:63
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.26 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=1Gbit/s
resources: irq:23 ioport:ce00(size=256) memory:fdcfe000-fdcfe0ff memory:fdb00000-fdb1ffff


in a working state, ip addr show returns:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s15: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:1d:7d:9c:7c:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.26/24 brd 192.168.0.255 scope global dynamic noprefixroute enp3s15
valid_lft 3015sec preferred_lft 3015sec
inet6 fe80::1810:354a:f174:7106/64 scope link noprefixroute
valid_lft forever preferred_lft forever


in a working state,nmcli device returns:



DEVICE   TYPE      STATE      CONNECTION         
enp3s15 ethernet connected Wired connection 1
lo loopback unmanaged --


Sometimes rebooting helps. Sometimes not.



This is really strange. This machine has been running forever with no issues like this.



Version info:



lsb_release -a
LSB Version: core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic









share|improve this question

























  • Please edit your question and post output of the following commands: 1. sudo lshw -class network | grep -A14 -i "Ethernet interface" 2. ip addr show and 3.nmcli device. Are you installed with Ubuntu 18.04?

    – Marmayogi
    Apr 7 at 11:59














0












0








0








My Ethernet connection started randomly dropping. When I try to disable and enable networking, the system is not able to request a DHCP IP address. When I ping the default gateway in a non-working state I get:



connect: Network is unreachable


in a non-working state, ifconfig returns



enp3s15: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500`
inet6 fe80::1810:354a:f174:7106 prefixlen 64 scopeid 0x20<link>
ether 00:1d:7d:9c:7c:63 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 704643030 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 429 bytes 27977 (27.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 429 bytes 27977 (27.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


in a working state,sudo lshw -class network | grep -A14 -i "Ethernet interface" returns:



description: Ethernet interface
product: RTL-8110SC/8169SC Gigabit Ethernet
vendor: Realtek Semiconductor Co., Ltd.
physical id: f
bus info: pci@0000:03:0f.0
logical name: enp3s15
version: 10
serial: 00:1d:7d:9c:7c:63
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.26 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=1Gbit/s
resources: irq:23 ioport:ce00(size=256) memory:fdcfe000-fdcfe0ff memory:fdb00000-fdb1ffff


in a working state, ip addr show returns:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s15: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:1d:7d:9c:7c:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.26/24 brd 192.168.0.255 scope global dynamic noprefixroute enp3s15
valid_lft 3015sec preferred_lft 3015sec
inet6 fe80::1810:354a:f174:7106/64 scope link noprefixroute
valid_lft forever preferred_lft forever


in a working state,nmcli device returns:



DEVICE   TYPE      STATE      CONNECTION         
enp3s15 ethernet connected Wired connection 1
lo loopback unmanaged --


Sometimes rebooting helps. Sometimes not.



This is really strange. This machine has been running forever with no issues like this.



Version info:



lsb_release -a
LSB Version: core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic









share|improve this question
















My Ethernet connection started randomly dropping. When I try to disable and enable networking, the system is not able to request a DHCP IP address. When I ping the default gateway in a non-working state I get:



connect: Network is unreachable


in a non-working state, ifconfig returns



enp3s15: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500`
inet6 fe80::1810:354a:f174:7106 prefixlen 64 scopeid 0x20<link>
ether 00:1d:7d:9c:7c:63 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 704643030 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 429 bytes 27977 (27.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 429 bytes 27977 (27.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


in a working state,sudo lshw -class network | grep -A14 -i "Ethernet interface" returns:



description: Ethernet interface
product: RTL-8110SC/8169SC Gigabit Ethernet
vendor: Realtek Semiconductor Co., Ltd.
physical id: f
bus info: pci@0000:03:0f.0
logical name: enp3s15
version: 10
serial: 00:1d:7d:9c:7c:63
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.26 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=1Gbit/s
resources: irq:23 ioport:ce00(size=256) memory:fdcfe000-fdcfe0ff memory:fdb00000-fdb1ffff


in a working state, ip addr show returns:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s15: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:1d:7d:9c:7c:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.26/24 brd 192.168.0.255 scope global dynamic noprefixroute enp3s15
valid_lft 3015sec preferred_lft 3015sec
inet6 fe80::1810:354a:f174:7106/64 scope link noprefixroute
valid_lft forever preferred_lft forever


in a working state,nmcli device returns:



DEVICE   TYPE      STATE      CONNECTION         
enp3s15 ethernet connected Wired connection 1
lo loopback unmanaged --


Sometimes rebooting helps. Sometimes not.



This is really strange. This machine has been running forever with no issues like this.



Version info:



lsb_release -a
LSB Version: core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic






networking ethernet troubleshooting






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 7 at 15:41







Devehf

















asked Apr 7 at 4:42









DevehfDevehf

12




12













  • Please edit your question and post output of the following commands: 1. sudo lshw -class network | grep -A14 -i "Ethernet interface" 2. ip addr show and 3.nmcli device. Are you installed with Ubuntu 18.04?

    – Marmayogi
    Apr 7 at 11:59



















  • Please edit your question and post output of the following commands: 1. sudo lshw -class network | grep -A14 -i "Ethernet interface" 2. ip addr show and 3.nmcli device. Are you installed with Ubuntu 18.04?

    – Marmayogi
    Apr 7 at 11:59

















Please edit your question and post output of the following commands: 1. sudo lshw -class network | grep -A14 -i "Ethernet interface" 2. ip addr show and 3.nmcli device. Are you installed with Ubuntu 18.04?

– Marmayogi
Apr 7 at 11:59





Please edit your question and post output of the following commands: 1. sudo lshw -class network | grep -A14 -i "Ethernet interface" 2. ip addr show and 3.nmcli device. Are you installed with Ubuntu 18.04?

– Marmayogi
Apr 7 at 11:59










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131787%2fethernet-connection-not-able-to-connect-to-default-gateway%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131787%2fethernet-connection-not-able-to-connect-to-default-gateway%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局