Đâ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
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
Comment