This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom route - dropped

Hello

I made a gre tunnel between two private networks through two astaro linuxes (didn't use ipsec because of bandwidth considerations, delay and lack of necesity). Made a script: /sbin/init.d/tunnel and a link to it: /sbin/init.d/rc2.d/S90tunnel. 

it looks like:

==================================
modprobe ip_gre
ip tunnel add test mode gre local a.b.c.d remote e.f.g.h
ip addr add i.j.k.l dev test
ip link set test up
ip route add m.n.o.p dev test
==================================

The script is executed with no error, but the route to m.n.o.p is dropped.

Does anyone know how to make astaro not to drop this route or where to insert this route manually in the astaro's conf templates or smth?

Thanks.


This thread was automatically locked due to age.