• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

Need to make use of the /64 block

Started by Kamedura, January 02, 2014, 05:16:15 PM

Previous topic - Next topic

Kamedura

I am currently developing an app in .net trying to make use of the ipv6 ips this tunnel offers in my application.

I currently have 1 static ipv6 ip that I constantly use, how can I make use of other ips in 64/ or in 48/?

netsh interface ipv6 del address IP6Tunnel 2001:470:1f08:181a::2
netsh interface ipv6 del route ::/0 IP6Tunnel 2001:470:1f08:181a::1
netsh interface ipv6 delete interface IP6Tunnel
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 192.168.1.101 216.66.80.26
netsh interface ipv6 add address IP6Tunnel 2001:470:1f08:181a::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f08:181a::1

this is the configuration someone posted on forum that got my ipv6 working.

sorry for the extreme newbie question I am just learning this technology now.

I just know that with ipv4 you got ip's allocated from your host that you  can just add in the adapter ipv4 gateway options and use them later in applications or wherever you want but not sure what to do in this case with tunneling / broker involved  .

cholzhauer

It's basically the same as the IPv4 world.  A /64 subnet lets you assign addresses to a single subnet; a /48 subnet lets you assign /64's to 65,556 subnets.

To do this, you can use Router Advertisements (RA) or DHCPv6.  Most DHCPv6 servers will not serve a default route, so you'll have to run RA in tandem with them.