Hi-
I can't seem to get my cisco router to router traffic to the Internet. I
want to have an internal network (192.168.3.0/24) routed to the Internet.
The external interface gets its IP by DHCP. Can anyone see what i'm doing
wrong? Thank you.
Current configuration : 1194 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname **************
!
enable password 7 **************!
ip subnet-zero
no ip domain lookup
ip dhcp excluded-address 192.168.3.1 192.168.3.99
ip dhcp excluded-address 192.168.3.201 192.168.3.255
!
ip dhcp pool 192.168.3.0/24
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 65.83.241.167 65.83.241.165
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
interface Ethernet0
description Connected to local LAN
ip address 192.168.3.1 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface Ethernet1
description Connected to the Internet
ip address dhcp
ip nat outside
!
ip nat inside source list 102 interface Ethernet1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
no ip http server
!
!
access-list 102 permit ip 192.0.0.0 0.255.255.255 any
snmp-server community pangaea RO
snmp-server enable traps tty
!
line con 0
exec-timeout 0 0
password 7 **************
login
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
password 7 **************
login
!
scheduler max-task-time 5000
end