cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
697
Views
3
Helpful
8
Replies

WAN Configuration and Set-up

paulgrg22
Level 1
Level 1

Hello,

My ISP give me a public ip address subnetmask, DNS and a MODEM now, i have my cisco 1750 router and i want to used it can anybody here give an idea on should i do this using my router how can i coonect it to my modem...any help pls i need to used my router and i need ur help out there..thanks

8 Replies 8

Edison Ortiz
Hall of Fame
Hall of Fame

What kind of WAN service is this ? (DSL, T1, Cable, etc)

Is the 1750 router used for anything else at the moment or this is new ?

the WAN service is DSL..the 1750 router is used before...and i know the password but i didn't know how to configure it any help please!!!

Paul

dschuckman
Level 1
Level 1

Paul,

I am going to give you a basic configuration based on the information that I see here. I am assuming that your ISP provided a external modem with ethernet capability.

On the 1750 router connect one interface to the modem.

On this interface, do the following

**********

router#configure terminal

router(config)#int X

router(config-if)#ip address X.X.X.X 255.255.X.X

router(config-if)#no shut

configure your gateway of last resort

router(config)#ip route 0.0.0.0 0.0.0.0 [gateway]

configure your name servers

router(config)#ip name-server [dns server]

doing the above configuration should get connected to the internet from the router.

Now I am going to assume you want to use privates addresses and nat for the connecting devices behind the router.

So on interface y

**********

router#configure terminal

router(config)#int y

router(config-if)#ip address 192.168.10.1 255.255.255.0

router(config-if)#no shut

router(config-if)# ip nat inside

***********

go back to interface X

router#configure terminal

router(config)#int x

router(config-if)# ip nat outside

***********

Then configure the nat

****************

router(config)#ip nat inside source list 10 interface X overload

****************

router(config)#access-list 10 permit 192.168.1.0 0.0.0.255

****************

This should get you basic connectivity.

On the 1750 router connect one interface to the modem.

On this interface, do the following

**********

router#configure terminal

router(config)#int X

router(config-if)#ip address X.X.X.X 255.255.X.X(Is this My public IP that ISP give n?)

router(config-if)#no shut

configure your gateway of last resort

router(config)#ip route 0.0.0.0 0.0.0.0 [gateway](The gateway of my ISP That they give?)

configure your name servers

router(config)#ip name-server [dns server](My ISP give me two DNS how could i used it)

doing the above configuration should get connected to the internet from the router.

Now I am going to assume you want to use privates addresses and nat for the connecting devices behind the router.

So on interface y

**********

router#configure terminal

router(config)#int y

router(config-if)#ip address 192.168.10.1 255.255.255.0(is this my private IP and subnetmask?)

router(config-if)#no shut

router(config-if)# ip nat inside

***********

go back to interface X

router#configure terminal

router(config)#int x

router(config-if)# ip nat outside

***********

Then configure the nat

****************

router(config)#ip nat inside source list 10 interface X overload

****************

router(config)#access-list 10 permit 192.168.1.0 0.0.0.255

****************

to connect router and modem i used straight thru cable and using the AUX port of my router is this correct???

i dont think so ..

if u have a DSL internet from the ISP u must have got an ADSL modem. connect your modem to your router's fastEthernet interface using a Cross cable (thats what we are using).

hope this helps..

Hi..

How about if I share my internet in a Local Area Network what should I do which port in the router that I used because the fast ethernet port is used to connect my modem so the vacant port in router are the console port and the AUX port...

We use the 1750s with a WIC card installed. We use the WIC port for WAN and the built in fast eithernet port for our LAN.

You will need to purchase a wic1enet card.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card