So I thought I had this nailed, but being a newbie I bunked something up. Quick setup note: Cable modem > eth0 on firewall; DLink DGL4300 router on eth1. I wanted to try to use the router for routing instead of the firewall. IP address of the workstation I want to SSH into is 192.168.1.140. SSH works fine internally.
As of right now (still building the firewall) I only have three Packet Filter rules, in this order: LAN > ANY > ANY = ALLOW; ANY > SSH > LAN = ALLOW; ANY > ANY > ANY = BLOCK. I defined the SSH service as port 22.
In my router, I added a rule under the Game filter (according to portfoward.com) to forward port 22 TCP/UDP to 192.168.1.140.
When I try to SSH in externally, it won't connect. I think it's the firewall. What did I muck up in the rules?
This thread was automatically locked due to age.