----- Original Message ----- From: "Mihai Ichim" <[EMAIL PROTECTED]>
>sau (eu zic ca e mai bine) >iptables -t nat -A POSTROUTING -s 192.168.3.0/24 -d ! 192.168.3.0/24 -j >MASQUERADE Nu e mai bine. Citez din `man iptables`: ======================== MASQUERADE This target is only valid in the nat table, in the POSTROUTING chain. It should only be used with dynamically assigned IP (dialup) connections: if you have a static IP address, you should use the SNAT target. ======================== Mihai --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
