From: Zoltán Felleg Date: Tue, 8 Mar 2022 15:36:38 +0000 (+0100) Subject: Updated efg.pm (updated routing rules). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=9fb1c7bcfb40c855aef43bba7bc1db27dd5f9866;p=user-lxc.git Updated efg.pm (updated routing rules). --- diff --git a/sources/efg.pm/c3d/postinstall/install-data/usr/local/bin/setuprouting.sh b/sources/efg.pm/c3d/postinstall/install-data/usr/local/bin/setuprouting.sh index 02c2094..c0b8261 100755 --- a/sources/efg.pm/c3d/postinstall/install-data/usr/local/bin/setuprouting.sh +++ b/sources/efg.pm/c3d/postinstall/install-data/usr/local/bin/setuprouting.sh @@ -1,12 +1,12 @@ #!/bin/sh -# the vpn server, the nameservers and everything from the perimeter network -# are routed via ACE -ip rule add priority 63 from 10.228.109.104/32 lookup 30 -ip rule add priority 64 from 10.228.109.154/32 lookup 30 -ip rule add priority 65 from 10.228.109.236/32 lookup 30 -ip rule add priority 66 from 10.228.109.253/32 lookup 30 +# the mail server, the nameservers and the vpn server and everything +# from the perimeter network are routed via ACE +ip rule add priority 64 from 10.228.92.159/32 lookup 30 +ip rule add priority 65 from 10.228.109.154/32 lookup 30 +ip rule add priority 66 from 10.228.109.159/32 lookup 30 +ip rule add priority 67 from 10.228.109.236/32 lookup 30 ip rule add priority 128 from 192.168.173.0/24 lookup 30 # everything else is routed via Telekom (which is the default)