Displaying 20 results from an estimated 20000 matches similar to: "loadbalance/gre tunnels"
2005 Oct 19
1
gre/ipsec loadbalancing
Hi, I have the following setup. Two linux systems with two [test] external interfaces encrypted with ipsec [transport].
Two gre tunnels that pass 10.200.0.0/24 and 10.200.1.0/24 network traffic.
Testing the balanced tunnels I would setup iptraf on one and ping from the other. The results would be as expected; traffic would be split between the two interfaces.
Testing with an ftp transfer of
2005 Oct 19
0
load balance with gre/ipsec
Hi, I have the following setup. Two linux systems with two [test] external interfaces encrypted with ipsec [transport].
Two gre tunnels that pass 10.200.0.0/24 and 10.200.1.0/24 network traffic.
Testing the balanced tunnels I would setup iptraf on one and ping from the other. The results would be as expected; traffic would be split between the two interfaces.
Testing with an ftp transfer of
2005 Dec 06
0
GRE Tunnels
Hi ,
I am trying to set up a GRE tunnel between two linux routers. The routers
have a 400 MHz Processor.
Linux .2 65.0.0.2 Linux
LAN1 -------- Router -------- INTERNET ---- Router ---- LAN2
10.10.10.0 .1 208.1.0.1 (Simulated) .1 .1
192.168.2.0/24
/24
Scripts to Create the tunnel
ip tunnel add tun0 mode gre remote 65.0.0.1 local
2006 Jul 15
1
GRE over IPSec Tunnels to a Cisco using Openswan
Hi All:
Ok, here is my network:
192.168.1.0/28 is the network behind the Cisco, the
Gig0/1 interface is 192.168.1.1.
Linux box is 192.168.1.96/28 behind with 192.168.1.97
the Eth1 interface.
I have the Ipsec tunnel up and working between them
using preshared keys. So that works.
Here is the Cisco tunnel setup:
interface Tunnel6
ip address 192.168.2.110 255.255.255.240
tunnel source
2007 May 19
2
ipip/gre tunnel behind NAT environments.
Hi, Does anyone tried to get ipip or gre tunnel behind NAT environments. ?
i''m trying to make both side tunneling with ipip or gre with private address
just like belows..
A -------------------FIRWWAL -------------------INET ------------------- B
PRIVATE PUBLIC PUBLIC
(10.100.0.1) (211.xxx.xxx.xxx) (
2005 Oct 20
0
(no subject)
Hi, I have the following setup. Two linux systems with two [test] external interfaces encrypted with ipsec [transport].
Two gre tunnels that pass 10.200.0.0/24 and 10.200.1.0/24 network traffic.
Testing the balanced tunnels I would setup iptraf on one and ping from the other. The results would be as expected; traffic would be split between the two interfaces.
Testing with an ftp transfer of
2007 Dec 06
0
GRE tunnel stops traffic when idle
Hello,
I''ve set up a GRE tunnel between two Linux boxes and it''s working well,
with or without IPSEC (under GRE). The problem is that when I have no
traffic for some minutes, side A cannot communicate to side B any more,
unless side B tries to communidate to side A. The same thing happens in
the other direction.
For example, side A pings side B. No reply. Keep pinging.
Side B
2018 Apr 24
1
Libreswan IPSec Protected GRE Tunnel & firewall-cmd
I am attempting to setup an IPSec protected GRE tunnel with a Cisco
router. I believe the IPSec association is up, however I cannot move
traffic over the tunnel.
It is not clear how to integrate the tunnel interface (gre1) with
firewall-cmd; adding the interface to trusted does not appear to
'stick'.
[root at aqueduct ~]# firewall-cmd --add-interface=gre1 --zone=trusted
The interface
2006 Jan 28
0
Re: traffic shaping and gre tunnels
Hi!
I read http://mailman.ds9a.nl/pipermail/lartc/2002q4/006244.html
and I did that. Can anyone tell me if there is something else to do for
shapeing over tunnels to work?
I noticed that gre interfaces don''t have a queue attached. I''m running
linux-2.6.15 and iptables-1.3.4 with no patches.
Thank you in advance,
Sorin.
2006 Jul 20
2
GRE over IPsec Cisco<-> Linux
Hello Lartc Mailing List:
Been working on something the last week and a half and ALMOST have it
working.., just need a few pointers from the wizards on this mailing list to
nail it.
Ok, my setup is a hub and spoke arrangement, hub is Cisco 2821 with IOS 12.4.
Spokes are ruggencom RX1000 routers, Debian based with the following versions
installed:
rx1000test:~# uname -a
Linux rx1000test
2003 May 07
0
teql and gre tunnel
Hi everybody,
I want to do the following setup :
| | Tun1 - Link 1 | Tun1 | |
Router A | teql | INTERNET Link - | | teql |router B
| | Tun2 - Link 2 | Tun2 | |
This should permit to agregate Link 1 and Link 2 (less the cost of the
encapsulation). The two tunnels are GRE ip tunnel.
It seems to work fine
2006 Jan 28
0
Re: traffic shaping and gre tunnels (addition)
Hi!
I want to add to my previous post that:
my setup looks like this
internet --> linux router with NAT and tc ==> gre tunnel ==> forwarding
router --> LAN
At my NATting router I can "see" the forwarded LAN (192.168.2.0/24).
Now let''s say that there is a LAN workstation with the IP 192.168.2.18
and I filter the traffic with tc for it.
If the fowarding router has
2007 Sep 23
2
Unnumbered GRE tunnel
Hi!
Can I create the unnumbered GRE tunnel with iproute2 utility?
Can someone provide me a link/howto/example_config how to do it?
The topology is one tunnel between two linux boxes:
-- eth1-|__|-eth0 <-------------> eth0-|__|-eth1 --
I''m trying now with:
ip tu add tun1 mode gre local loc.IP remote rem.IP ttl 255 dev eth0
ip addr add tun1 0.0.0.0
ip link set tun1 up
but it
2006 Jul 21
0
GRE->IPSec, same problem simplified....
Hi All:
I have a strange problem that was described in a previous mail but I have
stripped the problem down to the following:
I have a debian based router that I have setup IPSec with GRE over top. The
tunnel addresses are 192.168.2.97 locally, the other side is 192.168.2.110. The
tunnel is 192.168.2.96/28. The end points are locally 192.168.1.97(eth1) and
192.168.1.1 the other side''s
2003 Oct 13
0
PATCH : [Re: [Fwd: broadcast over gre tunnel?]]
Hi Guys,
Here is our patch to allow broadcast packets over a GRE tunnel.
Hopefully it might be accepted into the source someday.
You need to enabled bridging and GRE tunnels in your kernel. No other
options are required. The gre patch determines what type of protocol
type to put in the GRE header based on the whether the packet is
forwarded from a bridge or not.
To use the patch:
# Create
2003 Jul 22
7
broadcast over gre tunnel?
Hello,
I connected the network 192.168.1.0 with 192.168.2.0 over the internet
trough a GRE-Tunnel.
I don''t know if I set up all things right: The client-pcs in both networks
have a subnet mask of 255.255.255.0 and 192.168.2.x''s default gateway is the
server wich has started the tunnel.
The 192.168.1.x''s default gateway is 192.168.1.250 wich routes traffic
destinated to
2005 Jan 21
0
equal cost multipath routing and incoming services...
We''re trying to figure out how to have equal cost multipath routing using OSPF (quagga) and have come up with the following...
Has anyone done something similar? -- How do you deal with incoming services (mail/web/etc) in such a scenario as below - And does anyone have any suggestions?
There''s more detail below....
Diagram and overview:
Network A connects to Core1 and Core2
2014 Mar 27
1
6.5 vpn/gre/ospf breakage
Hi List,
FYI.
We have been using CentOS 6.4 and have 2 vpn/gre tunnels to separate cisco rtrs using ospf.
with kernel 2.6.32-358.23.2
We have upgraded to 6.5 bit using kernel 2.6.32-431.5.1 and the exact same configuration scripts for
our vpn/gre tunnels.
What I see is the first gre tunnel works great and I get an ospf neighbor.
The second tunnel comes up and I can ping across it and I see
2008 Nov 14
3
FreeBSD 6.3 gre and traceroute
Stephen Clark wrote:
> Robert Noland wrote:
>> On Thu, 2008-11-13 at 07:48 -0500, Stephen Clark wrote:
>>> Julian Elischer wrote:
>>>> Stephen Clark wrote:
>>>>> Julian Elischer wrote:
>>>>>> you will need to define the setup and question better.
>>>> thanks.. cleaning it up a bit more...
>>>>
>>>>
2007 Jul 24
0
GRE Tunnels
Hey all,
Anybody been successful running DHCPD on a GRE tunnel? When I tell DHCPD to
listen on cisco1 I see this in the log
Jul 23 16:21:03 atlantis dhcpd: cisco1: unknown hardware address type 778
Here is the output of ifconfig
cisco1 Link encap:UNSPEC HWaddr
8B-8E-28-32-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.199.0.2 P-t-P:10.199.0.2