Did I shut off the network interface?Configure Atheros AR9285 wireless in Gentoo802.3ad on FreeBSD and Linux...
How to work with PETG? Settings, caveats, etc
What is the most suitable position for a bishop here?
Dmesg full of I/O errors, smart ok, four disks affected
"What is the maximum that Player 1 can win?"
Is declining an undergraduate award which causes me discomfort appropriate?
What is "industrial ethernet"?
Has a life raft ever been successfully deployed on a modern commercial flight?
Dates on degrees don’t make sense – will people care?
Is "Busen" just the area between the breasts?
Should I include an appendix for inessential, yet related worldbuilding to my story?
How many people are necessary to maintain modern civilisation?
Does a proton have a binding energy?
Umlaut character order when sorting
Novel in which alien (Martian?) is trapped on Earth in prehistory
How do I see debug logs for Change Data Capture triggers in Salesforce?
Explicit song lyrics checker
Why is "Congress shall have power to enforce this article by appropriate legislation" necessary?
Second 100 amp breaker inside existing 200 amp residential panel for new detached garage
Helping ease my back pain by studying 13 hours everyday , even weekends
What are Elsa's reasons for selecting the Holy Grail on behalf of Donovan?
What is the highest voltage from the power supply a Raspberry Pi 3 B can handle without getting damaged?
Explain why a line can never intersect a plane in exactly two points.
What happened to Hopper's girlfriend in season one?
How does DC work with natural 20?
Did I shut off the network interface?
Configure Atheros AR9285 wireless in Gentoo802.3ad on FreeBSD and Linux using crossover cables?Why would my Linux host suddently stop receiving multicast? All other nics on private network are receivingChange ip addr label in LinuxCannot connect to network in fedora 19Confusion about interfaces, iptables, connections, local connectionFTP not happening on RHEL 6 Server configured using a Vm Player 11Debian8 server : Can't resolve IP adresses or DNSDirect connection Centos7 (loadbalance) to QNAP (trunk)Network is down, reopening socket
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Debian; 2-orangpi; FW;
On my armbian-Debian desktop, right upper corner, there is the dropdown icon - shows my internet connections.
It has “enable networking & enable wifi”. I ‘unchecked’ them so that they are NOT enabled. But when I look below at the printout for ip addr
, for eth0
& eth0.2
, it shows “state up” for both.
Doesn’t that mean that my network interfaces for the ethernet connections are active and “not” disabled? I printed out results for both ip addr
& ifconfig -a
. As a side note, do you know why it would say Interrupt:114
in ifconfig -a
results?
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN group default
link/loopback
inet
inet6
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether
inet
inet6
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether
6: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether
inet
inet6
valid_lft forever preferred_lft forever
$ ifconfig -a
eth0 Link encap:Ethernet
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:936 errors:0 dropped:0 overruns:0 frame:0
TX packets:534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:98919 (98.9 KB) TX bytes:63864 (63.8 KB)
Interrupt:114
eth0.2 Link encap:Ethernet
inet addr:
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:427 errors:0 dropped:0 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30546 (30.5 KB) TX bytes:33618 (33.6 KB)
eth0:avahi Link encap:Ethernet
inet addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:114
lo Link encap:Local Loopback
inet addr:
inet6 addr: :
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:163 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12938 (12.9 KB) TX bytes:12938 (12.9 KB)
wlan0 Link encap:Ethernet
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)
networking
add a comment |
Debian; 2-orangpi; FW;
On my armbian-Debian desktop, right upper corner, there is the dropdown icon - shows my internet connections.
It has “enable networking & enable wifi”. I ‘unchecked’ them so that they are NOT enabled. But when I look below at the printout for ip addr
, for eth0
& eth0.2
, it shows “state up” for both.
Doesn’t that mean that my network interfaces for the ethernet connections are active and “not” disabled? I printed out results for both ip addr
& ifconfig -a
. As a side note, do you know why it would say Interrupt:114
in ifconfig -a
results?
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN group default
link/loopback
inet
inet6
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether
inet
inet6
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether
6: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether
inet
inet6
valid_lft forever preferred_lft forever
$ ifconfig -a
eth0 Link encap:Ethernet
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:936 errors:0 dropped:0 overruns:0 frame:0
TX packets:534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:98919 (98.9 KB) TX bytes:63864 (63.8 KB)
Interrupt:114
eth0.2 Link encap:Ethernet
inet addr:
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:427 errors:0 dropped:0 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30546 (30.5 KB) TX bytes:33618 (33.6 KB)
eth0:avahi Link encap:Ethernet
inet addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:114
lo Link encap:Local Loopback
inet addr:
inet6 addr: :
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:163 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12938 (12.9 KB) TX bytes:12938 (12.9 KB)
wlan0 Link encap:Ethernet
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)
networking
1
welcome to U&L I reformat your question a bit to fit local standard. please do not use upper case.
– Archemar
1 hour ago
If you use local address (like192.168.X.Y
) you can keep them in sample, those are unreachable and won't put you at risk.eth0
andeth0.
2 are wired connection (not wifi) you seems to have configured an alias (eth0.2
inifconfig -
a), whereaseth0.2@eth0
suggest me a vlan notation. Number of packet inwlan0
's stat is 0, so you don't use wifi. (even if interface isup
).
– Archemar
1 hour ago
Thanks for answering. Honestly, I don't understand much of what you mentioned (ie: "sample"; "vlan notation"), but as for wifi/ wlan0, I 'disabled' wifi and that may be why you feel I don't use wifi, though I do w/ ethernet always. I was told that if I 'disable' the 'enable networking' that my network interface is off. So why does it say STATE UP? I didn't configure this system at all. The only place I see 192.168.x.x is with the wifi/ wlan0. Thanks!
– sgu55
57 mins ago
add a comment |
Debian; 2-orangpi; FW;
On my armbian-Debian desktop, right upper corner, there is the dropdown icon - shows my internet connections.
It has “enable networking & enable wifi”. I ‘unchecked’ them so that they are NOT enabled. But when I look below at the printout for ip addr
, for eth0
& eth0.2
, it shows “state up” for both.
Doesn’t that mean that my network interfaces for the ethernet connections are active and “not” disabled? I printed out results for both ip addr
& ifconfig -a
. As a side note, do you know why it would say Interrupt:114
in ifconfig -a
results?
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN group default
link/loopback
inet
inet6
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether
inet
inet6
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether
6: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether
inet
inet6
valid_lft forever preferred_lft forever
$ ifconfig -a
eth0 Link encap:Ethernet
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:936 errors:0 dropped:0 overruns:0 frame:0
TX packets:534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:98919 (98.9 KB) TX bytes:63864 (63.8 KB)
Interrupt:114
eth0.2 Link encap:Ethernet
inet addr:
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:427 errors:0 dropped:0 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30546 (30.5 KB) TX bytes:33618 (33.6 KB)
eth0:avahi Link encap:Ethernet
inet addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:114
lo Link encap:Local Loopback
inet addr:
inet6 addr: :
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:163 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12938 (12.9 KB) TX bytes:12938 (12.9 KB)
wlan0 Link encap:Ethernet
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)
networking
Debian; 2-orangpi; FW;
On my armbian-Debian desktop, right upper corner, there is the dropdown icon - shows my internet connections.
It has “enable networking & enable wifi”. I ‘unchecked’ them so that they are NOT enabled. But when I look below at the printout for ip addr
, for eth0
& eth0.2
, it shows “state up” for both.
Doesn’t that mean that my network interfaces for the ethernet connections are active and “not” disabled? I printed out results for both ip addr
& ifconfig -a
. As a side note, do you know why it would say Interrupt:114
in ifconfig -a
results?
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN group default
link/loopback
inet
inet6
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether
inet
inet6
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether
6: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether
inet
inet6
valid_lft forever preferred_lft forever
$ ifconfig -a
eth0 Link encap:Ethernet
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:936 errors:0 dropped:0 overruns:0 frame:0
TX packets:534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:98919 (98.9 KB) TX bytes:63864 (63.8 KB)
Interrupt:114
eth0.2 Link encap:Ethernet
inet addr:
inet6 addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:427 errors:0 dropped:0 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30546 (30.5 KB) TX bytes:33618 (33.6 KB)
eth0:avahi Link encap:Ethernet
inet addr:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:114
lo Link encap:Local Loopback
inet addr:
inet6 addr: :
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:163 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12938 (12.9 KB) TX bytes:12938 (12.9 KB)
wlan0 Link encap:Ethernet
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)
networking
networking
edited 1 hour ago
muru
39.6k595171
39.6k595171
asked 3 hours ago
sgu55sgu55
143
143
1
welcome to U&L I reformat your question a bit to fit local standard. please do not use upper case.
– Archemar
1 hour ago
If you use local address (like192.168.X.Y
) you can keep them in sample, those are unreachable and won't put you at risk.eth0
andeth0.
2 are wired connection (not wifi) you seems to have configured an alias (eth0.2
inifconfig -
a), whereaseth0.2@eth0
suggest me a vlan notation. Number of packet inwlan0
's stat is 0, so you don't use wifi. (even if interface isup
).
– Archemar
1 hour ago
Thanks for answering. Honestly, I don't understand much of what you mentioned (ie: "sample"; "vlan notation"), but as for wifi/ wlan0, I 'disabled' wifi and that may be why you feel I don't use wifi, though I do w/ ethernet always. I was told that if I 'disable' the 'enable networking' that my network interface is off. So why does it say STATE UP? I didn't configure this system at all. The only place I see 192.168.x.x is with the wifi/ wlan0. Thanks!
– sgu55
57 mins ago
add a comment |
1
welcome to U&L I reformat your question a bit to fit local standard. please do not use upper case.
– Archemar
1 hour ago
If you use local address (like192.168.X.Y
) you can keep them in sample, those are unreachable and won't put you at risk.eth0
andeth0.
2 are wired connection (not wifi) you seems to have configured an alias (eth0.2
inifconfig -
a), whereaseth0.2@eth0
suggest me a vlan notation. Number of packet inwlan0
's stat is 0, so you don't use wifi. (even if interface isup
).
– Archemar
1 hour ago
Thanks for answering. Honestly, I don't understand much of what you mentioned (ie: "sample"; "vlan notation"), but as for wifi/ wlan0, I 'disabled' wifi and that may be why you feel I don't use wifi, though I do w/ ethernet always. I was told that if I 'disable' the 'enable networking' that my network interface is off. So why does it say STATE UP? I didn't configure this system at all. The only place I see 192.168.x.x is with the wifi/ wlan0. Thanks!
– sgu55
57 mins ago
1
1
welcome to U&L I reformat your question a bit to fit local standard. please do not use upper case.
– Archemar
1 hour ago
welcome to U&L I reformat your question a bit to fit local standard. please do not use upper case.
– Archemar
1 hour ago
If you use local address (like
192.168.X.Y
) you can keep them in sample, those are unreachable and won't put you at risk. eth0
and eth0.
2 are wired connection (not wifi) you seems to have configured an alias (eth0.2
in ifconfig -
a), whereas eth0.2@eth0
suggest me a vlan notation. Number of packet in wlan0
's stat is 0, so you don't use wifi. (even if interface is up
).– Archemar
1 hour ago
If you use local address (like
192.168.X.Y
) you can keep them in sample, those are unreachable and won't put you at risk. eth0
and eth0.
2 are wired connection (not wifi) you seems to have configured an alias (eth0.2
in ifconfig -
a), whereas eth0.2@eth0
suggest me a vlan notation. Number of packet in wlan0
's stat is 0, so you don't use wifi. (even if interface is up
).– Archemar
1 hour ago
Thanks for answering. Honestly, I don't understand much of what you mentioned (ie: "sample"; "vlan notation"), but as for wifi/ wlan0, I 'disabled' wifi and that may be why you feel I don't use wifi, though I do w/ ethernet always. I was told that if I 'disable' the 'enable networking' that my network interface is off. So why does it say STATE UP? I didn't configure this system at all. The only place I see 192.168.x.x is with the wifi/ wlan0. Thanks!
– sgu55
57 mins ago
Thanks for answering. Honestly, I don't understand much of what you mentioned (ie: "sample"; "vlan notation"), but as for wifi/ wlan0, I 'disabled' wifi and that may be why you feel I don't use wifi, though I do w/ ethernet always. I was told that if I 'disable' the 'enable networking' that my network interface is off. So why does it say STATE UP? I didn't configure this system at all. The only place I see 192.168.x.x is with the wifi/ wlan0. Thanks!
– sgu55
57 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f525544%2fdid-i-shut-off-the-network-interface%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
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f525544%2fdid-i-shut-off-the-network-interface%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
1
welcome to U&L I reformat your question a bit to fit local standard. please do not use upper case.
– Archemar
1 hour ago
If you use local address (like
192.168.X.Y
) you can keep them in sample, those are unreachable and won't put you at risk.eth0
andeth0.
2 are wired connection (not wifi) you seems to have configured an alias (eth0.2
inifconfig -
a), whereaseth0.2@eth0
suggest me a vlan notation. Number of packet inwlan0
's stat is 0, so you don't use wifi. (even if interface isup
).– Archemar
1 hour ago
Thanks for answering. Honestly, I don't understand much of what you mentioned (ie: "sample"; "vlan notation"), but as for wifi/ wlan0, I 'disabled' wifi and that may be why you feel I don't use wifi, though I do w/ ethernet always. I was told that if I 'disable' the 'enable networking' that my network interface is off. So why does it say STATE UP? I didn't configure this system at all. The only place I see 192.168.x.x is with the wifi/ wlan0. Thanks!
– sgu55
57 mins ago