Nicolas Ross wrote: > In my nat table I have: > > -A PREROUTING -s 192.168.7.0/24 -d e.f.g.h -p tcp --dport 22 \ > -j DNAT --to-destination e.f.g.h:8022 Wait, maybe I missed something. Are you sure e.f.g.h and e.f.g.h:8022 are the same IP address in the rule above? Also is e.f.g.h in the 192.168.7.0/24 network? Is e.f.g.h the router itself? Toby