ipv6 ndptool for neighbor discoveryLinux tool for IPv6 unsolicited neighbor advertisementsIPv6 works only...
Is there a good way to store credentials outside of a password manager?
Why are on-board computers allowed to change controls without notifying the pilots?
Was the picture area of a CRT a parallelogram (instead of a true rectangle)?
Teaching indefinite integrals that require special-casing
How do ultrasonic sensors differentiate between transmitted and received signals?
Why is delta-v is the most useful quantity for planning space travel?
Lifted its hind leg on or lifted its hind leg towards?
Freedom of speech and where it applies
Can a malicious addon access internet history and such in chrome/firefox?
Adding empty element to declared container without declaring type of element
Is infinity mathematically observable?
Can the harmonic series explain the origin of the major scale?
Can a Bard use an arcane focus?
A workplace installs custom certificates on personal devices, can this be used to decrypt HTTPS traffic?
Are Warlocks Arcane or Divine?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
For airliners, what prevents wing strikes on landing in bad weather?
What will be the benefits of Brexit?
Is a naturally all "male" species possible?
Would it be legal for a US State to ban exports of a natural resource?
In Star Trek IV, why did the Bounty go back to a time when whales were already rare?
Can the electrostatic force be infinite in magnitude?
Resetting two CD4017 counters simultaneously, only one resets
How can I successfully establish a nationwide combat training program for a large country?
ipv6 ndptool for neighbor discovery
Linux tool for IPv6 unsolicited neighbor advertisementsIPv6 works only after ping to routing boxFiltering IPv6 ICMPv6 messagesIPv6 neighbour discovery problemWhy is connecting to a web server listening on an IPv6 link-local address unreliable / How is IPv6 neighbor discovery expected to work?Cisco IOS: Prevent Inter-VLAN IPv6 Network Solicitation messagesDebian Wheezy doesn't answer to ICMPv6 neighbor solicitationsIPv6 Neighbor Discovery/Routing Failing for Kernel 3.10How to disable ipv6 neighbor discovery for a given address?IPv6 on Linux tun/tap: NDP not working
I try to collect all global IPv6 address in LAN. So using ndptool to see how many address I could collect.
the command could report router boradcast:
ndptool -i eth1 monitor -t ra
NDP payload len 96, from addr: fe80::4e5e:cff:feea:365, iface: eth1
Type: RA
Hop limit: 64
Managed address configuration: no
Other configuration: yes
but I failed in ns na type
ndptool -t ns -i eth1 monitor
It's nothing
I try to thsark for icmpv6
tshark -R icmpv6 -i eth1
It shows the packets arrived, but ndptool does not output them:
4533 43.369934717 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4578 44.014239120 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Report Message v2
4601 44.369626481 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4705 45.369780078 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4761 45.747995672 fe80::4e5e:cff:feea:366 -> ff02::1:ff93:9da3 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:20c:29ff:fe93:9da3 from 4c:5e:0c:ea:03:66
4769 46.021538598 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Repo
Looks the packets are ok.
Could any one help to to solve it?
I hope to get the global IP and mac information in LAN.
Thanks.
ipv6
New contributor
add a comment |
I try to collect all global IPv6 address in LAN. So using ndptool to see how many address I could collect.
the command could report router boradcast:
ndptool -i eth1 monitor -t ra
NDP payload len 96, from addr: fe80::4e5e:cff:feea:365, iface: eth1
Type: RA
Hop limit: 64
Managed address configuration: no
Other configuration: yes
but I failed in ns na type
ndptool -t ns -i eth1 monitor
It's nothing
I try to thsark for icmpv6
tshark -R icmpv6 -i eth1
It shows the packets arrived, but ndptool does not output them:
4533 43.369934717 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4578 44.014239120 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Report Message v2
4601 44.369626481 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4705 45.369780078 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4761 45.747995672 fe80::4e5e:cff:feea:366 -> ff02::1:ff93:9da3 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:20c:29ff:fe93:9da3 from 4c:5e:0c:ea:03:66
4769 46.021538598 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Repo
Looks the packets are ok.
Could any one help to to solve it?
I hope to get the global IP and mac information in LAN.
Thanks.
ipv6
New contributor
add a comment |
I try to collect all global IPv6 address in LAN. So using ndptool to see how many address I could collect.
the command could report router boradcast:
ndptool -i eth1 monitor -t ra
NDP payload len 96, from addr: fe80::4e5e:cff:feea:365, iface: eth1
Type: RA
Hop limit: 64
Managed address configuration: no
Other configuration: yes
but I failed in ns na type
ndptool -t ns -i eth1 monitor
It's nothing
I try to thsark for icmpv6
tshark -R icmpv6 -i eth1
It shows the packets arrived, but ndptool does not output them:
4533 43.369934717 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4578 44.014239120 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Report Message v2
4601 44.369626481 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4705 45.369780078 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4761 45.747995672 fe80::4e5e:cff:feea:366 -> ff02::1:ff93:9da3 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:20c:29ff:fe93:9da3 from 4c:5e:0c:ea:03:66
4769 46.021538598 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Repo
Looks the packets are ok.
Could any one help to to solve it?
I hope to get the global IP and mac information in LAN.
Thanks.
ipv6
New contributor
I try to collect all global IPv6 address in LAN. So using ndptool to see how many address I could collect.
the command could report router boradcast:
ndptool -i eth1 monitor -t ra
NDP payload len 96, from addr: fe80::4e5e:cff:feea:365, iface: eth1
Type: RA
Hop limit: 64
Managed address configuration: no
Other configuration: yes
but I failed in ns na type
ndptool -t ns -i eth1 monitor
It's nothing
I try to thsark for icmpv6
tshark -R icmpv6 -i eth1
It shows the packets arrived, but ndptool does not output them:
4533 43.369934717 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4578 44.014239120 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Report Message v2
4601 44.369626481 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4705 45.369780078 2001:b030:214:100:4e5e:cff:feea:366 -> ff02::1:ff78:99f9 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:48d0:319d:5b78:99f9 from 4c:5e:0c:ea:03:66
4761 45.747995672 fe80::4e5e:cff:feea:366 -> ff02::1:ff93:9da3 ICMPv6 86 Neighbor Solicitation for 2001:b030:214:100:20c:29ff:fe93:9da3 from 4c:5e:0c:ea:03:66
4769 46.021538598 fe80::1c41:89b5:6460:8e6d -> ff02::16 ICMPv6 110 Multicast Listener Repo
Looks the packets are ok.
Could any one help to to solve it?
I hope to get the global IP and mac information in LAN.
Thanks.
ipv6
ipv6
New contributor
New contributor
New contributor
asked 1 min ago
Kaiser ChengKaiser Cheng
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Kaiser Cheng is a new contributor. Be nice, and check out our Code of Conduct.
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%2f959967%2fipv6-ndptool-for-neighbor-discovery%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
Kaiser Cheng is a new contributor. Be nice, and check out our Code of Conduct.
Kaiser Cheng is a new contributor. Be nice, and check out our Code of Conduct.
Kaiser Cheng is a new contributor. Be nice, and check out our Code of Conduct.
Kaiser Cheng is a new contributor. Be nice, and check out our Code of Conduct.
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%2f959967%2fipv6-ndptool-for-neighbor-discovery%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