!
ip subnet-zero
no ip finger
ip name-server 202.49.250.1
ip name-server 210.55.202.1
!
!
!
interface Ethernet0/0
mac-address 0080.c6ea.0be3
ip address 12.238.0.17 255.255.252.0
ip access-group 105 out
no ip directed-broadcast
ip nat outside
no ip mroute-cache
no cdp enable
!
interface Ethernet0/1
ip address 192.168.0.1 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
no cdp enable
!
ip default-gateway 12.238.0.1
ip nat pool global 12.238.0.17 12.238.0.17 netmask 255.255.252.0
ip nat inside source list 5 pool global overload
ip nat inside source static tcp 12.238.0.17 80 192.168.0.11 80 extendable
ip nat inside source static tcp 192.168.10.3 80 192.168.0.237 80 extendable
ip nat inside source static tcp 192.168.0.11 80 12.238.0.17 80 extendable
no ip classless
ip route 0.0.0.0 0.0.0.0 12.238.0.1
ip route 10.0.0.0 255.0.0.0 192.168.0.2
ip route 172.16.0.0 255.240.0.0 192.168.0.2
ip route 192.168.0.0 255.255.0.0 192.168.0.2
ip route 192.168.0.0 255.255.255.0 12.238.0.1
no ip http server
!
access-list 5 permit 192.168.10.0 0.0.0.255
access-list 5 permit 192.168.0.0 0.0.0.255
access-list 5 permit 192.168.0.0 0.0.255.255
access-list 5 permit 10.0.0.0 0.255.255.255
access-list 105 deny ip 192.168.10.0 0.0.0.255 any
access-list 105 permit ip any any
access-list 105 deny ip 192.168.0.0 0.0.0.255 any
access-list 105 deny ip 10.0.0.0 0.255.255.255 any
access-list 105 deny ip 172.16.0.0 0.15.255.255 any
access-list 105 deny ip 192.168.0.0 0.0.255.255 any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
no cdp run
!
password ********
login
transport input pad v120 telnet rlogin udptn
line aux 0
line vty 0 4
password *********
login
!
end
I guess the dialers were setup by default? This is my first time to set up a cisco router. I have a bogus line for the static route to my web server (ip nat inside source static tcp 12.238.0.17 80 192.168.0.11 80 extendable), but I don't know how to get it out. I also have a line in there that was from the test configuration (ip nat inside source static tcp 192.168.10.3 80 192.168.0.237 80 extendable) that I did on another network. I'm sure you're thinking I'm an idiot....but I swear I'm not.....I'm just a virgin cisco user.
