Updates HE public IP records for your tunnel (for instance at the coffee shop), finds the first available interface that is connected and creates a v6v4tunnel using that IP. See script for where you need to edit. function fastpingtest { $ping = New-Object System.Net.NetworkInformation.Ping; $ping.Send(“8.8.8.8″, 1000).status -eq “success”; } $endtime = [datetime]::Now.AddMinutes(1); $mapipv6 = $false; [...]
Posts Tagged ‘IPv6’
July 30, 2011 by · Leave a Comment
Filed under: powershell
Social Tagging: 6in4 • HE • Hurricane Electric • IPv6 • Tunnel Broker • v6v4tunnel
Filed under: powershell
Social Tagging: 6in4 • HE • Hurricane Electric • IPv6 • Tunnel Broker • v6v4tunnel
July 26, 2011 by · Leave a Comment
Filed under: blah, code, powershell, tools
Social Tagging: IPv6 • subnet • subnetting
Filed under: blah, code, powershell, tools
Social Tagging: IPv6 • subnet • subnetting
From what I can tell, there aren’t many…if any, IPv6 address range calculators. While I read it is recommended that you use the entire /64 block, I don’t think it’s always necessary to do so. Besides, what happens when you want to route only a portion of the block to one place? Example usage: ipv6range.ps1 [...]

RSS