Displaying 1 result from an estimated 1 matches for "dev_no_gw_set".
2013 Sep 19
0
DNAT from external to a internal device which doesn't have default gateway
...e FAQ is about accessing Internally. My need is to access
Externally.
In fact, I tried to implement that solution but I got confused and didn''t
work.
The trivial DNAT rule (which doesn''t work because the lacking of def gw at
device) is:
DNAT net:$SOME_SPECIFIC_EXT_IP loc:$DEV_NO_GW_SET:80 tcp 8080
The rule at FAQ says
DNAT loc loc:192.168.1.5 tcp www -
130.151.100.69
where the source and destination zones are the same (!?).
Do I need to use 2 DNAT rules ?
Another doubt is masq entry.
eth1 eth1 $FW_INTERNAL_ETH1_IP tcp 80
How can I use...