Mình tham khảo trên mạng và cấu hình theo. Cổng dialer 0 nó ko nhận dc ip từ nhà cung cấp
GW#show running-config
Building configuration...
Current configuration : 2826 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname GW
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$fGIR$ECsnM8KUkxT2DKMc7TuYq0
!
no aaa new-model
ip cef
!
!
!
!
i
archive
log config
hidekeys
!
!
!
!
!
!
interface FastEthernet0/0
description ket noi ftth
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface FastEthernet0/1
description ket noi mang lan
ip address 192.168.0.112 255.255.255.0
duplex auto
speed auto
!
interface Dialer0
description ket noi ftth
mtu 1492
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username xxxx password 0 xxxx
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
ip http authentication local
ip http secure-server
!
!
!
!
control-plane
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
GW#
Nhờ các bạn xem mình cấu hình sai ở đâu ?
GW#show running-config
Building configuration...
Current configuration : 2826 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname GW
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$fGIR$ECsnM8KUkxT2DKMc7TuYq0
!
no aaa new-model
ip cef
!
!
!
!
i
archive
log config
hidekeys
!
!
!
!
!
!
interface FastEthernet0/0
description ket noi ftth
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface FastEthernet0/1
description ket noi mang lan
ip address 192.168.0.112 255.255.255.0
duplex auto
speed auto
!
interface Dialer0
description ket noi ftth
mtu 1492
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username xxxx password 0 xxxx
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
ip http authentication local
ip http secure-server
!
!
!
!
control-plane
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
GW#
Nhờ các bạn xem mình cấu hình sai ở đâu ?
Comment