cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2480
Views
0
Helpful
9
Replies

Basic router config

penbee
Community Member

Hi,

Iam new to Cisco routers and I am trying to configure Cisco 800 series on my home network using DSL link.

The prob is,where do I start?I know my way round a bit.Even though I have been given all the details I need from my ISP.Can anybody help please?Sorry chaps I know this is basics but I need to start from somewhere.

Thanks.

2 Accepted Solutions

Accepted Solutions

Hi,

Take a look the Cisco DSL Router configuration guide at the following URL.

http://www.cisco.com/warp/public/794/adslguide_pppoe_dslclient.html

HTH,

Sundar

View solution in original post

Penbee,

I am not sure what exactly your problem is.

As you are able to ping the ISP DNS address that indicates you have Internet connectivity. Are you having problems with DNS? Can you configure the 'dns-server (ip-address)' with the correct IP address assigned by your ISP as that's not set correct in your configuration.

It that's not the problem pls. explain what problem you are having.

HTH,

Sundar

View solution in original post

9 Replies 9

Hi,

Take a look the Cisco DSL Router configuration guide at the following URL.

http://www.cisco.com/warp/public/794/adslguide_pppoe_dslclient.html

HTH,

Sundar

Hi Sundar,

Thanks for the link.Very helpful indeed.Much appreciated.

I tried following the steps in the link but I think I must be doing wrong somewhere.Below are the details from my ISP.Also attached is the configs from my router.Pls let me know what I am doing wrong.

ADSL Port

IP addresss 0.0.0.0

Encap--PPPOA

Subnet mask 255.255.255.255

Gateway--0.0.0.0

DNS--0.0.0.0

0.0.0.0

LAN Port

IP add 192.168.0.1 255.255.255.0

VC 0/38

username *****

password *****

File attached pls

No problem.

Can you try adding the command 'ppp authentication chap' to the interface dialer 1.

HTH,

Sundar

Never mind.

I see a problem in your config. Your access list is misconfigured. Can you put this config in.

no access-list 1

access-list 1 permit 192.168.0.0 0.0.0.255

HTH,

Sundar

Hi Sundar,

Have corrected the access-list but still same old prob.

I can ping my ISP DNS servers and also the PPPoE sessions have negotiated successfully.

What I am not sure is if I have to set the gateway IP address address on an interface or not?

Pls check the configs again

Regards,

Penbee

Penbee,

I am not sure what exactly your problem is.

As you are able to ping the ISP DNS address that indicates you have Internet connectivity. Are you having problems with DNS? Can you configure the 'dns-server (ip-address)' with the correct IP address assigned by your ISP as that's not set correct in your configuration.

It that's not the problem pls. explain what problem you are having.

HTH,

Sundar

Sundar,

Finally got it.'ip nat outside' was not configured on my interface dialer.

Thanks for your help.

Regards,

Penbee.

Wilson Samuel
Level 11
Level 11

Hi Penbee,

You may take help from this config as long as its only DSL port is concerned.

interface ATM0

no ip address

no atm ilmi-keepalive

pvc 8/35

pppoe-client dial-pool-number 1

!

dsl operating-mode auto

!

interface FastEthernet0

!

interface Vlan1

no ip address

bridge-group 1

!

interface Dialer1

mtu 1300

bandwidth 512

ip address negotiated

no ip redirects

encapsulation ppp

dialer pool 1

dialer-group 1

ppp authentication chap callin

ppp chap hostname eircom

ppp chap password 7 password

-----

Please feel free to revert back, if you require more help on the aspect.

Kind Regards,

Wilson Samuel

PS: please rate if it helps.