ok. You are wright. But im trying to connect to others severs not the ssh server inside my LAN.
For example if i try to connect to
www.google.com via navigator i can do that (like a client), when im trying to connect to a domain.org via ssh
user@domain.org, its blocking.
If i comment the lines with mac address validation, again i can connect to other domain.org via ssh.
I check other comments in the Thread: DESPERATE : Iptables block users by MAC address. in this forum. And the author ranjan303 add this lines
$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE
#################################################
$IPTABLES -A FORWARD -j MAC_RULE
##################################################
$IPTABLES -A FORWARD -j ACCEPT -i $INTIF -s $INTERNAL_NET
$IPTABLES -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
and all works fine, if i do the same but with the SNAT (i havent probe with masquerade)
i cant connect via ssh to external servers
thanks again