Show Posts
|
|
Pages: [1]
|
|
2
|
General IPv6 Topics / IPv6 on Windows / Setting Up IPV6 Static Addresses On Local Lan /64 Windows XP Machines
|
on: December 28, 2010, 06:27:06 pm
|
|
In Windows Setting Static IP's is easy with IPV4, hence a GUI, and with IPV6 it is simple to add a static address to an interface. Though after assigning the static IPV6 address you would assume after renewing the interface the new static address would take effect, no the address still in use is the XP Router machines randomly assigned address from the /64 prefix.
Short of resetting the router machine, uninstall ipv6 and reboot, the renew the lan machines interface, then restart the router machine to get the manually assigned address to take precedence is there any work around ?
|
|
|
|
|
3
|
General IPv6 Topics / IPv6 on Windows / Re: Vista+Linksys WRT54G router=no IPv6 tunnel connectivity
|
on: December 16, 2010, 10:27:15 am
|
|
a1pcfixer,
I use Road Runner with Brighthouse Networks, with a static IP for my connection 24.227.47.170 connected to a Linksys WRT54G V2.0 Router firmware version v2.02.7. with a static IP on my PC with XP Pro SP3 of 192.168.1.2. Here is the setup routine I used:
netsh interface>ipv6 netsh interface ipv6>add v6v4tunnel IP6Tunnel 192.168.1.96 216.218.224.42 Ok.
netsh interface ipv6>add addr IP6Tunnel 2001:470:1f0e:835::2 Ok.
netsh interface ipv6>show interface Querying active state...
Idx Met MTU State Name --- ---- ----- ------------ ----- 9 1 1280 Connected IP6Tunnel 8 0 1500 Disconnected Local Area Connection 3 7 0 1500 Connected VirtualBox Host-Only Network 6 0 1500 Connected Parallels Host-Guest Virtual NIC 5 0 1500 Connected Local Area Connection 4 2 1280 Disconnected Teredo Tunneling Pseudo-Interface 3 1 1280 Connected 6to4 Pseudo-Interface 2 1 1280 Connected Automatic Tunneling Pseudo-Interface 1 0 1500 Connected Loopback Pseudo-Interface
netsh interface ipv6>set interface 9 forwarding=enabled Ok.
netsh interface ipv6>set interface 5 forwarding=enabled advertise=enabled Ok.
netsh interface ipv6>add address interface="Local Area Connection" address=2001:470:1f0e:835::1 Ok.
netsh interface ipv6>add route 2001:470:1f0e:835::/64 interface="Local Area Connection" publish=yes Ok.
netsh interface ipv6>add route ::/0 "IP6Tunnel" 2001:470:1f0e:835::1 publish=yes Ok.
netsh interface ipv6>ping6 The following command was not found: ping6. netsh interface ipv6>..
netsh interface>..
netsh>..
netsh>..
netsh>exit
E:\Documents and Settings\Andy>ping6 2001:470:1f0e:853::1
Pinging 2001:470:1f0e:853::1 from 2001:470:1f0e:835::2 with 32 bytes of data:
Reply from 2001:470:1f0e:853::1: bytes=32 time=88ms Reply from 2001:470:1f0e:853::1: bytes=32 time=87ms Reply from 2001:470:1f0e:853::1: bytes=32 time=94ms Reply from 2001:470:1f0e:853::1: bytes=32 time=87ms
Ping statistics for 2001:470:1f0e:853::1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 87ms, Maximum = 94ms, Average = 89ms
E:\Documents and Settings\Andy>ping6 ipv6.google.com
Pinging ipv6.l.google.com [2001:4860:800a::63] from 2001:470:1f0e:835::2 with 32 bytes of data:
Reply from 2001:4860:800a::63: bytes=32 time=141ms Reply from 2001:4860:800a::63: bytes=32 time=144ms Reply from 2001:4860:800a::63: bytes=32 time=140ms Reply from 2001:4860:800a::63: bytes=32 time=142ms
Ping statistics for 2001:4860:800a::63: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 140ms, Maximum = 144ms, Average = 141ms
And with this setup my HE Tunnel works fine behind this router, the only change I made on the PC was in the adapters advanced firewall advanced ICMP settings was to enable every ICMP setting to get things to work.
Note: I also tried a Linksys WRT54G V8 and that roouter was a no go.
ABCS
|
|
|
|
|