This router is going to route between 2 subnets
10.10.1.0 inside 172.16.9.0 outside. The outiside is currently a network in our plant. So far I can't see what I'm doing wrong. Only thing I haven't added was to block port 80 for the PLC 172.x.x.x network.
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco1720
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$wzBF$nu0tc4XMsKhdQxHHFQDWm/
enable password cisco
!
memory-size iomem 25
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
ip domain lookup source-interface Ethernet0
ip domain name h.com
ip name-server 10.10.1.3
ip name-server 10.10.1.5
!
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface Ethernet0
description PLC Network
ip address 172.16.3.9 255.255.254.0
ip access-group 110 in
ip access-group 110 out
ip nat outside
no ip route-cache cef
no ip route-cache
full-duplex
no cdp enable
!
interface FastEthernet0
description connected to h LAN
ip address 10.10.1.79 255.255.252.0
ip broadcast-address 10.10.3.255
ip nat inside
no ip route-cache cef
no ip route-cache
speed auto
full-duplex
no cdp enable
!
ip default-gateway 10.10.1.1
ip nat inside source list 10 interface Ethernet0 overload
ip nat outside source list 10 interface FastEthernet0
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.1.1
no ip http server
ip http access-class 99
no ip http secure-server
!
ip dns server
ip dns primary h.com soa husadomain administrator.h.com 3600 1800 259200 3600
!
access-list 10 permit 10.10.1.0 0.0.0.255
access-list 110 permit ip any any
no cdp run
!
banner login ^CCWelcome to Cisco 1720 Router^C
!
line con 0
password cisco
login
line aux 0
password cisco
login
line vty 0 4
access-class 10 in
password cisco
login
!
end
10.10.1.0 inside 172.16.9.0 outside. The outiside is currently a network in our plant. So far I can't see what I'm doing wrong. Only thing I haven't added was to block port 80 for the PLC 172.x.x.x network.
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco1720
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$wzBF$nu0tc4XMsKhdQxHHFQDWm/
enable password cisco
!
memory-size iomem 25
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
ip domain lookup source-interface Ethernet0
ip domain name h.com
ip name-server 10.10.1.3
ip name-server 10.10.1.5
!
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface Ethernet0
description PLC Network
ip address 172.16.3.9 255.255.254.0
ip access-group 110 in
ip access-group 110 out
ip nat outside
no ip route-cache cef
no ip route-cache
full-duplex
no cdp enable
!
interface FastEthernet0
description connected to h LAN
ip address 10.10.1.79 255.255.252.0
ip broadcast-address 10.10.3.255
ip nat inside
no ip route-cache cef
no ip route-cache
speed auto
full-duplex
no cdp enable
!
ip default-gateway 10.10.1.1
ip nat inside source list 10 interface Ethernet0 overload
ip nat outside source list 10 interface FastEthernet0
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.1.1
no ip http server
ip http access-class 99
no ip http secure-server
!
ip dns server
ip dns primary h.com soa husadomain administrator.h.com 3600 1800 259200 3600
!
access-list 10 permit 10.10.1.0 0.0.0.255
access-list 110 permit ip any any
no cdp run
!
banner login ^CCWelcome to Cisco 1720 Router^C
!
line con 0
password cisco
login
line aux 0
password cisco
login
line vty 0 4
access-class 10 in
password cisco
login
!
end