Displaying 5 results from an estimated 5 matches for "tunl1".
Did you mean:
tun1
2006 Jan 04
0
"Established connection" issues using multipath
...A is 10.157.108.4
The IP of gw B is 10.29.212.6
The IP of C is 10.157.108.213
They are in an ad-hoc network, A can see C but not B, and B can see C.
The steps are:
- the node C creates for each gw an IPIP tunnel to A and a second to B
tunl0: ip/ip remote any local any ttl inherit nopmtudisc
tunl1: ip/ip remote any local 10.157.108.214 ttl inherit
- the node C assigna a different IP to each tunnel
ifconfig tunl0 10.157.108.213
ifconfig tunl1 10.157.108.214
At this point we have two different interfaces and we can use the LARTC
method:
http://www.lartc.org/howto/lartc.rpdb.multiple-l...
2006 Feb 07
0
About two IFs with the same IP and the multipath
Hi there,
I''m trying to achieve the classic load balancing using the multipath.
The gateways are:
A (tunl0) and B (tunl1)
This is the classical situation covered by the HOWTO: one computer with two
Internet connections.
The problems come when I try to use the same IPs for both A and B.
So A is 10.229.25.8 and B 10.229.25.8.
I cannot do otherwise, I''m forced to use the same IPs.
For the rules which select...
2005 Apr 26
13
IP Tunneling
Hello
I have /25 addressed on a box (virtual devices on eth0) and I want to
tunnel some of these addresses to my home network. One address to my
gateway (a.b.c.d, external IP) and one address to my internal network
(192.168.0.0/24-style). I will use the tunnels for irc, smtp and surfing.
What protocol and which technique is easiest and best to use?
One more thing. I don''t want to set up
2004 Feb 01
3
Private Address Routing via Tunnels
...9 on each. Each
network, however, has more machines than this, so one also has
192.168.0.0/24 and the other has 192.168.1.0/24.
I have an IPIP tunnel between the networks -- 192.168.0.252 -> .253,
and routing entries like:
192.168.0.253 * 255.255.255.255 UH 0 0 0 tunl1
192.168.1.0 192.168.0.253 255.255.255.0 UG 0 0 0 tunl1
On the other end, .252 and network 192.168.0.0 via it.
My problem is routing from *public* addresses on network A to *private*
addresses on network B, or vice versa. (Private <-> private is fine).
I presume that t...
2004 Aug 19
0
Re: IP in IP tunneling [LARTC-HowTo update ?]
I''ve tried with iproute and it works now !
commands for A:
ip tunnel add mode ipip tunl1 local IP_A remote IP_B
ip addr add dev net1 local virtual-IP_A remote virtual-IP_B
ip link set net1 up
Same on B.
And then from A i''m able to ping virtual-IP_B.
It seems one can not use tunl0 as a tunnel name, is it true ?
I think it will be a good thing to add to the section 5.2 of the...