07-07-2007 04:49 PM - edited 03-03-2019 05:45 PM
i have my cisco 1700 series router..how can i connect it to DSL modem using my router so that i can used it...is there anything that i need to configure how??thnx
paul
07-08-2007 10:13 PM
07-08-2007 11:01 PM
Hi,
step 1 - connect the rj-45 cable from DSL modem on fastethernet 0/0 on the router.
step 2 - access the router through console.
step 3 - do the following
conf t
int fa0/0
ip address x.x.x.x y.y.y.y
(x=ip address)
(y=subnet mask)
no shut
exit
int fa0/1
ip address 192.168.1.1 255.255.255.0
no shut
exit
ip route 0.0.0.0 0.0.0.0 x.x.x.x+1
exit
write memory
step 4- connect your pc / hub / switch at fa0/1 on the router
step 5- give your pc, ip between 192.168.1.2 - 192.168.1.254, subnet mask as 255.255.255.0, and gateway as 192.168.1.1
HTH,
Saurabh
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