• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

lab PPP callback giữa server và một dial-up clients

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lab PPP callback giữa server và một dial-up clients

    Cấu hình của Access-server:


    Current configuration:
    !
    service udp-small-servers
    service tcp-small-servers
    !
    hostname Router
    !
    enable secret 5 $1$Zchm$GcXOP613UVI.dfTwUVkiu1
    enable password cisco
    !
    username test callback-dialstring 1234567 password test
    !
    interface loopback0
    ip address 10.0.0.1 255.0.0.0
    !
    interface Ethernet0
    ip address 192.168.10.3 255.255.255.0
    !
    interface Serial0
    shutdown
    !
    interface Serial1
    shutdown
    !
    interface async7
    ip unnumbered loopback0
    encapsulation ppp
    async default ip address 10.0.0.2
    async mode dedicated
    dialer idle-timeout 90
    dialer in-band
    dialer wait-for-carrier-time 60
    dialer enable-time 30
    ppp callback accept
    ppp authentication chap
    !
    line 7
    login
    pass cisco
    modem InOut
    modem autoconfigure type usr_courier
    transport input all
    stopbits 1
    speed 115200
    flowcontrol hardware
    callback forced-wait 5

    line aux 0
    line vty 0 4
    exec-timeout 20 0
    password cisco
    login
    !
    end

    trên client, chú ý chọn option request callback trên kết nối dial-up
    Email : vnpro@vnpro.org
    ---------------------------------------------------------------------------------------------------------------
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
Tel : (08) 35124257 (5 lines)
Fax: (08) 35124314

Home page: http://www.vnpro.vn
Support Forum: http://www.vnpro.org
- Chuyên đào tạo quản trị mạng và hạ tầng Internet
- Phát hành sách chuyên môn
- Tư vấn và tuyển dụng nhân sự IT
- Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

Network channel: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Working...
X