BT broadband setup on cisco 1721

Discussion in 'Networks' started by albertc30, Sep 14, 2008.

  1. ThomasMc

    ThomasMc Gigabyte Poster

    1,507
    49
    111

    Does this come with the SDM GUI?
     
    Certifications: MCDST|FtOCC
    WIP: MCSA(70-270|70-290|70-291)
  2. Raffaz

    Raffaz Kebab Lover Gold Member

    2,976
    56
    184
    BT usernames are normally <whatever you want here>@btbroadband.com, the password is blank
    It does also depend on what kind of line you have as to the domains that will be used.
     
    Certifications: A+, MCP, MCDST, AutoCAD
    WIP: Rennovating my house
  3. albertc30

    albertc30 Kilobyte Poster

    423
    1
    37
    No but I can have it installed in no time.

    I had it once but still was a bit hard to work my way through the adsl settings.
     
    Certifications: CCNA
    WIP: 220-701 - A+
  4. negseven

    negseven New Member

    7
    0
    1
    this is your config:-


    interface Dialer0
    no ip address
    !
    interface Dialer1
    ip address negotiated
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp pap sent-username [email protected] password 0 bt
    ppp ipcp dns request
    !
    ip nat inside source list 1 interface Dialer0 overload
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer0
    --More-- no ip http server


    but you have entries referencing dialer0 , when it should be Dialer1
    all your IP addresses are routing to a black hole
     
  5. albertc30

    albertc30 Kilobyte Poster

    423
    1
    37
    Hello guys...

    No luch so far.
    Gotta look for how to use debuging and all.

    Negseven, just read your post and I am sorry but I am lost.
    I am missing the association with atm0 with dialerr0 and dialers1, sorry you all.

    I have got this configuration so far;

    *************************************************************
    CR1721#sh run
    Building configuration...

    Current configuration : 1583 bytes
    !
    ! No configuration change since last restart
    !
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname CR1721
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$.hN6$1Rf8jrtIg1eKS301KcJyW0
    !
    no aaa new-model
    ip subnet-zero
    !
    !
    !
    ip dhcp pool LocalNetwork
    network 192.168.28.0 255.255.255
    default-router 192.168.28.6
    !
    !
    no ip domain lookup
    ip cef
    no scripting tcl init
    no scripting tcl encdir
    !
    !
    !
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    pvc 0/38
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    !
    dsl operating-mode auto
    !
    interface FastEthernet0
    description Local Network
    ip address 192.168.28.6 255.255.255.248
    ip nat inside
    speed auto
    !
    interface Dialer1
    ip address negotiated
    ip nat outside
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp authentication chap pap call
    ppp chap hostname [email protected]
    ppp chap password 0 bt
    ppp pap sent-username [email protected] password 0 bt
    ppp ipcp dns request accept
    !
    ip nat inside source list 10 interface Dialer1 overload
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    !
    !
    access-list 10 permit 0.0.0.0 255.255.255.248
    !
    control-plane
    !
    banner motd ^CThis should be a secure site. Authorized access only. Accessing th
    is site with no permission will lead to prosecution. If not authorized get out as this connect
    ion is monitored and it can be traced.
    ^C
    !
    line con 0
    password cisco
    login
    line aux 0
    line vty 0 4
    password cisco
    login
    !
    !
    end

    CR1721#

    I'll have to more googling....
    D********

    Cheers you all for your help.

    I'll keep you all posted

    Albert, C
     
    Certifications: CCNA
    WIP: 220-701 - A+
  6. negseven

    negseven New Member

    7
    0
    1
    Have added to config .... * shows where



    ip dhcp pool LocalNetwork
    network 192.168.28.0 255.255.255.0 * last octet was missing, got rid of 248 mask
    default-router 192.168.28.6
    ip dhcp excluded-address 192.168.28.6 * excluded from dhcp range
    !
    !
    no ip domain lookup
    ip cef
    no scripting tcl init
    no scripting tcl encdir
    !
    !
    !
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    pvc 0/38
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    !
    dsl operating-mode auto
    !
    interface FastEthernet0
    description Local Network
    ip address 192.168.28.6 255.255.255.0 * changed mask
    ip nat inside
    speed auto
    !
    interface Dialer1
    ip address negotiated
    ip mtu 1492 * look it up
    ip nat outside
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp authentication chap pap call
    ppp chap hostname [email protected]
    ppp chap password 0 bt
    ppp pap sent-username [email protected] password 0 bt
    ppp ipcp dns request accept
    !
    ip nat inside source list 10 interface Dialer1 overload
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    !
    !
    access-list 10 permit 192.168.28.0 0.0.0.255 * changed wildcard mask
    dialer-list 1 protocol ip permit * added command
    !
    control-plane
    !
    banner motd ^CThis should be a secure site. Authorized access only. Accessing th
    is site with no permission will lead to prosecution. If not authorized get out as this connect
    ion is monitored and it can be traced.
    ^C
    !
    line con 0
    password cisco
    login
    line aux 0
    line vty 0 4
    password cisco
    login
    !
    !
    end
     
  7. albertc30

    albertc30 Kilobyte Poster

    423
    1
    37
    Hello guys.
    It is with great joy that I tell you that my cisco router 1721 is up and running with BT Broadband.
    I did some more search at ciscos website and finally done it.
    For those who are desperate for a config here it is my basic setup.
    So fare everything seems to be working fine, accesing webservers (80 and 443) and e-mail servers (25 - 110).

    I would like to apreciate all the help you all provided and surely I would like to play my role in here like the rest of you all and I'll be on the lookout for anyone that might need help.

    Thanks again.
    You all take care,
    Albert, C


    User Access Verification

    Password:
    Router>enable
    Password:
    Router#sh run
    Building configuration...

    Current configuration : 1361 bytes
    !
    ! Last configuration change at 22:28:25 UTC Thu Sep 25 2008
    ! NVRAM config last updated at 22:28:31 UTC Thu Sep 25 2008
    !
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    ip subnet-zero
    !
    !
    ip dhcp excluded-address 192.168.28.6
    !
    ip dhcp pool LocalNetwork
    network 192.168.28.0 255.255.255.248
    default-router 192.168.28.6
    dns-server 194.72.9.34 62.6.40.178
    !
    !
    ip cef
    no scripting tcl init
    no scripting tcl encdir
    !
    !
    !
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    pvc 0/38
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    !
    dsl operating-mode auto
    !
    interface FastEthernet0
    ip address 192.168.28.6 255.255.255.248
    ip nat inside
    speed auto
    !
    interface Dialer1
    ip address negotiated
    ip nat outside
    encapsulation ppp
    dialer pool 1
    ppp chap hostname [email protected]
    ppp chap password 0 password
    ppp pap sent-username [email protected] password 0 password
    !
    ip nat inside source list 1 interface Dialer1 overload
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    !
    !
    access-list 1 permit 192.168.28.0 0.0.0.7
    !
    control-plane
    !
    !
    line con 0
    password cisco
    login
    line aux 0
    line vty 0 4
    password cisco
    login
    !
    no scheduler allocate
    !
    end

    Router#

    ---------------------------------------------------------------------------------

    User Access Verification

    Password:
    Router>enable
    Password:
    Router#sh ip int bri
    Interface IP-Address OK? Method Status Prot
    ocol
    ATM0 unassigned YES unset up up

    Dialer1 81.152.195.8 YES IPCP up up

    FastEthernet0 192.168.28.6 YES manual up up

    Virtual-Access1 unassigned YES unset up up

    Virtual-Access2 unassigned YES unset up up

    Router#
     
    Certifications: CCNA
    WIP: 220-701 - A+
  8. albertc30

    albertc30 Kilobyte Poster

    423
    1
    37
    Certifications: CCNA
    WIP: 220-701 - A+
  9. m82amjad

    m82amjad New Member

    4
    0
    13
    just wondering will it be the same configuration for any broad band comes through the phone line..??
     
    Certifications: ccna
    WIP: ccnp
  10. Mr.Cheeks

    Mr.Cheeks 1st ever Gold Member! Gold Member

    5,373
    89
    190
    no - creditials would be different for a start afaik
     
  11. m82amjad

    m82amjad New Member

    4
    0
    13
    Dialer1 81.152.195.8 YES IPCP up up

    how do i get his ip address to hard code, my ip address changes every time i restarts the router,,, its configured by dhcp server from by ISP wt should i do??

    and wr will be the changes?? if it is a titan broadband?? is it the user name and password only??
     
    Certifications: ccna
    WIP: ccnp
  12. Sparky
    Highly Decorated Member Award 500 Likes Award

    Sparky Zettabyte Poster Moderator

    10,718
    543
    364
    Probably best to speak to your ISP and ask if they can issue you a static IP.
     
    Certifications: MSc MCSE MCSA:M MCSA:S MCITP:EA MCTS(x5) MS-900 AZ-900 Security+ Network+ A+
    WIP: Microsoft Certs
  13. m82amjad

    m82amjad New Member

    4
    0
    13
    please let me know any suggestions... here is some show run...
    at this stage i only have one computer connected to internet.. and the rest doesn't goes to the net...



    User Access Verification

    Password:
    college>en
    Password:
    college#
    college#sh run
    Building configuration...

    Current configuration : 1751 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname college
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$mMa1$htkTAosp6qbq3GDV97La4.
    enable password p
    !
    no aaa new-model
    !
    resource policy
    !
    ip subnet-zero
    ip cef
    !
    !
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.2.220
    !
    ip dhcp pool LOCAL_NETWORK
    network 192.168.2.0 255.255.255.0
    default-router 192.168.2.1
    dns-server 194.72.9.34 62.6.40.178
    !
    !
    no ip ips deny-action ips-interface
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface ATM0/0
    no ip address
    no atm ilmi-keepalive
    dsl operating-mode auto
    pvc 0/38
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    !
    !
    interface FastEthernet0/0
    description LAPLOP_COLLECTION
    ip address 192.168.1.1 255.255.255.0
    speed 100
    full-duplex
    !
    interface FastEthernet0/1
    description LAN_CONNECTION
    ip address 192.168.2.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    speed 100
    full-duplex
    !
    interface Dialer1
    ip address negotiated
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    ppp chap hostname [email protected]
    ppp chap password 0 XXXXXXXXX
    ppp pap sent-username [email protected] password 0 XXXXXXXXXXX
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    !
    no ip http server
    no ip http secure-server
    ip nat inside source list NAT_ADDRESS interface Dialer1 overload
    !
    ip access-list standard NAT_ADDRESS
    deny 192.168.3.0 0.0.0.255
    permit 192.168.0.0 0.0.255.255
    !
    !
    !
    control-plane
    !
    !
    !
    !
    line con 0
    password c
    login
    line aux 0
    line vty 0 1
    password v
    login
    line vty 2 4
    password v
    login
    !
    !
    end
    --------------------------------------------------------------------
    college#sh ip int br
    Interface IP-Address OK? Method Status Prot
    ocol
    ATM0/0 unassigned YES manual up up

    FastEthernet0/0 192.168.1.1 YES manual up up

    FastEthernet0/1 192.168.2.1 YES manual up up

    NVI0 unassigned YES unset up up

    Virtual-Access1 unassigned YES unset up up

    Virtual-Access2 unassigned YES unset up up

    Dialer1 79.74.132.164 YES IPCP up up
    ---------------------------------------------------------------------------------
    college#show ip nat translations
    Pro Inside global Inside local Outside local Outside global
    tcp 79.74.132.164:2809 192.168.2.21:2809 77.86.100.149:5938 77.86.100.149:5938
    ------------------------------------------------------------------------------------

    college#sh ip route
    Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
    E1 - OSPF external type 1, E2 - OSPF external type 2
    i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
    ia - IS-IS inter area, * - candidate default, U - per-user static route
    o - ODR, P - periodic downloaded static route

    Gateway of last resort is 0.0.0.0 to network 0.0.0.0

    212.74.102.0/32 is subnetted, 1 subnets
    C 212.74.102.21 is directly connected, Dialer1
    79.0.0.0/32 is subnetted, 1 subnets
    C 79.74.132.164 is directly connected, Dialer1
    C 192.168.1.0/24 is directly connected, FastEthernet0/0
    C 192.168.2.0/24 is directly connected, FastEthernet0/1
    S* 0.0.0.0/0 is directly connected, Dialer1


    =-----------------------------------------------------------------------

    college#show run | include ip nat
    ip nat inside
    ip nat outside
    ip nat inside source list NAT_ADDRESS interface Dialer1 overload
     
    Certifications: ccna
    WIP: ccnp

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.