[LARTC] Gre Tunneling Problem

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 7 Jan 2002 20:01:00 -0500
"Joe Patterson" <jpatterson@asgardgroup.com> wrote:

> I would suggest using a different network for the gre tunnel, like:
> 
> Linux A
> ip tunnel add netb mode gre remote 205.198.x.1 local 203.189.x.1 ttl 255
> ip link set netb up
> ip addr add 192.168.3.1/30 dev netb
> ip route add 192.168.2.0/24 dev netb via 192.168.3.2
> 
> Linux B
> ip tunnel add neta mode gre remote 203.189.x.1 local 205.198.x.1 ttl 255
> ip link set neta up
> ip addr add 192.168.3.2/30 dev neta
> ip route add 192.168.1.0/24 dev neta via 192.168.3.1
> 
> Otherwise, it's just wierd.  Not that that's bad, it just sometimes
> doesn't work...

Don't know if this helps, but it's working here just as Glynn postet
and just as it's written in the Howto. I guess the problem must be at
another spot.

-- 
Christoph Simon
ciccio@kiosknet.com.br
---
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
.



[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux