Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 831 router & basic LAN settings?

Status
Not open for further replies.

abaseballfan

Technical User
Feb 20, 2004
53
US
Hi, our company just purchased a Cisco 831 router and currently I have a Linksys router installed and I need help with what programming I need to enter in for our LAN connection, I just have it set on the Linksys for DHCP with the basic 192.168.1.100 to 192.168.1.149 and router as 192.168.1.1 so I would like to figure out how to set this up for my Cisco, would anyone be able to type me the programming I need for this? Thank you.
 
Hello there,
Try the following:

>enable
# config t
router(config )# int e0/0 (if this is your lan interface)
router (config -if)# ip address 192.168.1.1 255.255.255.0
router (config if))# no shut
router (config if)# end
router# wr mem

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top