Hi, I've just been informed that easyip should work on my 2600 to get me to
resolve the inside to outside network with a dhcp number.(I'm using a cable
modem and am assigned a dynamic number) I'm trying to go from my inside
network to the outside. The following is my configuration. I'm still new at
this so something is obviously wrong.
Building configuration...

Current configuration : 784 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname BobRouter
!
logging rate-limit console 10 except errors
!
ip subnet-zero
!
!
no ip finger
!
!
!
!
interface Ethernet0/0
 ip address dhcp
 ip nat outside
 half-duplex
!
interface Serial0/0
 no ip address
 shutdown
!
interface BRI0/0
 no ip address
 shutdown
!
interface Ethernet0/1
 ip address 192.168.0.6 255.255.255.0
 ip nat inside
 half-duplex
!
ip nat inside source list 100 interface Ethernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0 permanent
no ip http server
!
access-list 100 permit ip 192.0.0.0 0.0.0.255 any
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
no scheduler allocate
end
-----------------------------------------
Any help would be appreciated

--
Bob Lepine
MCSE,MCDBA,CNA,CCNA,MCT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=19127&t=19127
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to