Displaying 1 result from an estimated 1 matches for "exter_ip".
Did you mean:
ext_ip
2004 Aug 10
6
why ADD_DNAT_ALIASES missing?
...ce is different
from the default firewall intyerface than i can use ip:<digit> where the
digit is the alias number. since dnat is in the rules it can be used
from there. eg: if would like to dnat all connection from the internet
to an internal machine, that i do:
DNAT net loc:$INTER_IP - - - $EXTER_IP
but i wouldn''t like to add it to the nat file:
$EXTER_IP eth0:5 $INTER_IP
since i wouldn''t like that the internal machine to be able to directly
connect out to the internet, which is the case in the nat file. am i
miss something? but in this case i''m not able to define th...