-
wardenHi to all. I'm moving my first steps with ipfilter and after a brief learning curve I manage to get what I needed. But I was not able in any way to use variables in ipnat.conf... ipnat -f [filename] keeps returning "syntax error" just after the line containing the variable definition.
-
wardenhere is the line where i try to define the variable:
-
wardenif_etc = "igb0";
-
wardenwhat I'm doing wrong?