RE: Need to replace a SonicWall firewall with an iptables firewall.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>  iptables -t nat -A PREROUTING -i $INTERNAL_IF -o $DMZ_IF \
>    -d $DMZ_PUB_IP -j DNAT --to-detination $DMZ_PRIV_IP

those with a discerning eye will probably be quick to note that i'm missing an 's' in destination there...

  iptables -t nat -A PREROUTING -i $INTERNAL_IF -o $DMZ_IF \
    -d $DMZ_PUB_IP -j DNAT --to-destination $DMZ_PRIV_IP

argh...

-j



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux