are they command's right so setup a subnet?
Shadow Hawkins on Wednesday, 03 March 2004 19:06:12
rem Windows XP/.Net IPv6 in IPv4 Tunnel Script
rem Autogenerated by SixXS Website (http://www.sixxs.net)
rem Created at 2004-02-12 19:49:41
netsh interface ipv6 install
netsh interface ipv6 add v6v4tunnel SixXS 81.171.13.114 213.204.193.2
netsh interface ipv6 add address SixXS 2001:960:2:147::2
netsh interface ipv6 add route 2001:960:2:147::2/64 SixXS publish=yes
netsh interface ipv6 add route 0::/0 SixXS publish=yes
netsh interface ipv6 add route 2001:960:67f::/64 [LAN-verbinding] publish=yes
netsh interface ipv6 set interface SixXS forwarding=enabled
netsh interface ipv6 set interface [LAN-verbiding] forwarding=enabled advertise=enabled
netsh firewall set adapter SixXS icmp all=enable
And is it possible to use on the same system where i have the tunnel to use one of the subnet hosts?
Thnx
are they command's right so setup a subnet?
Shadow Hawkins on Wednesday, 03 March 2004 21:30:43
I use the folowing code to give tunnel and subnet routing to my Windows 2003 machine so every computer with IPv6 in my LAN has IPv6
(i took the values from your post)
netsh interface ipv6 add v6v4tunnel SixXS 81.171.13.114 213.204.193.2
netsh interface ipv6 add address SixXS 2001:960:2:147::2
netsh interface ipv6 add route 2001:960:2:147::2/127 SixXS
netsh interface ipv6 add route 0::/0 SixXS publish=yes
netsh interface ipv6 add route 2001:960:67f::/64 [LAN-verbiding] publish=yes
netsh interface ipv6 set interface SixXS forwarding=enabled
netsh interface ipv6 set interface [LAN-verbiding] forwarding=enabled advertise=enabled
netsh firewall set adapter SixXS icmp all=enable
netsh firewall set adapter [LAN-verbiding] icmp all=enable
[edit]
Now i compare it looks the same
What do you mean with:
And is it possible to use on the same system where i have the tunnel to use one of the subnet hosts?
are they command's right so setup a subnet?
Shadow Hawkins on Wednesday, 03 March 2004 22:39:33
Now i compare it looks the same
What do you mean with:
And is it possible to use on the same system where i have the tunnel to use one of the subnet hosts?
I have the tunnel running on my system with one ipv6 host, could i take a ipv6 host from my subnet so i have two ipv6 hosts on my system. :?
BTW, how can i know what the first usable host is?
Thnx.
are they command's right so setup a subnet?
Shadow Hawkins on Thursday, 04 March 2004 00:03:09
C:\Documents and Settings\Ka Kin Cheung\Bureaublad>netsh interface ipv6 add rout
e 2001:960:67f::/64 [LAN-verbinding] publish=yes
Kan element niet vinden.
Why he say's can't find element?
are they command's right so setup a subnet?
Shadow Hawkins on Thursday, 04 March 2004 18:16:30
It means that you LAN interface hasn't got the name [LAN-verbinding]
I changed it here to LAN (it is on Start --> Instellingen --> Netwerkverbindingen) (sorry don't have english version of windows so I don't know it in English)
are they command's right so setup a subnet?
Shadow Hawkins on Thursday, 04 March 2004 21:34:29
doesn't matter i'm dutch to :)
i only have one nic-card that is called "Lan-verbinding"
and it still doesn't works
lolz i found the fault :p LAN- v e r b i d i n g
but still doesn't work |:(
Could u show me ure script?
are they command's right so setup a subnet?
Jeroen Massar on Friday, 05 March 2004 02:58:55
You might want to make quotes from that, thus:
netsh interface ipv6 add route 2001:960:67f::/64 "LAN-verbinding" publish=yes
netsh interface ipv6 set interface "LAN-verbiding" forwarding=enabled advertise=enabled
Also see the FAQ ;)
are they command's right so setup a subnet?
Shadow Hawkins on Friday, 05 March 2004 12:49:13
Thnx :D It works now
are they command's right so setup a subnet?
Shadow Hawkins on Friday, 05 March 2004 11:14:49
somewhere (in the past) I renamed my nic to LAN.
just like I named my ADSL dialup ADSL
and firewire Firewire
and VPN VPN
Posting is only allowed when you are logged in. |