Hi All,
I am trying to add a NAT statement to my Cisco 1760 ADSL Router which has its Dialer Interface set to "ip address negotiated" meaning it dynamically picks up an ip address from the ISP which pretty much only changes when I power cycle the device.
I am trying to NAT my CCTV system which sits on the LAN and supports http/80/www.
I am adding the following commands but it does not seem to be working:
ip nat inside source static 192.168.1.254 86.160.*.* extendable (Didnt work)
ip nat inside source list 101 tcp 8080 86.160.*.* 8080 extendable
access-list 101 permit tcp any host 86.160.*.* eq 8080 log
access-list 101 deny ip any any
interface dialer 1
ip access-group 101 in
Can anyone help or assist?
Thanks