have a 1605r that i am setting up as a firewall, I can not get the port
forwarding to work correctly. Everything else works great. Please take a
look at my config and tell me what you think......Thanks.........Jack
Current configuration : 1017 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco1605
!
enable password
!
ip subnet-zero
ip name-server 208.201.155.21
!
!
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.1.254 255.255.255.0
ip nat inside
!
interface Ethernet1
description connected to Internet
ip address 209.140.167.92 255.255.255.0
ip nat outside
!
router rip
version 2
passive-interface Ethernet1
network 192.168.1.0
no auto-summary
!
ip nat inside source list 1 interface Ethernet1 overload
ip nat inside source static tcp 192.168.1.11 80 209.140.167.92 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
no ip http server
ip pim bidir-enable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 100 permit tcp any any eq www
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
exec-timeout 0 0
password 7 121A0C041104
login
line vty 0 4
password 7 104D000A0618
login
!
end