multiple tunnels
Carmen Sandiego on Tuesday, 29 April 2003 02:56:58
If I set up two tunnels in the same time , only one work. If I shut down one , the other start working and viceversa.
This is the way I configured the tunnels:
ip tunnel add sixx mode sit remote 212.19.192.219 local any ttl 255
ip link set dev sixx up
ip -6 addr add 3ffe:8114:1000::60f dev sixx
ip route add ::/0 dev sixx
ip -6 route add ::/0 via ::212.19.192.219 dev sixx metric 1
ip tunnel add ngnet mode sit remote 163.162.170.177 local any ttl 255
ip link set dev ngnet up
ip -6 addr add 2001:6b8:0000:600::306/127 dev ngnet
ip route add ::/0 dev ngnet
ip -6 route add ::/0 via ::163.162.170.177 dev ngnet metric 1
And this is my ifconfig
ngnet Link encap:IPv6-in-IPv4
inet6 addr: 2001:6b8:0:600::306/127 Scope:Global
inet6 addr: fe80::a00:1/10 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
sixx Link encap:IPv6-in-IPv4
inet6 addr: 3ffe:8114:1000::60f/128 Scope:Global
inet6 addr: fe80::a00:1/10 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:139 errors:0 dropped:0 overruns:0 frame:0
TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:32034 (31.2 Kb) TX bytes:16862 (16.4 Kb)
Ipv6 forwarding is enabled. My OS is linux 2.4.19-16mdk
Thnx For your help
Dopa
multiple tunnels
Shadow Hawkins on Tuesday, 29 April 2003 13:32:06
multiple tunnels
Shadow Hawkins on Friday, 17 February 2006 00:48:27
Here I can't find the solution anymore :(
Probably old link
multiple tunnels
Shadow Hawkins on Friday, 17 February 2006 00:47:35
Sorry for the kick, but I have a similar problem here.
I have 2 different tunnels from sixxs.
1 static and 1 heartbeat
The POP Ipv4 point is the same.
nlams05.sixxs.net
I am behind a router in NAT environment ( Speedtouch 510 with PPP over ATM )
I can run 2 different tunnels behind it. When I run 1 sixxs and 1 from BT Exact
The 2 tunnel runs fine.
But when I run the both tunnels from sixxs with the same POP only one works!
Is that normal?
Why I can't run 2 tunnels from sixxs at the same time?
Is it because of the POP Ipv4 point which is the same?
Or do I have to configure something else with NETSH to run both tunnels at the same time
To run the tunnels on seperated computers I hit the following script ofcourse with the right ipv6 addresses for the both windows xp sp2 machines
ipv6.exe rtu ::/0 2/::192.87.102.107
ipv6.exe adu 2/2001:sepperated:ipv6:adress::2
netsh interface portproxy add v4tov6 listenport=119 connectaddress=newszilla6.xs4all.nl connectport=119
I think i have to ask SIXXS for 2 different POP Ipv4 adress on the tunnels but I am unable to because I am too low on credits.
Or is it just a simple an other configuration for netsh?
Anyone?
multiple tunnels
Jeroen Massar on Sunday, 19 February 2006 13:58:33
Of course that is normal, you only have 1 IPv4 address, thus there is only one endpoint where you can send the traffic to, if you want to have IPv6 on other hosts in your network then request a subnet and use that.
Posting is only allowed when you are logged in. |