I can't ping a device with IPv6 from another VLAN
Hello. I have the following VLANs in my network:
When I try to ping my local DNS server using the IPv6 address (PCs50 -> LAN1), I get the error: 'Destination host unreachable.'
There are no issues when using IPv4.
Everything works correctly when my devices and DNS servers are in the same VLAN.
However, I want to separate the computers in my network from the DNS servers.
I would appreciate any help.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi @Sefinek
Thanks for posting in our business forum.
Sefinek wrote
Hi @Clive_A
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 noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether f4:39:09:4c:39:43 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.135/24 metric 100 brd 192.168.0.255 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 2a01:11bf:4400:4155:f639:9ff:fe4c:3943/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 86171sec preferred_lft 14171sec
inet6 fe80::f639:9ff:fe4c:3943/64 scope link
valid_lft forever preferred_lft forever
PowerShell 7.4.6
PS C:\Users\Sefinek> ping 2a01:11bf:4400:4155:f639:9ff:fe4c:3943Pinging 2a01:11bf:4400:4155:f639:9ff:fe4c:3943 with 32 bytes of data:
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1msPing statistics for 2a01:11bf:4400:4155:f639:9ff:fe4c:3943:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
PS C:\Users\Sefinek> ping fe80::f639:9ff:fe4c:3943Pinging fe80::f639:9ff:fe4c:3943 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.Ping statistics for fe80::f639:9ff:fe4c:3943:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I used 2a01:11bf:4400:4155:f639:9ff:fe4c:3943, and it works. However, i'm not sure if this is the right way to do it
Thanks!
Based on the given information, it seems to be the firewall or the settings on your LINUX.
IPv6 at least so far based on the given tests.
If the link-local does not work, more like a problem with the devices involved in this test.
- Copy Link
- Report Inappropriate Content
Hi @Sefinek
Thanks for posting in our business forum.
What are the prints of the mentioned devices' v6 addresses?
What's your interface like?
- Copy Link
- Report Inappropriate Content
Hi @Clive_A
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 noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether f4:39:09:4c:39:43 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.135/24 metric 100 brd 192.168.0.255 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 2a01:11bf:4400:4155:f639:9ff:fe4c:3943/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 86171sec preferred_lft 14171sec
inet6 fe80::f639:9ff:fe4c:3943/64 scope link
valid_lft forever preferred_lft forever
PowerShell 7.4.6
PS C:\Users\Sefinek> ping 2a01:11bf:4400:4155:f639:9ff:fe4c:3943
Pinging 2a01:11bf:4400:4155:f639:9ff:fe4c:3943 with 32 bytes of data:
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Ping statistics for 2a01:11bf:4400:4155:f639:9ff:fe4c:3943:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
PS C:\Users\Sefinek> ping fe80::f639:9ff:fe4c:3943
Pinging fe80::f639:9ff:fe4c:3943 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for fe80::f639:9ff:fe4c:3943:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I used 2a01:11bf:4400:4155:f639:9ff:fe4c:3943, and it works. However, i'm not sure if this is the right way to do it
Thanks!
- Copy Link
- Report Inappropriate Content
screenshot
- Copy Link
- Report Inappropriate Content
Hi @Sefinek
Thanks for posting in our business forum.
Sefinek wrote
Hi @Clive_A
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 noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether f4:39:09:4c:39:43 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.135/24 metric 100 brd 192.168.0.255 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 2a01:11bf:4400:4155:f639:9ff:fe4c:3943/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 86171sec preferred_lft 14171sec
inet6 fe80::f639:9ff:fe4c:3943/64 scope link
valid_lft forever preferred_lft forever
PowerShell 7.4.6
PS C:\Users\Sefinek> ping 2a01:11bf:4400:4155:f639:9ff:fe4c:3943Pinging 2a01:11bf:4400:4155:f639:9ff:fe4c:3943 with 32 bytes of data:
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1ms
Reply from 2a01:11bf:4400:4155:f639:9ff:fe4c:3943: time=1msPing statistics for 2a01:11bf:4400:4155:f639:9ff:fe4c:3943:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
PS C:\Users\Sefinek> ping fe80::f639:9ff:fe4c:3943Pinging fe80::f639:9ff:fe4c:3943 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.Ping statistics for fe80::f639:9ff:fe4c:3943:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I used 2a01:11bf:4400:4155:f639:9ff:fe4c:3943, and it works. However, i'm not sure if this is the right way to do it
Thanks!
Based on the given information, it seems to be the firewall or the settings on your LINUX.
IPv6 at least so far based on the given tests.
If the link-local does not work, more like a problem with the devices involved in this test.
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 67
Replies: 4
Voters 0
No one has voted for it yet.