Help for this page

Select Code to Download


  1. or download this
    iptables -t nat -N outbound-DMZ
    iptables -t nat -A outbound-DMZ -o eth1.201 -j SNAT --to-source 90.145
    +.84.155
    iptables -t nat -A outbound-DMZ -o eth1.200 -j SNAT --to-source 90.145
    +.84.155
    iptables -t nat -A outbound-DMZ -j RETURN
    iptables -t nat -A POSTROUTING -j outbound-DMZ
    
  2. or download this
    $commands = &reinterpolate <<"EOF";
    iptables -t nat -N outbound-DMZ
    ...
    iptables -t nat -A outbound-DMZ -j RETURN
    iptables -t nat -A POSTROUTING -j outbound-DMZ
    EOF