Cisco 2600 is connected to WAN
e0/1 is 192.168.1.1 -> Linksys w/ DDwrt 2.4
e1/0 is dhcp from wan
Been trying to port forward FTP(21) and RDP(3389) to 192.168.1.121 which is connected to the linksys.
ip nat inside source static tcp 192.168.1.121 3389 interface Ethernet1/0 3389
The above is not allowing a connection. I have also tried to forward incoming requests to the linksys and have it do the port forwarding but not working either.
Any help would be appreciated.
Thanks.