Hi all I'm having a problem with ssh out going from my workstations. Fire wall with iptables two Ethernet for LAN and wan. I can do ssh from the fire wall but from the LAN workstations it is not possible. I use ssh client software for windows. do I need to set firewall ip and port at ssh client if so which port. $IPTABLES -A FORWARD -p tcp -s 192.168.145.23 -d **.***.***.*** --destination-port 22 -m state --state NEW -j ACCEPT This is the command. Do I need to put at the beginning of the forward table? any idea would be grateful. thanks chami