Cisco 827 ADSL Configuration Help
 




IT Certification FAQ

 
|
Home
|
Microsoft
|
CISCO
|
CompTIA
|
Exam/Study FAQ
|
Employment FAQ
| Links  | Forums  |
Book Reviews


FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  ProfileProfile  Log in to check your private messagesPrivate messages  Log inLog in

Cisco 827 ADSL Configuration Help

 
Post new topic   Reply to topic    Forum Index -> comp.dcom.sys.cisco
Author Message
M. Hamzah Khan
Guest





PostPosted: Thu Aug 30, 2007 2:12 am    Post subject: Cisco 827 ADSL Configuration Help Reply with quote

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everyone,

I've managed to get my hands on a Cisco 827 ADSL router, which I'm just
playing around with.

At the moment I have not connected the router to the internet, because I
have a cable connection, BUT on Saturday, I'll be taking my router to a
friends house, and need to connect the router to an AOL ADSL
connection....(REALLY, I've tried to convince him to change ISPs).

Anyway, I have found this website http://www.kitz.co.uk/adsl/AOLsetup.htm
which has instructions on how to connect a "normal" router to AOL, but I
don't have any "normal" ones at the moment, and I'd rather use the Cisco
as I'd learn how to use it that way too smile.

As far as I know, it should work fine, since AOL uses PPPoA.

So I was wondering if anyone has a working configuration for AOL, or
any hints/tips which I could use to get the Cisco router to connect to AOL?

from Googling around a bit, I've found out a few commands and made a
configuration for the router, but am currently unable to test it (since I
do not have an AOL connection). I have pasted it below, could someone
please tell me if its OK, or I've made a mistake somewhere?

Any help truly appreciated.

Hamzah

- --
M. Hamzah Khan
Website: http://www.hamzahkhan.com

!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco
!
boot-start-marker
boot-end-marker
!
no logging console
no logging monitor
enable secret 5 blehblehbleh
enable password 7 blehblehbleh
!
no aaa new-model
ip subnet-zero
no ip source-route
no ip domain lookup
ip domain name hamzahkhan.com
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.254
!
ip dhcp pool dhcppool
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
!
no ip bootp server
ip inspect name firewall tcp
ip inspect name firewall udp
ip inspect name firewall cuseeme
ip inspect name firewall h323
ip inspect name firewall rcmd
ip inspect name firewall realaudio
ip inspect name firewall streamworks
ip inspect name firewall vdolive
ip inspect name firewall sqlnet
ip inspect name firewall tftp
ip inspect name firewall ftp
!
username CRWS_Srini privilege 15 password 7 blehblehbleh
!
!
ip ftp username cisco
ip ftp password 7 blehblehbleh
!
!
!
!
interface Ethernet0
ip address 192.168.1.254 255.255.255.0
ip access-group 102 in
ip nat inside
ipv6 address autoconfig
ipv6 enable
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
pvc 0/100
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
bandwidth 640
ip address negotiated
ip access-group 101 in
no ip redirects
no ip unreachables
ip nat outside
ip inspect firewall out
encapsulation ppp
dialr pool 1
dialer-group 1
no cdp enable
- ppp pap sent-username username@aol.com blehbleh 7 013C2B23732A3E
ppp ipcp dns request
! -
--ip nat inside source list 1 iterface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
access-list 1 remark The local LAN.
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 remark Where management can be done from.
access-list 2 permit 192.168.1.0 0.0.0.255
access-list 101 remark Traffic allowed to enter the router from the Internet
access-list 101 deny ip 0.0.0.0 0.255.255.255 any
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip 169.254.0.0 0.0.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.0.2.0 0.0.0.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 198.18.0.0 0.1.255.255 any
access-list 101 deny ip 224.0.0.0 0.15.255.255 any
access-list 101 deny ip any host 255.255.255.255
access-list 101 permit tcp any any eq 1723
access-list 101 permit gre any any
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any packet-too-big
access-list 101 permit icmp any any time-exceeded
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any administratively-prohibited
access-list 101 deny icmp any any echo
access-list 101 deny ip any any log
access-list 102 remark Traffic allowed to enter the router from the Ethernet
access-list 102 permit ip any host 192.168.1.254
access-list 102 deny ip any host 192.168.1.255
access-list 102 deny udp any any eq tftp log
access-list 102 deny ip any 0.0.0.0 0.255.255.255 log
access-list 102 deny ip any 10.0.0.0 0.255.255.255 log
access-list 102 deny ip any 127.0.0.0 0.255.255.255 log
access-list 102 deny ip any 169.254.0.0 0.0.255.255 log
access-list 102 deny ip any 172.16.0.0 0.15.255.255 log
access-list 102 deny ip any 192.0.2.0 0.0.0.255 log
access-list 102 deny ip any 192.168.0.0 0.0.255.255 log
access-list 102 deny ip any 198.18.0.0 0.1.255.255 log
access-list 102 deny udp any any eq 135 log
access-list 102 deny tcp any any eq 135 log
access-list 102 deny udp any any eq netbios-ns log
access-list 102 deny udp any any eq netbios-dgm log
access-list 102 deny tcp any any eq 445 log
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
access-list 102 permit ip any host 255.255.255.255
access-list 102 deny ip any any log
dialer-list 1 protocol ip permit
!
banner login ^C
* * * * * * * * * * * W A R N I N G * * * * * * * * * * * * *
THIS SYSTEM IS RESTRICTED TO AUTHORIZED USERS FOR AUTHORIZED USE
ONLY. UNAUTHORIZED ACCESS IS STRICTLY PROHIBITED AND MAY BE

PUNISHABLE UNDER THE COMPUTER FRAUD AND ABUSE ACT OF 1986 OR
OTHER APPLICABLE LAWS. IF NOT AUTHORIZED TO ACCESS THIS SYSTEM,
DISCONNECT NOW. BY CONTINUING, YOU CONSENT TO YOUR KEYSTROKES
AND DATA CONTENT BEING MONITORED. ALL PERSONS ARE HEREBY
NOTIFIED THAT THE USE OF THIS SYSTEM CONSTITUTES CONSENT TO
MONITORING AND AUDITING.
^C
banner motd ^C
Welcome to Hamzah's Cisco 827 ADSL Router
^C
!
line con 0
transport preferred none
stopbits 1
line vty 0 4
access-class 2 in
exec-timeout 120 0
password 7 blehblehbleh
login local
length 0
transport preferred none
!
scheduler max-task-time 5000
end
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG1er6y+Jv+Mp4qC8RAmZ2AJ9U7LjkKdrR/i50Kwa8iFejac4IwQCfdZ3q
WIeKlC1zFNnSJsEoTtEeUmY=
=1nMV
-----END PGP SIGNATURE-----
Back to top
X-Eliminator
Guest





PostPosted: Thu Aug 30, 2007 2:13 am    Post subject: Re: Cisco 827 ADSL Configuration Help Reply with quote

I don't have AOl so I can't say anything about that, but I would get
rid of the access-lists and firewall and concentrate on the basic
connectivity first.

under ATM0 add:
dsl enable-training-log (so that you can see the training with show
dsl int atm0)


On Wed, 29 Aug 2007 21:54:10 GMT, "M. Hamzah Khan"
<hamzah@hamzahkhan.com> wrote:

Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everyone,

I've managed to get my hands on a Cisco 827 ADSL router, which I'm just
playing around with.

At the moment I have not connected the router to the internet, because I
have a cable connection, BUT on Saturday, I'll be taking my router to a
friends house, and need to connect the router to an AOL ADSL
connection....(REALLY, I've tried to convince him to change ISPs).

Anyway, I have found this website http://www.kitz.co.uk/adsl/AOLsetup.htm
which has instructions on how to connect a "normal" router to AOL, but I
don't have any "normal" ones at the moment, and I'd rather use the Cisco
as I'd learn how to use it that way too smile.

As far as I know, it should work fine, since AOL uses PPPoA.

So I was wondering if anyone has a working configuration for AOL, or
any hints/tips which I could use to get the Cisco router to connect to AOL?

from Googling around a bit, I've found out a few commands and made a
configuration for the router, but am currently unable to test it (since I
do not have an AOL connection). I have pasted it below, could someone
please tell me if its OK, or I've made a mistake somewhere?

Any help truly appreciated.

Hamzah
Back to top
Guest






PostPosted: Thu Aug 30, 2007 2:13 am    Post subject: Re: Cisco 827 ADSL Configuration Help Reply with quote

On 30 Aug, 00:39, X-Eliminator <blabla...@aohell.com> wrote:
Quote:
I don't have AOl so I can't say anything about that, but I would get
rid of the access-lists and firewall and concentrate on the basic
connectivity first.

under ATM0 add:
dsl enable-training-log (so that you can see the training with show
dsl int atm0)

On Wed, 29 Aug 2007 21:54:10 GMT, "M. Hamzah Khan"



ham...@hamzahkhan.com> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everyone,

I've managed to get my hands on a Cisco 827 ADSL router, which I'm just
playing around with.

At the moment I have not connected the router to the internet, because I
have a cable connection, BUT on Saturday, I'll be taking my router to a
friends house, and need to connect the router to an AOL ADSL
connection....(REALLY, I've tried to convince him to change ISPs).

Anyway, I have found this websitehttp://www.kitz.co.uk/adsl/AOLsetup.htm
which has instructions on how to connect a "normal" router to AOL, but I
don't have any "normal" ones at the moment, and I'd rather use the Cisco
as I'd learn how to use it that way too smile.

As far as I know, it should work fine, since AOL uses PPPoA.

So I was wondering if anyone has a working configuration for AOL, or
any hints/tips which I could use to get the Cisco router to connect to AOL?

from Googling around a bit, I've found out a few commands and made a
configuration for the router, but am currently unable to test it (since I
do not have an AOL connection). I have pasted it below, could someone
please tell me if its OK, or I've made a mistake somewhere?

Any help truly appreciated.

Hamzah- Hide quoted text -

- Show quoted text -

Looks OK.
Never seen anyone use pvc 0/100 before. Maybe AOL do?

In the US I think is is often 0/35.
The other thing is that pap is not always supported
chap is more common I think.
Easy to try one then the other though or even configure
both, I think it tries both,
Back to top
Merv
Guest





PostPosted: Thu Aug 30, 2007 2:13 am    Post subject: Re: Cisco 827 ADSL Configuration Help Reply with quote

Use the 827 ADSL troubleshooting guide if you encounter difficulties

http://cco.cisco.com/en/US/products/hw/routers/ps380/products_tech_note09186a0080093e48.shtml
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> comp.dcom.sys.cisco All times are GMT
Page 1 of 1

 

Copyright © 2002-2006 Web-S-Sense Pty. Ltd. All rights reserved.

Powered by phpBB
Advertising | Policies/Disclaimers | Contact us | Link to us


Featured Sites: Free Antivirus and Antispyware Info | Free PC Support | MCSE Directory