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.

config router 2600(cần hướng dẫn thank)

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

  • config router 2600(cần hướng dẫn thank)

    Đây là file config

    no ip dhcp use vrf connected
    no ip dhcp conflict logging
    ip dhcp excluded-address 192.168.1.230 192.168.1.254
    ip dhcp excluded-address 192.168.1.1 192.168.1.100
    !
    ip dhcp pool vnsdhcp
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    dns-server 210.245.31.220 210.245.31.221
    !
    !
    ip name-server 210.245.31.220
    ip name-server 210.245.31.221
    ip name-server 8.8.8.8
    !
    !
    interface FastEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    no ip redirects
    ip route-cache flow
    ip tcp adjust-mss 1344
    speed auto
    half-duplex
    pppoe enable group global
    pppoe-client dial-pool-number 1
    !
    interface Dialer0
    description Interface for Internet access
    ip address negotiated
    ip mtu 1492
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp authentication pap callin
    ppp pap sent-username .. password 7 ..
    !
    ip route 0.0.0.0 0.0.0.0 Dialer0
    !
    access-list 101 permit ip 192.168.1.0 0.0.0.255 any
    !
    !
    control-plane
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    password 7 ..
    login
    !
    scheduler allocate 20000 1000
    end

    Lúc trước dùng line của viettel chay bình thường nhưng khi chuyển qua line ftth của fpt gặp tình trạng như sau:
    không phân giải dc tên miền .net,tất cả các trang chấm net đều không vô dc vd vnexpress.net... ping ip của vnexpress.net cung ko được.ping 8.8.8.8 hoặc các ip khác thi được.Mình đứng ping trực tiếp từ con router
    Ai biết nguyên nhân giúp gấn gấp với
    Cảm ơn đã đọc

  • #2
    bạn cho xin cái mô hình mạng đi, bạn thử bỏ interface Dialer0 đi, cấu hình lại cổng fa0/1 xem thế nào.

    Comment


    • #3
      Originally posted by tuancuongtk6 View Post
      bạn cho xin cái mô hình mạng đi, bạn thử bỏ interface Dialer0 đi, cấu hình lại cổng fa0/1 xem thế nào.
      Làm rồi tình trạng cũng vậy bạn ah.Sơ đồ thì đơn giản,Line ftth của fpt nối trực tiếp với con 2600 xong vô một con switch là hết rồi chả có firewall hay j hết.Lạ quá lần đầu mới gặp.Gọi lên cisco thì nó bảo con này cũ quá rồi không support,gọi fpt thì nó nói modem nó mang đến chạy bình thường không support luôn
      Nhức đầu
      Last edited by Guest; 10-12-2012, 09:36 AM.

      Comment


      • #4
        Bạn cấu hình thêm command " ip domain-lookup " và thử test xem router có forwards the lookup requests bằng cách : Tạo 1 ACL match DNS packets,

        access-list 101 permit udp any any eq domain
        access-list 101 permit udp any eq domain any
        sau đó, debug ip packet 101 xem sao.

        Comment

        Working...
        X