Still dont works
I did this ...
ipv6 uninstall
then C:\>netsh interface ipv6 install
Ok.
and then
C:\>netsh interface ipv6 show teredo
Teredo Parameters
---------------------------------------------
Type : default
Server Name : default
Client Refresh Interval : default
Client Port : default
State : offline
Error : none
C:\>#netsh interface ipv6 add v6v4tunnel IP6Tunnel 189.24.143.137 216.66.22.2
'#netsh' is not recognized as an internal or external command,
operable program or batch file.
C:\>netsh interface ipv6 add v6v4tunnel IP6Tunnel 192.168.254.1 216.66.22.2
Ok.
C:\>netsh interface ipv6 add address IP6Tunnel 2001:470:7:ff::2
Ok.
C:\>netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:7:ff::1
Ok.
C:\>ping ipv6.google.com
Pinging ipv6.l.google.com [2001:4860:0:2001::68] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 2001:4860:0:2001::68:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>ping ipv6.google.com
Pinging ipv6.l.google.com [2001:4860:0:2001::68] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 2001:4860:0:2001::68:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>
my windows box at ip 192.168.254.1 is running DMZ with windows firewall off
Firewall DMZ Configuration
Current DMZ Status: Enabled
Current DMZ Host IP Address: 192.168.254.1
current speedstream firewall
nbound IP Filter Rules
Rule
No. Status Access Protocol Source
Interface Source
Address Source
Mask Source
Port Op Destination
Interface Destination
Address Destination
Mask Destination
Port Op Log Enable
Disable Delete
2202 P,E,N permit TCP any any any any any 192.168.254. 1 host = 23 no Protected Protected
2204 E permit GRE any any any N/A any any any N/A no
2206 E deny TCP any any any any any 127. 0. 0. 1 host = 53 no
2206 E permit 50 any any any N/A any any any N/A no
2207 E permit 41 any any any N/A any any any N/A no
2208 E,S permit UDP any any any any any 127. 0. 0. 1 host = 53 no
2210 E deny UDP any any any any any 127. 0. 0. 1 host = 53 no
2212 P,E,N permit UDP any any any any any 192.168.254. 1 host = 4627 no Protected Protected
2214 E,N permit UDP any any any any any 192.168.254. 1 host = 4371 no
2216 P,E,N permit UDP any any any any any 192.168.254. 1 host = 3990 no Protected Protected
2220 P,E,N permit UDP any any any any any 192.168.254. 1 host = 3614 no Protected Protected
I running DMZ with firewall off , thus I should receive ALL traffic that does not belongs to other user
however still not working ...
any recomendations ?
Thanks