Re: gre tunnel woes

2013-04-03 Thread Eugene M. Zheganin
Hi. On 03.04.2013 22:17, Milan Obuch wrote: Well, I am struggling with this too, and now I just use /etc/rc.local containing #!/bin/sh ifconfig gre0 up ifconfig gre1 up to bring tunnels to real life. Maybe not that nice, but simple and working. It's an ancient bug; it's reported in GNATS (

Re: gre tunnel woes

2013-04-03 Thread Milan Obuch
On Wed, 3 Apr 2013 17:21:41 +0200 Andreas Nilsson wrote: > On Wed, Apr 3, 2013 at 5:00 PM, Robert Blacquiere > > wrote: > > > On Wed, Apr 03, 2013 at 04:51:53PM +0200, Andreas Nilsson wrote: > > > Hello, > > > > > > I'm struggling a fair bit with gre tunnels today: > > > > > > Woe 1: > > > > >

Re: gre tunnel woes

2013-04-03 Thread Robert Blacquiere
On Wed, Apr 03, 2013 at 04:51:53PM +0200, Andreas Nilsson wrote: > Hello, > > I'm struggling a fair bit with gre tunnels today: > > Woe 1: > > I'm trying to incorporate my gre tunnels into rc.conf, like > > cloned_interfaces="gre1" > ifconfig_gre1="inet 10.0.0.1/30 10.0.0.2 tunnel a.b.c.d e.f.g

Re: gre tunnel woes

2013-04-03 Thread Andreas Nilsson
On Wed, Apr 3, 2013 at 5:00 PM, Robert Blacquiere wrote: > On Wed, Apr 03, 2013 at 04:51:53PM +0200, Andreas Nilsson wrote: > > Hello, > > > > I'm struggling a fair bit with gre tunnels today: > > > > Woe 1: > > > > I'm trying to incorporate my gre tunnels into rc.conf, like > > > > cloned_interf

gre tunnel woes

2013-04-03 Thread Andreas Nilsson
Hello, I'm struggling a fair bit with gre tunnels today: Woe 1: I'm trying to incorporate my gre tunnels into rc.conf, like cloned_interfaces="gre1" ifconfig_gre1="inet 10.0.0.1/30 10.0.0.2 tunnel a.b.c.d e.f.g.h" but after boot I get: gre1: flags=9011 metric 0 mtu 1476 tunnel inet a.