I have a cisco 2811 router I have been trying to configure past month or two. My set up is this, Comcast modem (10.1.10.1) leads to 2811 router (FA0/0 10.1.10.2) (FA0/1 192.168.1.1), leads to Cisco catalyst switch and spreads out to the offices from there. I have a server and a NAS storage devices connected to the switch. (NAS storage 192.168.1.6) (server 192.168.1.5). I am trying to access the NAS remotely using port 9443. I have researched and applied what I thought to be the correct command to forward the port, the port IS forwarded in the Comcast modem, and locally it all talks together just when I get to one side of the router does it not talk anymore. I have also NEVER configured NAT before, I graduated college and we done some cisco classes and touched on NAT but never in this depth that I need now. I have also been trying to do VPN with port 1723, but once I figure out this port issue I will know how to do both.
Here is my Cisco 2811 router configuration:
Router#show run
Building configuration...
*Jan 19 16:16:59.277: %SYS-5-CONFIG_I: Configured from console by console
Current configuration : 2606 bytes
!
! Last configuration change at 16:16:59 UTC Thu Jan 19 2017
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.3.1 192.168.3.5
ip dhcp excluded-address 192.168.1.1 192.168.1.5
ip dhcp excluded-address 192.168.2.1 192.168.2.5
!
ip dhcp pool Clients
import all
network 192.168.1.0 255.255.255.0
dns-server 192.168.1.5 192.168.1.3 75.75.75.75 75.75.76.76
default-router 192.168.1.1
!
ip dhcp pool Guests
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 192.168.1.5 192.168.1.3 75.75.75.75 75.75.76.76
!
ip dhcp pool PRINTERS
network 192.168.2.0 255.255.255.0
dns-server 75.75.75.75 75.75.76.76
default-router 192.168.2.1 255.255.255.0
!
!
!
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2811 sn FTX1225A4DD
!
redundancy
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0 (This goes to Comcast modem)
ip address 10.1.10.2 255.0.0.0
ip access-group 101 out
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1 (This goes to local network)
no ip address
ip access-group 101 in
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
ip access-group 101 in
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.3
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat source static tcp 10.1.10.2 9443 192.168.1.6 9443 extendable
ip nat inside source list TRAFFIC-2-NAT interface FastEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 50.252.68.6 (Static IP provided by Comcast to company)
ip route 0.0.0.0 0.0.0.0 10.1.10.1
ip route 192.168.1.1 255.255.255.255 10.1.10.1
!
ip access-list extended TRAFFIC-2-NAT
remark Specify all networks to NAT inside-2-outside
permit ip 192.168.1.0 0.0.0.255 any
permit ip 192.168.3.0 0.0.0.255 any
permit ip 50.252.68.0 0.0.0.255 any
permit ip any any
permit ip 10.1.10.0 0.0.0.255 any
permit tcp any eq 9443 any
permit udp any eq 9443 any
permit tcp any any
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
end
Router#
Here is my Cisco 2811 router configuration:
Router#show run
Building configuration...
*Jan 19 16:16:59.277: %SYS-5-CONFIG_I: Configured from console by console
Current configuration : 2606 bytes
!
! Last configuration change at 16:16:59 UTC Thu Jan 19 2017
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.3.1 192.168.3.5
ip dhcp excluded-address 192.168.1.1 192.168.1.5
ip dhcp excluded-address 192.168.2.1 192.168.2.5
!
ip dhcp pool Clients
import all
network 192.168.1.0 255.255.255.0
dns-server 192.168.1.5 192.168.1.3 75.75.75.75 75.75.76.76
default-router 192.168.1.1
!
ip dhcp pool Guests
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 192.168.1.5 192.168.1.3 75.75.75.75 75.75.76.76
!
ip dhcp pool PRINTERS
network 192.168.2.0 255.255.255.0
dns-server 75.75.75.75 75.75.76.76
default-router 192.168.2.1 255.255.255.0
!
!
!
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2811 sn FTX1225A4DD
!
redundancy
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0 (This goes to Comcast modem)
ip address 10.1.10.2 255.0.0.0
ip access-group 101 out
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1 (This goes to local network)
no ip address
ip access-group 101 in
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
ip access-group 101 in
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.3
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat source static tcp 10.1.10.2 9443 192.168.1.6 9443 extendable
ip nat inside source list TRAFFIC-2-NAT interface FastEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 50.252.68.6 (Static IP provided by Comcast to company)
ip route 0.0.0.0 0.0.0.0 10.1.10.1
ip route 192.168.1.1 255.255.255.255 10.1.10.1
!
ip access-list extended TRAFFIC-2-NAT
remark Specify all networks to NAT inside-2-outside
permit ip 192.168.1.0 0.0.0.255 any
permit ip 192.168.3.0 0.0.0.255 any
permit ip 50.252.68.0 0.0.0.255 any
permit ip any any
permit ip 10.1.10.0 0.0.0.255 any
permit tcp any eq 9443 any
permit udp any eq 9443 any
permit tcp any any
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
end
Router#