08-24-2006 04:55 AM
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.
Solved! Go to Solution.
08-24-2006 06:54 AM
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
08-28-2006 02:54 PM
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
08-24-2006 06:54 AM
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
08-26-2006 12:43 AM
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 *****
08-26-2006 01:04 AM
08-26-2006 07:49 AM
No problem.
Can you try adding the command 'ppp authentication chap' to the interface dialer 1.
HTH,
Sundar
08-26-2006 07:54 AM
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
08-28-2006 03:22 AM
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
08-28-2006 02:54 PM
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
08-29-2006 08:28 AM
Sundar,
Finally got it.'ip nat outside' was not configured on my interface dialer.
Thanks for your help.
Regards,
Penbee.
08-25-2006 05:42 AM
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.
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