This is probably the right answer - tun0 is, by default, a completely
different type of an interface than tunl0 (IPIP tunnel)!
tun0 would be a virtual interface used to pass IP packets between the
Linux kernel and an userspace program, such as openvpn
(
http://en.wikipedia.org/wiki/TUN/TAP).
tunl0 is an IPIP tunnel interface which we want to use here. So, you
should adjust the network interace setup to use tunl0. Just set it up
with your net-44 address, no need to adjust modes or local addresses
in a "normal" setup.
On Sun, Jul 28, 2013 at 6:45 AM, Pieter Luteijn <luteijn(a)xs4all.nl> wrote:
> (Please trim inclusions from previous messages)
> _______________________________________________
> By default rip44d is using the interface tunl0, it seems:
> my $tunnel_if = 'tunl0';
> You seem to be using tun0 in your networking scripts, so i suppose you either need to
adjust the default, use the -i option to change the interface used by rip44d, or change
the tunnel interface name to match so the rip44d is listening on the right interface.
>
> Pieter.
> Sent from a mobile, sorry for any typoes...
>