Author Topic: Router Cisco 2600xm กับ การเซ็ต ADSL True  (Read 10877 times)

0 Members และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

pasuta

  • Layer 1
  • *
  • Posts: 16
  • จิตพิสัย +0/-0
    • Email
Router Cisco 2600xm กับ การเซ็ต ADSL True
« on: 29 มกราคม , 2014, 11:28:10 am »
คือผมมีเรื่องสอบถามครับ พอดีนั่งลองหัดเล่น config router cisco 2600xm กับ adsl ของ True ลองเซ็ตผิดๆถูกๆบ้างแต่ก็ไม่รับไอพีมาจาก isp คับ

topology คือเอา routermodem ทำเป็น bridge แล้ว redirect เข้ามาที่ cisco 2600xm
แล้วมี Config ดังต่อไปนี้คับ

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router-RT
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxx
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.2.1 255.255.255.0
 ip nat inside
 no ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 pppoe enable group global
 pppoe-client dial-pool-number 1
!
interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 ppp authentication chap callin
 ppp chap hostname xxxxx@truehisp
 ppp chap password 0 xxxxx
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit any
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 password xxxxxx
 login
!
scheduler allocate 20000 1000
!
end

Router-RT#


หลังจาก config ลอง show ip interface br ไม่ขึ้นไอพีที่ขารับจาก 0/1
และก็ลอง dubug ppp negotaition ก็ไม่ขึ้นอะไรครับ

 [onion14]