Ubuntu server - NIC suddenly loses connectivity The Next CEO of Stack OverflowInstalling...
How to count occurrences of text in a file?
Is it okay to majorly distort historical facts while writing a fiction story?
Should I tutor a student who I know has cheated on their homework?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Break Away Valves for Launch
Is wanting to ask what to write an indication that you need to change your story?
Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?
A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See
A small doubt about the dominated convergence theorem
Unclear about dynamic binding
What did we know about the Kessel run before the prequels?
Yu-Gi-Oh cards in Python 3
What was the first Unix version to run on a microcomputer?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Is it possible to replace duplicates of a character with one character using tr
How is this set of matrices closed under multiplication?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
Running a General Election and the European Elections together
Flying from Cape Town to England and return to another province
Won the lottery - how do I keep the money?
Why didn't Khan get resurrected in the Genesis Explosion?
0 rank tensor vs 1D vector
Legal workarounds for testamentary trust perceived as unfair
Ubuntu server - NIC suddenly loses connectivity
The Next CEO of Stack OverflowInstalling Ubuntu Server fails to detect NICDual Port Server Nic QuestionNew server, Old nicMultiple IP's using one NIC connectivity problem - WindowsWhat network loads require NIC polling vs interrupts?KVM NIC passthrough “device already in use”Multiple Gateways for Single SubnetHow to get IPv6 working?NIC suddenly doesn't recognize cableDHCP not working on RTL8111 NIC (DHCP Offer not arriving at receiver)
I'm scratching my head. I recently configured a server with two identical Intel NICs inside a DMZ. This morning at around 8:05, I successfully SSH'd in through the internal interface (via my LAN-based PC) and had access to the outside world as well. When I got into work at 9:30 or so, while I still had external access (eth1), I wasn't able to SSH in, nor could I ping out to the LAN (eth2). Restarting the interfaces or rebooting had no impact.
Beginning at 9:22, every fifteen seconds or so, syslog spits this out ("Virtualization" is the server's hostname):
Jul 4 11:50:46 Virtualization kernel: [ 6239.229261] e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jul 4 11:50:46 Virtualization kernel: [ 6239.229380] e1000e 0000:07:00.0 eth2: Link Speed was downgraded by SmartSpeed
Jul 4 11:50:46 Virtualization kernel: [ 6239.229383] e1000e 0000:07:00.0 eth2: 10/100 speed: disabling TSO
Jul 4 11:50:47 Virtualization kernel: [ 6240.024231] e1000e: eth2 NIC Link is Down
lspci -vv shows me that the two Intel NICs are seen by the system as identical in every way.
The cables and connections are all well tested and weren't touched between 8:05 and the time I came in.
Any ideas?
Thanks,
linux-networking nic dmz
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm scratching my head. I recently configured a server with two identical Intel NICs inside a DMZ. This morning at around 8:05, I successfully SSH'd in through the internal interface (via my LAN-based PC) and had access to the outside world as well. When I got into work at 9:30 or so, while I still had external access (eth1), I wasn't able to SSH in, nor could I ping out to the LAN (eth2). Restarting the interfaces or rebooting had no impact.
Beginning at 9:22, every fifteen seconds or so, syslog spits this out ("Virtualization" is the server's hostname):
Jul 4 11:50:46 Virtualization kernel: [ 6239.229261] e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jul 4 11:50:46 Virtualization kernel: [ 6239.229380] e1000e 0000:07:00.0 eth2: Link Speed was downgraded by SmartSpeed
Jul 4 11:50:46 Virtualization kernel: [ 6239.229383] e1000e 0000:07:00.0 eth2: 10/100 speed: disabling TSO
Jul 4 11:50:47 Virtualization kernel: [ 6240.024231] e1000e: eth2 NIC Link is Down
lspci -vv shows me that the two Intel NICs are seen by the system as identical in every way.
The cables and connections are all well tested and weren't touched between 8:05 and the time I came in.
Any ideas?
Thanks,
linux-networking nic dmz
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
By the way, there's nothing wrong with the Intel NIC itself - I just connected it to the LAN and configured it to accept a DHCP IP and everything went perfectly smoothly...
– dlanced
Jul 4 '14 at 17:27
Facing similar problem - suddenly getting the same "disabling TSO" and "NIC Link is Down" messages for my 14.04 (no SmartSpeed message). Using USB tethering searching (in vain) for a solution. Anyone?
– svante
Oct 6 '14 at 15:54
add a comment |
I'm scratching my head. I recently configured a server with two identical Intel NICs inside a DMZ. This morning at around 8:05, I successfully SSH'd in through the internal interface (via my LAN-based PC) and had access to the outside world as well. When I got into work at 9:30 or so, while I still had external access (eth1), I wasn't able to SSH in, nor could I ping out to the LAN (eth2). Restarting the interfaces or rebooting had no impact.
Beginning at 9:22, every fifteen seconds or so, syslog spits this out ("Virtualization" is the server's hostname):
Jul 4 11:50:46 Virtualization kernel: [ 6239.229261] e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jul 4 11:50:46 Virtualization kernel: [ 6239.229380] e1000e 0000:07:00.0 eth2: Link Speed was downgraded by SmartSpeed
Jul 4 11:50:46 Virtualization kernel: [ 6239.229383] e1000e 0000:07:00.0 eth2: 10/100 speed: disabling TSO
Jul 4 11:50:47 Virtualization kernel: [ 6240.024231] e1000e: eth2 NIC Link is Down
lspci -vv shows me that the two Intel NICs are seen by the system as identical in every way.
The cables and connections are all well tested and weren't touched between 8:05 and the time I came in.
Any ideas?
Thanks,
linux-networking nic dmz
I'm scratching my head. I recently configured a server with two identical Intel NICs inside a DMZ. This morning at around 8:05, I successfully SSH'd in through the internal interface (via my LAN-based PC) and had access to the outside world as well. When I got into work at 9:30 or so, while I still had external access (eth1), I wasn't able to SSH in, nor could I ping out to the LAN (eth2). Restarting the interfaces or rebooting had no impact.
Beginning at 9:22, every fifteen seconds or so, syslog spits this out ("Virtualization" is the server's hostname):
Jul 4 11:50:46 Virtualization kernel: [ 6239.229261] e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jul 4 11:50:46 Virtualization kernel: [ 6239.229380] e1000e 0000:07:00.0 eth2: Link Speed was downgraded by SmartSpeed
Jul 4 11:50:46 Virtualization kernel: [ 6239.229383] e1000e 0000:07:00.0 eth2: 10/100 speed: disabling TSO
Jul 4 11:50:47 Virtualization kernel: [ 6240.024231] e1000e: eth2 NIC Link is Down
lspci -vv shows me that the two Intel NICs are seen by the system as identical in every way.
The cables and connections are all well tested and weren't touched between 8:05 and the time I came in.
Any ideas?
Thanks,
linux-networking nic dmz
linux-networking nic dmz
asked Jul 4 '14 at 16:55
dlanceddlanced
14211
14211
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
By the way, there's nothing wrong with the Intel NIC itself - I just connected it to the LAN and configured it to accept a DHCP IP and everything went perfectly smoothly...
– dlanced
Jul 4 '14 at 17:27
Facing similar problem - suddenly getting the same "disabling TSO" and "NIC Link is Down" messages for my 14.04 (no SmartSpeed message). Using USB tethering searching (in vain) for a solution. Anyone?
– svante
Oct 6 '14 at 15:54
add a comment |
By the way, there's nothing wrong with the Intel NIC itself - I just connected it to the LAN and configured it to accept a DHCP IP and everything went perfectly smoothly...
– dlanced
Jul 4 '14 at 17:27
Facing similar problem - suddenly getting the same "disabling TSO" and "NIC Link is Down" messages for my 14.04 (no SmartSpeed message). Using USB tethering searching (in vain) for a solution. Anyone?
– svante
Oct 6 '14 at 15:54
By the way, there's nothing wrong with the Intel NIC itself - I just connected it to the LAN and configured it to accept a DHCP IP and everything went perfectly smoothly...
– dlanced
Jul 4 '14 at 17:27
By the way, there's nothing wrong with the Intel NIC itself - I just connected it to the LAN and configured it to accept a DHCP IP and everything went perfectly smoothly...
– dlanced
Jul 4 '14 at 17:27
Facing similar problem - suddenly getting the same "disabling TSO" and "NIC Link is Down" messages for my 14.04 (no SmartSpeed message). Using USB tethering searching (in vain) for a solution. Anyone?
– svante
Oct 6 '14 at 15:54
Facing similar problem - suddenly getting the same "disabling TSO" and "NIC Link is Down" messages for my 14.04 (no SmartSpeed message). Using USB tethering searching (in vain) for a solution. Anyone?
– svante
Oct 6 '14 at 15:54
add a comment |
1 Answer
1
active
oldest
votes
Look for problems with the connecting switch or similar equipment. In my case the connecting port on my Zyxel GS1100-24 switch had suddenly died (for good). I moved the cable over to an unused port in the switch and that made it work.
Repeted message in my kern.log while connected to the faulty switch port (enoch beeing my hostname):
Oct 6 17:23:36 enoch kernel: [ 148.458496] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Oct 6 17:23:36 enoch kernel: [ 148.458507] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
Oct 6 17:23:36 enoch kernel: [ 148.632883] e1000e: em1 NIC Link is Down
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f610230%2fubuntu-server-nic-suddenly-loses-connectivity%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Look for problems with the connecting switch or similar equipment. In my case the connecting port on my Zyxel GS1100-24 switch had suddenly died (for good). I moved the cable over to an unused port in the switch and that made it work.
Repeted message in my kern.log while connected to the faulty switch port (enoch beeing my hostname):
Oct 6 17:23:36 enoch kernel: [ 148.458496] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Oct 6 17:23:36 enoch kernel: [ 148.458507] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
Oct 6 17:23:36 enoch kernel: [ 148.632883] e1000e: em1 NIC Link is Down
add a comment |
Look for problems with the connecting switch or similar equipment. In my case the connecting port on my Zyxel GS1100-24 switch had suddenly died (for good). I moved the cable over to an unused port in the switch and that made it work.
Repeted message in my kern.log while connected to the faulty switch port (enoch beeing my hostname):
Oct 6 17:23:36 enoch kernel: [ 148.458496] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Oct 6 17:23:36 enoch kernel: [ 148.458507] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
Oct 6 17:23:36 enoch kernel: [ 148.632883] e1000e: em1 NIC Link is Down
add a comment |
Look for problems with the connecting switch or similar equipment. In my case the connecting port on my Zyxel GS1100-24 switch had suddenly died (for good). I moved the cable over to an unused port in the switch and that made it work.
Repeted message in my kern.log while connected to the faulty switch port (enoch beeing my hostname):
Oct 6 17:23:36 enoch kernel: [ 148.458496] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Oct 6 17:23:36 enoch kernel: [ 148.458507] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
Oct 6 17:23:36 enoch kernel: [ 148.632883] e1000e: em1 NIC Link is Down
Look for problems with the connecting switch or similar equipment. In my case the connecting port on my Zyxel GS1100-24 switch had suddenly died (for good). I moved the cable over to an unused port in the switch and that made it work.
Repeted message in my kern.log while connected to the faulty switch port (enoch beeing my hostname):
Oct 6 17:23:36 enoch kernel: [ 148.458496] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Oct 6 17:23:36 enoch kernel: [ 148.458507] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
Oct 6 17:23:36 enoch kernel: [ 148.632883] e1000e: em1 NIC Link is Down
answered Oct 8 '14 at 9:27
svantesvante
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f610230%2fubuntu-server-nic-suddenly-loses-connectivity%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
By the way, there's nothing wrong with the Intel NIC itself - I just connected it to the LAN and configured it to accept a DHCP IP and everything went perfectly smoothly...
– dlanced
Jul 4 '14 at 17:27
Facing similar problem - suddenly getting the same "disabling TSO" and "NIC Link is Down" messages for my 14.04 (no SmartSpeed message). Using USB tethering searching (in vain) for a solution. Anyone?
– svante
Oct 6 '14 at 15:54