From 9fb1c7bcfb40c855aef43bba7bc1db27dd5f9866 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Tue, 8 Mar 2022 16:36:38 +0100 Subject: [PATCH] Updated efg.pm (updated routing rules). --- .../install-data/usr/local/bin/setuprouting.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) -- 2.54.0