LostForWords
IS-IT--Management
I am working on setting up a Cisco 2801 for a company. The router is doing everything the customer wants it to do but one thing,
forwarding port 80 to a web server on an internal IP. All other port forwarding is working at this point. Whenever the customer
goes to their web site it brings up the SDM login prompt. I removed the sdm.tar and sdmconfi-2801.cfg from the flash but SDM
express still appears rather than the web page. When I turn off the http server the web browser states that there was a problem
loading the page. I am posting the lower half of the config file below, please note that the X.X.X.X is my public IP just censored.
If anyone feels that the whole config is needed to help me then I will post it.
!
interface FastEthernet0/0
description $ETH-WAN$
ip address X.X.X.X 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip virtual-reassembly
no ip split-horizon
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
ip address 10.5.5.1 255.255.255.0 secondary
ip address 10.5.2.2 255.255.255.0 secondary
ip address 10.5.3.1 255.255.255.0 secondary
ip address 10.5.4.1 255.255.255.0 secondary
ip address 10.10.10.1 255.255.0.0 secondary
ip address 10.5.10.2 255.255.255.0 secondary
ip address 10.5.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no snmp trap link-status
!
!
interface FastEthernet0/1.920
encapsulation dot1Q 920
ip address 192.168.1.1 255.255.255.248
ip nat inside
ip virtual-reassembly
no snmp trap link-status
!
!
interface Vlan1
no ip address
!
!
interface Vlan920
no ip address
!
router rip
version 2
passive-interface FastEthernet0/0
network X.X.X.X
network X.X.X.X
network X.X.X.X
no auto-summary
!
ip route 0.0.0.0 0.0.0.0 X.X.X.X
!
!
ip http server
ip http secure-server
ip nat inside source route-map SDM_RMAP_2 interface FastEthernet0/0 overload
ip nat inside source static tcp 10.5.0.23 25 X.X.X.X 25 extendable
ip nat inside source static tcp 10.5.0.33 53 X.X.X.X 53 extendable
ip nat inside source static udp 10.5.0.33 53 X.X.X.X 53 extendable
ip nat inside source static tcp 10.5.0.23 80 X.X.X.X 80 extendable
ip nat inside source static tcp 10.5.0.23 82 X.X.X.X 82 extendable
ip nat inside source static tcp 10.5.0.23 110 X.X.X.X 110 extendable
ip nat inside source static tcp 10.5.0.23 3389 X.X.X.X 3389 extendable
ip nat inside source static tcp 10.5.0.106 3390 X.X.X.X 3390 extendable
ip nat inside source static tcp 10.5.0.26 3391 X.X.X.X 3391 extendable
!
access-list 101 permit ip 10.5.0.0 0.0.0.255 10.5.2.0 0.0.0.255
access-list 102 remark SDM_ACL Category=20
access-list 102 permit ip 10.5.0.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 102 permit ip 10.5.3.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 103 permit ip 10.5.0.0 0.0.0.255 10.5.10.0 0.0.0.255
access-list 104 remark SDM_ACL Category=2
access-list 104 deny ip 10.5.3.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 104 deny ip 10.5.0.0 0.0.0.255 10.5.10.0 0.0.0.255
access-list 104 deny ip 10.5.0.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 104 deny ip 10.5.0.0 0.0.0.255 10.5.2.0 0.0.0.255
access-list 104 permit ip 10.5.3.0 0.0.0.255 any
access-list 104 permit ip 10.5.4.0 0.0.0.255 any
access-list 104 permit ip 10.5.5.0 0.0.0.255 any
access-list 104 permit ip 10.10.0.0 0.0.255.255 any
access-list 104 permit ip 10.5.0.0 0.0.0.255 any
access-list 104 permit ip 10.5.10.0 0.0.0.255 any
access-list 104 permit ip 10.5.2.0 0.0.0.255 any
access-list 104 permit tcp any any eq www
!
!
route-map SDM_RMAP_1 permit 1
match ip address 100
!
route-map SDM_RMAP_2 permit 1
match ip address 104
!
!
!
forwarding port 80 to a web server on an internal IP. All other port forwarding is working at this point. Whenever the customer
goes to their web site it brings up the SDM login prompt. I removed the sdm.tar and sdmconfi-2801.cfg from the flash but SDM
express still appears rather than the web page. When I turn off the http server the web browser states that there was a problem
loading the page. I am posting the lower half of the config file below, please note that the X.X.X.X is my public IP just censored.
If anyone feels that the whole config is needed to help me then I will post it.
!
interface FastEthernet0/0
description $ETH-WAN$
ip address X.X.X.X 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip virtual-reassembly
no ip split-horizon
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
ip address 10.5.5.1 255.255.255.0 secondary
ip address 10.5.2.2 255.255.255.0 secondary
ip address 10.5.3.1 255.255.255.0 secondary
ip address 10.5.4.1 255.255.255.0 secondary
ip address 10.10.10.1 255.255.0.0 secondary
ip address 10.5.10.2 255.255.255.0 secondary
ip address 10.5.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no snmp trap link-status
!
!
interface FastEthernet0/1.920
encapsulation dot1Q 920
ip address 192.168.1.1 255.255.255.248
ip nat inside
ip virtual-reassembly
no snmp trap link-status
!
!
interface Vlan1
no ip address
!
!
interface Vlan920
no ip address
!
router rip
version 2
passive-interface FastEthernet0/0
network X.X.X.X
network X.X.X.X
network X.X.X.X
no auto-summary
!
ip route 0.0.0.0 0.0.0.0 X.X.X.X
!
!
ip http server
ip http secure-server
ip nat inside source route-map SDM_RMAP_2 interface FastEthernet0/0 overload
ip nat inside source static tcp 10.5.0.23 25 X.X.X.X 25 extendable
ip nat inside source static tcp 10.5.0.33 53 X.X.X.X 53 extendable
ip nat inside source static udp 10.5.0.33 53 X.X.X.X 53 extendable
ip nat inside source static tcp 10.5.0.23 80 X.X.X.X 80 extendable
ip nat inside source static tcp 10.5.0.23 82 X.X.X.X 82 extendable
ip nat inside source static tcp 10.5.0.23 110 X.X.X.X 110 extendable
ip nat inside source static tcp 10.5.0.23 3389 X.X.X.X 3389 extendable
ip nat inside source static tcp 10.5.0.106 3390 X.X.X.X 3390 extendable
ip nat inside source static tcp 10.5.0.26 3391 X.X.X.X 3391 extendable
!
access-list 101 permit ip 10.5.0.0 0.0.0.255 10.5.2.0 0.0.0.255
access-list 102 remark SDM_ACL Category=20
access-list 102 permit ip 10.5.0.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 102 permit ip 10.5.3.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 103 permit ip 10.5.0.0 0.0.0.255 10.5.10.0 0.0.0.255
access-list 104 remark SDM_ACL Category=2
access-list 104 deny ip 10.5.3.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 104 deny ip 10.5.0.0 0.0.0.255 10.5.10.0 0.0.0.255
access-list 104 deny ip 10.5.0.0 0.0.0.255 10.5.1.0 0.0.0.255
access-list 104 deny ip 10.5.0.0 0.0.0.255 10.5.2.0 0.0.0.255
access-list 104 permit ip 10.5.3.0 0.0.0.255 any
access-list 104 permit ip 10.5.4.0 0.0.0.255 any
access-list 104 permit ip 10.5.5.0 0.0.0.255 any
access-list 104 permit ip 10.10.0.0 0.0.255.255 any
access-list 104 permit ip 10.5.0.0 0.0.0.255 any
access-list 104 permit ip 10.5.10.0 0.0.0.255 any
access-list 104 permit ip 10.5.2.0 0.0.0.255 any
access-list 104 permit tcp any any eq www
!
!
route-map SDM_RMAP_1 permit 1
match ip address 100
!
route-map SDM_RMAP_2 permit 1
match ip address 104
!
!
!