Chào cả nhà VNPRO !
tình hình là em có config 1 con cisco 1841 chạy PPPoE với FPT:
kết quả :
- kết nối thành công với WAN.
- ping hoặc tracert tới các domain như vnexpress.vn , bình thường.
Nhưng khi truy cập website thì nó không chạy được, cứ quay vòng vòng hoài.
(Nếu em thay thiết bị bằng route Virgo thì chạy ngon lành không bị lỗi này)
Nhờ các bác giúp đỡ,xem cấu hình còn sai cái gì ?
thanks cả nhà.
{đính kèm file cấu hình như sau}
Building configuration...
Current configuration : 1462 bytes
!
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 123456
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
mac-address 0019.cb4e.4273
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface FastEthernet0/1
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
no fair-queue
clock rate 2000000
!
interface Serial0/0/1
no ip address
shutdown
clock rate 2000000
!
interface Dialer1
mac-address 0019.cb4e.4273
mtu 1438
ip address 118.69.34.1 255.255.255.252
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp chap hostname Sgfdl-080918-822
ppp chap password 0 fd02822
ppp pap sent-username Sgfdl-080918-822 password 0 fd02822
ppp ipcp dns request accept
ppp ipcp route default
ppp ipcp address accept
!
ip route 0.0.0.0 0.0.0.0 118.69.255.124
!
!
ip http server
no ip http secure-server
ip nat inside source list 10 interface Dialer1 overload
!
access-list 10 permit any
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 5
password 123456
login
!
scheduler allocate 20000 1000
end
tình hình là em có config 1 con cisco 1841 chạy PPPoE với FPT:
kết quả :
- kết nối thành công với WAN.
- ping hoặc tracert tới các domain như vnexpress.vn , bình thường.
Nhưng khi truy cập website thì nó không chạy được, cứ quay vòng vòng hoài.
(Nếu em thay thiết bị bằng route Virgo thì chạy ngon lành không bị lỗi này)
Nhờ các bác giúp đỡ,xem cấu hình còn sai cái gì ?
thanks cả nhà.
{đính kèm file cấu hình như sau}
Building configuration...
Current configuration : 1462 bytes
!
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 123456
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
mac-address 0019.cb4e.4273
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface FastEthernet0/1
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
no fair-queue
clock rate 2000000
!
interface Serial0/0/1
no ip address
shutdown
clock rate 2000000
!
interface Dialer1
mac-address 0019.cb4e.4273
mtu 1438
ip address 118.69.34.1 255.255.255.252
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp chap hostname Sgfdl-080918-822
ppp chap password 0 fd02822
ppp pap sent-username Sgfdl-080918-822 password 0 fd02822
ppp ipcp dns request accept
ppp ipcp route default
ppp ipcp address accept
!
ip route 0.0.0.0 0.0.0.0 118.69.255.124
!
!
ip http server
no ip http secure-server
ip nat inside source list 10 interface Dialer1 overload
!
access-list 10 permit any
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 5
password 123456
login
!
scheduler allocate 20000 1000
end
Comment