What I want to do is to redirect incoming traffic from all interfaces for 166.70.103.226:8080 to 166.70.169.36:80

Both addresses are in my DMZ

Here is the rule I've added to my firewall:

DNAT            net     dmz:166.70.169.36:80    tcp     8080 -       166.70.103.226

shorewall show nat shows

Chain net_dnat (1 references)
 pkts bytes target     prot opt in     out source               destination
    5   200 DNAT       tcp  --  *      * 0.0.0.0/0            0.0.0.0/0           tcp dpt:4127 to:10.1.1.76:80    93  4516 DNAT       tcp  --  *      * 0.0.0.0/0            166.70.103.226      tcp dpt:8080 to:166.70.169.36:80


all attempts to browse to 166.70.103.226:8080 time out.

Any help will be greatly appreciated.




_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to