Mình có đọc 01 bài trên vnpro và làm theo hướng dẫn:
Bên mình sử dụng 01 đường cable quang FTTH của viettel. Mình cấu hình router cisco 1841 với mô hình:
R1841---->converter FTTH của viettel.
[quote\]
Router#sh run
Building configuration...
Current configuration : 10026 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
ip cef
!
!
username <your_username> password <your_password>
!
!
interface FastEthernet0/0
no ip address
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/1
no ip address
no ip redirects
ip route-cache flow
ip tcp adjust-mss 1344
speed auto
half-duplex
pppoe enable
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 <your_username_hare> password <your_pasword_here>
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
!
end
Router#
{/quote}
Phía sau Con 1841 này là 02 Switch 2960 catalyst đươc cấu hình Vlan (192.168.1.1 - 192.168.60.1).
Fe0/0 connected với Lan
Fe0/1 cắm vào converter FTTH.
Khi mình cấu hình dialer 0 xong thì show ip int thì dialer0 nhận đúng IP tĩnh do Viettel cung cấp. Từ router ping được đến 8.8.8, 208.67.222.222, .... nhưng không ping được đến IP dialer0 (IP viettel cung cấp). Tất nhiên là từ PC cũng ko ra đc interrnet.
Các tiền bối giúp mình với.
Tks
Đã cắm trực tiếp PC vào Fe0/0 vẫn không đc. Hix
Bên mình sử dụng 01 đường cable quang FTTH của viettel. Mình cấu hình router cisco 1841 với mô hình:
R1841---->converter FTTH của viettel.
[quote\]
Router#sh run
Building configuration...
Current configuration : 10026 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
ip cef
!
!
username <your_username> password <your_password>
!
!
interface FastEthernet0/0
no ip address
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/1
no ip address
no ip redirects
ip route-cache flow
ip tcp adjust-mss 1344
speed auto
half-duplex
pppoe enable
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 <your_username_hare> password <your_pasword_here>
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
!
end
Router#
{/quote}
Phía sau Con 1841 này là 02 Switch 2960 catalyst đươc cấu hình Vlan (192.168.1.1 - 192.168.60.1).
Fe0/0 connected với Lan
Fe0/1 cắm vào converter FTTH.
Khi mình cấu hình dialer 0 xong thì show ip int thì dialer0 nhận đúng IP tĩnh do Viettel cung cấp. Từ router ping được đến 8.8.8, 208.67.222.222, .... nhưng không ping được đến IP dialer0 (IP viettel cung cấp). Tất nhiên là từ PC cũng ko ra đc interrnet.
Các tiền bối giúp mình với.
Tks
Đã cắm trực tiếp PC vào Fe0/0 vẫn không đc. Hix
Comment