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.

Giúp em lab radius này với

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Giúp em lab radius này với

    Chào các bác, em có làm một topo thế này:
    Dải IP: 192.168.6.0/24
    PC (.34)
    |
    SW----Radius server (Centos) (.102)
    |
    C3725 (.201)

    em muốn khi PC telnet vào C3725, C3725 phải hỏi Radius server rồi mới cấp quyền cho PC.. nhưng khi telnet vào, sau khi nhập đủ username vào password thì trên Radius có cảnh báo sau:

    Ignoring request to authentication address * port 1812 from unknown client 192.168.6.201 port 1645

    còn trên C3725 thì có cảnh báo:
    *Mar 1 01:04:04.495: %RADIUS-4-RADIUS_DEAD: RADIUS server 192.168.6.102:1812,1813 is not responding.


    Trên C3725 em cấu hình như sau:

    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    enable password digicom
    !
    aaa new-model
    !
    !
    aaa authentication login radius-login group radius local
    aaa authentication ppp radius-ppp if-needed group radius
    aaa authorization exec default group radius if-authenticated
    !
    aaa session-id common
    memory-size iomem 5
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    username thanh password 0 userpass
    !
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.6.201 255.255.255.0
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    ip forward-protocol nd
    !
    !
    ip http server
    no ip http secure-server
    !
    no cdp run
    !
    !
    !
    radius-server attribute 44 include-in-access-req
    radius-server attribute 8 include-in-access-req
    radius-server host 192.168.6.102 auth-port 1812 acct-port 1813 key testing123
    radius-server authorization default Framed-Protocol ppp
    radius-server vsa send accounting
    radius-server vsa send authentication
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 2
    password linepass
    line vty 3
    password linepass
    login authentication radius-login
    line vty 4
    password linepass
    !
    !
    end

    Trên Radius server:
    đã add thêm router cisco vào file clients.conf
    client ipipgw {
    ipaddr = 192.168.6.201
    secret = testing123
    shortname = c3725
    nastype = cisco
    login = !thanh
    password = userpass
    }

    Mong các cao thủ chỉ giúp em với

  • #2
    híc, chả có ai giúp em cả, chán quá là chán

    Comment


    • #3
      Để một client (là router của bạn) có thể chứng thực bằng radius server thì phải khai báo cho phép IP của client gửi Radius authentication request, nếu không thì nó báo lỗi "unknown client" và không trả lời, và router mới báo "server not response". Có thể khai báo trong file cấu hình Radius là chưa đúng hoặc version này không còn dùng file đó nữa
      Last edited by nguyendiep; 11-05-2010, 06:06 PM.
      Diệp Thanh Nguyên - Viettel Networks
      Certificates : Chứng chỉ A Vi tính 1995 (DOS, NC, Vietres, Foxpro, Quattro) :))

      Comment


      • #4
        Originally posted by hafthanhf View Post
        híc, chả có ai giúp em cả, chán quá là chán
        bạn thử nghiệm ra làm sao và nó báo cái lỗi gì? Cấu hình của bạn tạm thời là OK.
        Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

        Email : dangquangminh@vnpro.org
        https://www.facebook.com/groups/vietprofessional/

        Comment


        • #5
          hehe, cảm ơn các bác đã reply, chiều nay em ngồi nghịch, thế nào mà nó lại chạy mới hay chứ. Té ra là em sửa nhầm file clients.conf, nên server nó ignore tất các các gói tin authen từ router gửi tới

          Comment


          • #6
            không phải ngẫu nhiên mà nó tự chạy lại đâu. ;-)
            Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

            Email : dangquangminh@vnpro.org
            https://www.facebook.com/groups/vietprofessional/

            Comment


            • #7
              Originally posted by dangquangminh View Post
              không phải ngẫu nhiên mà nó tự chạy lại đâu. ;-)
              đúng là không làm cẩn thận, theo đúng hướng dẫn thì nó báo hại mất mấy ngày

              Comment

              Working...
              X