Hi,
Need help with IPv6 setup.
My ISP provides IPv6 support. I configured it, everything worked fine, but I wanted a static /48 prefix.
I asked the ISP for a static /48 prefix, the ISP obliged, and I no longer can make it work.
The ISP gave me a fixed IPv6 prefix via Prefix Delegation.
I checked tens of tutorials online and I’m following them very close, but I still can’t get this to work.
If in DHCP-client I ask not for a prefix but for an address, I get a non-trivial /128 address. Using that /128 address the router can ping the internet, but there are no addresses available to be assigned to other computers in my home.
Any troubleshooting advice will be greatly appreciated.
[user@MyRouter] > /ipv6 dhcp-client print terse
0 interface=sfp1 status=bound duid=0x0003000xxxxxxxxxxxxx dhcp-server-v6=fe80::ca9c:1dff:fe93:343f request=prefix add-default-route=yes default-route-distance=1 use-peer-dns=yes pool-name=A pool-prefix-length=64 prefix-hint=::/0 dhcp-options="" prefix=2aaa:bbbb:cccc::/48, 23h54m11s
[user@MyRouter] > /ipv6 pool print terse
0 D name=A prefix=2aaa:bbbb:cccc::/48 prefix-length=64 expires-after=23h54m28s
[user@MyRouter] > /ipv6 address print terse
0 DL address=fe80::e68d:8cff:fe26:3c6/64 from-pool="" interface=bridge actual-interface=bridge eui-64=no advertise=no no-dad=no
1 DL address=fe80::e68d:8cff:fe26:3c4/64 from-pool="" interface=sfp1 actual-interface=sfp1 eui-64=no advertise=no no-dad=no
2 G address=2aaa:bbbb:cccc::1/64 from-pool=A interface=bridge actual-interface=bridge eui-64=no advertise=yes no-dad=no
[user@MyRouter] > /ipv6 firewall raw print terse
[user@MyRouter] > /ipv6 nd print terse
0 X* interface=all ra-interval=3m20s-10m ra-delay=3s mtu=unspecified reachable-time=unspecified retransmit-interval=unspecified ra-lifetime=30m hop-limit=unspecified advertise-mac-address=yes advertise-dns=no managed-address-configuration=no other-configuration=no
1 interface=bridge ra-interval=20s-1m ra-delay=3s mtu=unspecified reachable-time=unspecified retransmit-interval=unspecified ra-lifetime=30m hop-limit=unspecified advertise-mac-address=yes advertise-dns=no managed-address-configuration=no other-configuration=no
[user@MyRouter] > /ipv6 route print terse
0 ADS dst-address=::/0 gateway=fe80::ca9c:1dff:fe93:343f%sfp1 gateway-status=fe80::ca9c:1dff:fe93:343f%sfp1 reachable distance=1 scope=30 target-scope=10
1 ADSU dst-address=2aaa:bbbb:cccc::/48 type=unreachable distance=1
2 ADC dst-address=2aaa:bbbb:cccc::/64 gateway=bridge gateway-status=bridge reachable distance=0 scope=10
[user@MyRouter] > ping 2001:4860:4860::8888
SEQ HOST SIZE TTL TIME STATUS
0 2001:4860:4860::8888 timeout
1 2001:4860:4860::8888 timeout
2 2001:4860:4860::8888 timeout
3 2001:4860:4860::8888 timeout
sent=4 received=0 packet-loss=100%