Hi everyone, running IOS FW feature on a 1700 series router and would require access to an internal server running PCA. The router is running NAT for me and the proposed config was: NAT statements should be: ip nat inside source static tcp 192.168.1.1 5631 interface Dialer1 5631 ip nat inside source static udp 192.168.1.1 5632 interface Dialer1 5632 abd additions to the ACL: permit tcp any host 217.xx.xx.xx eq 5631 permit udp any host 217.xx.xx.xx eq 5632 Still cannot get through. What is missing?? TIA, G.