What does “link#1” mean?
up vote
3
down vote
favorite
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 75.126.68.49 UGS 7 1203 - pcn0
1.2.3.3/29 link#1 UC 1 0 - pcn0
...
My question: What does "link#1" mean? The OS is OpenBSD.
openbsd
add a comment |
up vote
3
down vote
favorite
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 75.126.68.49 UGS 7 1203 - pcn0
1.2.3.3/29 link#1 UC 1 0 - pcn0
...
My question: What does "link#1" mean? The OS is OpenBSD.
openbsd
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 75.126.68.49 UGS 7 1203 - pcn0
1.2.3.3/29 link#1 UC 1 0 - pcn0
...
My question: What does "link#1" mean? The OS is OpenBSD.
openbsd
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 75.126.68.49 UGS 7 1203 - pcn0
1.2.3.3/29 link#1 UC 1 0 - pcn0
...
My question: What does "link#1" mean? The OS is OpenBSD.
openbsd
openbsd
asked Jan 23 '14 at 19:27
newuser999
2481312
2481312
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
https://www.freebsd.org/doc/handbook/network-routing.html
The designation link#1 refers to the first Ethernet card in the
machine.
But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)
add a comment |
up vote
0
down vote
There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table
The essence of it is that link#N
entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.
There is still a somewhat open question regarding the ordering of link#1
, link#2
, ...
I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig
outputs them.
How exactly this ordering is determined I'm less sure, though.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
https://www.freebsd.org/doc/handbook/network-routing.html
The designation link#1 refers to the first Ethernet card in the
machine.
But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)
add a comment |
up vote
0
down vote
https://www.freebsd.org/doc/handbook/network-routing.html
The designation link#1 refers to the first Ethernet card in the
machine.
But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)
add a comment |
up vote
0
down vote
up vote
0
down vote
https://www.freebsd.org/doc/handbook/network-routing.html
The designation link#1 refers to the first Ethernet card in the
machine.
But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)
https://www.freebsd.org/doc/handbook/network-routing.html
The designation link#1 refers to the first Ethernet card in the
machine.
But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)
answered Jan 10 '15 at 10:57
whoisthesomeone
10626
10626
add a comment |
add a comment |
up vote
0
down vote
There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table
The essence of it is that link#N
entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.
There is still a somewhat open question regarding the ordering of link#1
, link#2
, ...
I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig
outputs them.
How exactly this ordering is determined I'm less sure, though.
add a comment |
up vote
0
down vote
There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table
The essence of it is that link#N
entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.
There is still a somewhat open question regarding the ordering of link#1
, link#2
, ...
I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig
outputs them.
How exactly this ordering is determined I'm less sure, though.
add a comment |
up vote
0
down vote
up vote
0
down vote
There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table
The essence of it is that link#N
entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.
There is still a somewhat open question regarding the ordering of link#1
, link#2
, ...
I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig
outputs them.
How exactly this ordering is determined I'm less sure, though.
There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table
The essence of it is that link#N
entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.
There is still a somewhat open question regarding the ordering of link#1
, link#2
, ...
I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig
outputs them.
How exactly this ordering is determined I'm less sure, though.
edited Nov 26 at 5:36
answered Nov 25 at 22:44
jwd
61847
61847
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f110642%2fwhat-does-link1-mean%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