From 7c882730bf1b817484a4aa143dc7bc5dcec150c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Wed, 8 Dec 2021 11:49:36 +0100 Subject: [PATCH] Updated efg.pm (updated routing rules). --- .../postinstall/install/usr/local/bin/setuprouting.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sources/efg.pm/postinstall/install/usr/local/bin/setuprouting.sh b/sources/efg.pm/postinstall/install/usr/local/bin/setuprouting.sh index 5017c1f..f7b347b 100755 --- a/sources/efg.pm/postinstall/install/usr/local/bin/setuprouting.sh +++ b/sources/efg.pm/postinstall/install/usr/local/bin/setuprouting.sh @@ -1,8 +1,11 @@ #!/bin/sh -# the vpn server and everything from the perimeter network are routed via ACE -ip rule add priority 64 from 10.228.109.236/32 lookup 30 +# the vpn server, the nameservers and everything from the perimeter network +# are routed via ACE +ip rule add priority 64 from 10.228.109.104/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 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