Chào cả nhà,
Công ty mình có 1 đường ADSL của Viettel, chạy modem của Viettel thì rất ok, nhưng nay có 1 thay đổi là mình cần phải ocnfig modem sang chế độ bridge, và dùng router Cisco làm PPPoE Client.
Mình đã config thành công. Nhưng có điều các trang web ở VN thì đi web rất nhanh, nhưng các trang web nước ngoài thì rất chậm (yahoo, microsoft, ...) và hầu như là không kết nối được luôn. Mình đã thử config 1 PC trong mạng làm PPPoE Client thì ok, trang nào cũng ok.
Vậy cho mình hỏi là problem nằm ở đâu vậy? Mình config có sai gì không? Mọi người xem cấu hình và help mình với nhé. Thanks
ip cef
!
vpdn enable
!
interface fastEthernet0/0
ip address 192.168.3.1 255.255.255.0
ip nat inside
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer0
ip mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
ppp authentication pap callin
dialer pool 1
dialer-group 1
no cdp enable
ppp pap sent-username <username> password <password>
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.3.0 0.0.0.255
dialer-list 1 protocol ip permit
!
end
Công ty mình có 1 đường ADSL của Viettel, chạy modem của Viettel thì rất ok, nhưng nay có 1 thay đổi là mình cần phải ocnfig modem sang chế độ bridge, và dùng router Cisco làm PPPoE Client.
Mình đã config thành công. Nhưng có điều các trang web ở VN thì đi web rất nhanh, nhưng các trang web nước ngoài thì rất chậm (yahoo, microsoft, ...) và hầu như là không kết nối được luôn. Mình đã thử config 1 PC trong mạng làm PPPoE Client thì ok, trang nào cũng ok.
Vậy cho mình hỏi là problem nằm ở đâu vậy? Mình config có sai gì không? Mọi người xem cấu hình và help mình với nhé. Thanks
ip cef
!
vpdn enable
!
interface fastEthernet0/0
ip address 192.168.3.1 255.255.255.0
ip nat inside
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer0
ip mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
ppp authentication pap callin
dialer pool 1
dialer-group 1
no cdp enable
ppp pap sent-username <username> password <password>
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.3.0 0.0.0.255
dialer-list 1 protocol ip permit
!
end
Comment