Hi,

when starting Shorewall I get this errror:
ERROR: Unknown interface address variable (&DMZ_IF) /etc/shorewall
/rtrules (line 4)

I have attached the relevant trace file.

This issue can be solved by modifying /etc/shorewall/rtrules.
failing:
#SOURCE         DEST    PROVIDER        PRIORITY
&UMB_IF         -       um_business     1000
&UMP_IF         -       um_private      1000
&DMZ_IF         -       um_business     11000
&INT_IF         -       um_private      11000

working:
#SOURCE         DEST    PROVIDER        PRIORITY
&UMB_IF         -       um_business     1000
&UMP_IF         -       um_private      1000
vmbr2           -       um_business     11000
&INT_IF         -       um_private      11000

I'm wondering why this error is thrown because I have this Shorewall
parameters file:
root@pc4-svp:/tmp# cat /etc/shorewall/params
LOG=NFLOG
UMB_IF=eno1
UMP_IF=vmbr0
INT_IF=vmbr1
DMZ_IF=vmbr2
TUN_IF=tun+

THX

Attachment: trace_rtrules_error.tar.gz
Description: GNU Zip compressed data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to