What are my options if I want to have 2 networks at home
Prefix Precedence Label
::1/128 50 0 Localhost
::/0 40 1 Default unicast = Any other IPv6 not on this table
::ffff:0.0.0.0/96 35 4 IPv4-mapped IPv6 address = IPv4
2002::/16 30 2 6to4
2001::/32 5 5 Teredo tunneling
fc00::/7 3 13 Unique local address
::0.0.0.0/96 1 3 IPv4-compatible addresses (deprecated)
fec0::/10 1 11 Site-local address (deprecated)
3ffe::/16 1 12 6bone (returned)
the isp was correct on their point of view about the /64 block. that is their block assignment boundaries - for clients.contacted my ISP and they said that they give out only ::/64 IPv6 prefixes to customers. Which means I have no ability to create my own subnets in my network since IPv6 works on the 64 boundary.
the isp was correct on their point of view about the /64 block. that is their block assignment boundaries - for clients.
but you can divide that block to smaller ones as well - just like ipv4. let us say to some /96.
the downside is that you need to have statically assign (or via dhcp6) those addresses to your clients. set the router lan interface addresses accordingly. the difference is that you don't need any NAT except specifying ipv6 gateway for each of your lan.
For a typical IPv6 homenet, it is not recommended that an ISP offers less than a /60 prefix, and it is highly preferable that the ISP offers at least a /56.
Actually I'm currently using HE to get main IPv6 addresses as my ISP does not provide IPv6 at all (LTE connection) and I already have /48 from them.Instead of using some unassigned prefix ranges, you can get a free account with Hurrricane Electric (tunnelbroker.net) and get two /64 and two /48 prefixes for yourself. No one force you to use the tunnels provided by HE, you can just use those prefixes internally within your network
it really depends on how you defined an isp. that rfc referring to which tier the isp belongs to, and in which country the isp operates. don't expect tier 2 or 3 isps will give you a full /48 without rent it from internet registry.No the ISP is not correct. Per RFC 7368
You don't have to touch their tunnel services. You just use the /48 prefix that they give you internally (and subdivide it into multiple /56, /60, /64 as you wish) like what you normally do with ULA addresses. They are GUA addresses that now are guaranteed to only be used by you and not anyone else.hurricane only offered ipv6 blocks without underlying layer 2 link. actually a good offer if someone can tweak their own routers to tunnel to hurricane.
BRAVO.you can get a free account with Hurrricane Electric (tunnelbroker.net) and get two /64 and two /48 prefixes for yourself.
No one force you to use the tunnels provided by HE, you can just use those prefixes internally within your network, and can be sure that the prefixes are not used by someone else.
add address=2001:200::/23 comment=APNIC list=lista_ipv6_allocati add address=2001:400::/23 comment=ARIN list=lista_ipv6_allocati add address=2001:600::/23 comment=RIPE list=lista_ipv6_allocati add address=2001:800::/22 comment=RIPE list=lista_ipv6_allocati add address=2001:c00::/23 comment=APNIC list=lista_ipv6_allocati add address=2001:e00::/23 comment=APNIC list=lista_ipv6_allocati add address=2001:/23 comment=LACNIC list=lista_ipv6_allocati add address=2001:/22 comment=RIPE list=lista_ipv6_allocati add address=2001:/23 comment=ARIN list=lista_ipv6_allocati add address=2001:/23 comment=RIPE list=lista_ipv6_allocati add address=2001:/22 comment=RIPE list=lista_ipv6_allocati add address=2001:/19 comment=RIPE list=lista_ipv6_allocati add address=2001:4000::/23 comment=RIPE list=lista_ipv6_allocati add address=2001:4200::/23 comment=AFRINIC list=lista_ipv6_allocati add address=2001:4400::/23 comment=APNIC list=lista_ipv6_allocati add address=2001:4600::/23 comment=RIPE list=lista_ipv6_allocati add address=2001:4800::/23 comment=ARIN list=lista_ipv6_allocati add address=2001:4a00::/23 comment=RIPE list=lista_ipv6_allocati add address=2001:4c00::/23 comment=RIPE list=lista_ipv6_allocati add address=2001:5000::/20 comment=RIPE list=lista_ipv6_allocati add address=2001:8000::/19 comment=APNIC list=lista_ipv6_allocati add address=2001:a000::/20 comment=APNIC list=lista_ipv6_allocati add address=2001:b000::/20 comment=APNIC list=lista_ipv6_allocati add address=2003::/18 comment=RIPE list=lista_ipv6_allocati add address=2400::/12 comment=APNIC list=lista_ipv6_allocati add address=2600::/12 comment=ARIN list=lista_ipv6_allocati add address=2610::/23 comment=ARIN list=lista_ipv6_allocati add address=2620::/23 comment=ARIN list=lista_ipv6_allocati add address=2630::/12 comment=ARIN list=lista_ipv6_allocati add address=2800::/12 comment=LACNIC list=lista_ipv6_allocati add address=2a00::/12 comment=RIPE list=lista_ipv6_allocati add address=2a10::/12 comment=RIPE list=lista_ipv6_allocati add address=2c00::/12 comment=AFRINIC list=lista_ipv6_allocati add address=2410::/12 comment=APNIC list=lista_ipv6_allocatiLast addition: 2024-11-01 2410::/12 APNIC
well, aside from the real bogons - any legitimate ipv6 network leakage can be considered as bogons as well.My edge firewall work not on bogons, but only on allocated.
that logic can be implemented for the @OP network. netwatch scripted:Drop on output everything except my IPv6 pools,
Drop on input all except allocated addresses
For certain systems it is possible to address that issue, see post #35 at NPTv6 / RFC 6296 Support? topic.Unfortunately in case of dual stack network, using ULA instead of global v6 address makes the OS preferring IPv4 over IPv6.
I didn’t know this until I needed to use fd00 addresses and found out all my clients preferred ipv4. Then I found this RFC https://datatracker.ietf.org/doc/html/rfc6724#page-24 that talks about it