Woohoo. I got it working. I have my 2600 hooked up to my cable modem of
which I am a DHCP client. Thanks to the group for helping me figure this one
out! (Especially Tony Medieros and Leigh Anne Chisholm) I have now hooked
the router up to my 2900 switch and have access to the net with all my
computer. This will greatly enhance my studies. I am listing the
configuration for those who need to do the same.
Names have been altered to protect the innocent!
Current configuration : 997 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname BobRouter
!
logging rate-limit console 10 except errors
enable password 7 045907031F23404B13
!
ip subnet-zero
!
!
no ip finger
ip host laptop 192.168.0.3
ip name-server 24.229.12.230
ip name-server 204.186.0.201
ip name-server 204.186.0.203
!
!
!
!
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 default-gateway 10.227.49.1
ip nat inside source list 10 interface Ethernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 10.227.49.1
no ip http server
!
access-list 10 permit 192.168.0.0 0.0.255.255
no cdp run
!
line con 0
 transport input none
line aux 0
line vty 0 4
 password 7 05090A0A314E420C03
 login
!
no scheduler allocate
end

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




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=19187&t=19187
--------------------------------------------------
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