Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

cisco 837

Options
  • 23-10-2005 8:07pm
    #1
    Closed Accounts Posts: 358 ✭✭


    Hello,

    Anyone know where I can get a good tutorial on configuring a Cisco 837? Need to learn IOS fast!

    Thanks,
    Craig.


Comments

  • Registered Users Posts: 562 ✭✭✭ro2


    Here's the sample config from Eircom for DSL. What are you using the router for?
    Router#sh run
    Building configuration...

    Current configuration : 1896 bytes
    !
    version 12.2
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    !
    hostname Router
    !
    enable secret 5 $1$c2sdfs$Zx7uWhXsdfW0sdfsdfd/
    !
    ip subnet-zero
    ip name-server 159.134.237.6
    ip name-server 159.134.248.17
    !
    vpdn enable
    !
    vpdn-group 1
    request-dialin
    protocol pppoe
    !
    !
    !
    !
    interface Ethernet0
    ip address 10.252.234.1 255.255.255.0
    ip nat inside
    ip tcp adjust-mss 1452
    hold-queue 100 out
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    pvc 8/35
    pppoe-client dial-pool-number 1
    !
    dsl operating-mode auto
    !
    interface Dialer0
    no ip address
    !
    interface Dialer1
    ip address negotiated
    ip nat outside
    encapsulation ppp
    dialer pool 1
    dialer remote-name redback
    dialer-group 1
    ppp authentication pap chap callin
    ppp chap hostname corpsup
    ppp chap password 7 1418000A02032F7870
    !
    ip nat inside source static tcp 10.252.234.10 25 194.125.155.90 25 extendable
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    ip http server
    !
    !
    access-list 10 permit any
    !
    line con 0
    exec-timeout 120 0
    stopbits 1
    line vty 0 4
    access-class 23 in
    exec-timeout 120 0
    password 7 p012321f3423c
    login
    !
    scheduler max-task-time 5000
    end


  • Closed Accounts Posts: 358 ✭✭CH


    What are you using the router for?

    I need to setup some NAT rules that allow something like this:

    internal IP start, internal IP end, global IP, comment
    192.168.1.1, 192.168.1.1, 123.123.123.1, server1
    192.168.1.2, 192.168.1.2, 123.123.123.2, server2
    192.168.1.3:1234, 192.168.1.3:1234, 123.123.123.3:1234, server3
    192.168.1.4, 192.168.1.9, 123.123.123.4, external network
    192.168.1.10, 192.168.1.254, 123.123.123.5, internal network


Advertisement