06-16-2012 03:48 PM - edited 03-04-2019 04:42 PM
Hello everyone, I've followed a few guides online to try and set up my router. I would like to use the two FastEthernet ports available on the 2811 for my network. I want to use one for my outside Ip address coming from the ISP and the other for my LAN to hand out Ips to the devices on my network.
With my current configuration, I still cannot connect to the internet when I plug my computer into my LAN port.
Here is my current configuration (sh running-config cmd)
Current configuration : 1565 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname USCORRTRCCA01R
!
boot-start-marker
boot-end-marker
!
! card type command needed for slot/vwic-slot 0/1
enable secret 5 $1$ZBd9$QJjb9Oi6wKrHPyAYcnsq2.
enable password chpm7612
!
no aaa new-model
dot11 syslog
!
!
ip cef
no ip dhcp use vrf connected
!
ip dhcp pool LAN
network 192.168.15.0 255.255.255.0
default-router xx.xx.87.2
dns-server xx.x.224.17 xx.x.224.18
!
!
no ip domain lookup
multilink bundle-name authenticated
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
interface FastEthernet0/0
description ***LAN***
ip address 192.168.15.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description ***INTERNET***
ip address xx.xx.87.2 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
no fair-queue
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 xx.xx.87.3
ip route 0.0.0.0 0.0.0.0 dhcp
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/1 overload
!
access-list 1 permit 0.0.0.0 255.255.255.0
access-list 1 permit 0.0.0.1 255.255.255.0
access-list 1 permit 192.168.15.0 0.0.0.255
access-list 1 permit any
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
access-class 1 in
password chadmin83
login
!
scheduler allocate 20000 1000
!
end
ANY HELP IS GREATLY APPRECIATED!!
P.S. I x'd out parts of my ip for privacy, incase you were wondering
06-21-2012 12:21 PM
BUMP.....
Sent from Cisco Technical Support iPhone App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide