Mình có một router Cisco 878 (1 port G.SHDSL + 1 port ISDN S/T + 4 port LAN (FE0 – FE3)
Mình có nhu cầu sử dụng cisco 878 kết nối hệ thống mạng cty với đường truyền MegaWan của Viettel (chỉ cần set IP/subnetmask do Viettel cung cấp (cổng FE2 (vlan2) làm WAN interface, cổng FE3 (vlan3) làm local interface) là router có thể ping tới IP đầu cuối (Bras) của Viettel. Mình đã cấu hình IP đúng như bảng quy hoạch và router có thể ping tới IP Bras Viettel nhưng máy PC trong mạng cty chỉ có thể ping tới IP interface WAN của router mà không thể ping tới IP Bras của Viettel.
Để kiểm tra và loại bỏ việc NAT IP, mình dựng LAB giả lập như sau:
PC (local) ==> local interface của router Cisco 878 (FE3) ==> outside interface của Cisco 878 (FE2) ==> modem ==> internet (Viettel) theo như hình đính kèm theo email này.
mình đã cấu hình IP, default route và router có thể ping tới IP của local PC (192.168.0.3) lẫn IP của modem (192.168.1.1) nhưng khi kiểm tra từ PC thì không thể nào ping được IP của modem (192.168.1.1) nhưng PC vẫn có thể ping tới IP của 2 interface trên router Cisco 878 (192.168.0.2 và 192.168.1.2).
Điểm lưu ý là các port fe0, fe1, fe2, fe3 được ghi chú là LAN chứ không phải WAN, mình muốn chuyển các port LAN này thành các port WAN để làm router định tuyến giữa mạng local với mạng MegaWan của Viettel để kết nối các chi nhánh công ty với nhau
File startup-config như sau:
Router#show running-config
Building configuration...
Current configuration : 1241 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
dot11 syslog
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
archive
log config
hidekeys
!
!
controller DSL 0
line-term cpe
!
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet0
switchport access vlan 3
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
switchport access vlan 2
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 192.168.1.2 255.255.255.0
ip nat outside
ip virtual-reassembly
!
interface Vlan3
ip address 192.168.0.2 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
!
no ip http server
no ip http secure-server
ip nat pool 2internet 192.168.1.1 192.168.1.1 netmask 255.255.255.0
ip nat inside source list 1 pool 2internet overload
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
line aux 0
line vty 0 4
password 7 101F5B4A
login
!
scheduler max-task-time 5000
end
Rất mong mọi người giúp mình tìm ra nguyên nhân và cách xử lý để cấu hình cho router có thể định tuyến dữ liệu từ mạng local ra ngoài mạng WAN thông qua router Cisco 878 này
Mình có nhu cầu sử dụng cisco 878 kết nối hệ thống mạng cty với đường truyền MegaWan của Viettel (chỉ cần set IP/subnetmask do Viettel cung cấp (cổng FE2 (vlan2) làm WAN interface, cổng FE3 (vlan3) làm local interface) là router có thể ping tới IP đầu cuối (Bras) của Viettel. Mình đã cấu hình IP đúng như bảng quy hoạch và router có thể ping tới IP Bras Viettel nhưng máy PC trong mạng cty chỉ có thể ping tới IP interface WAN của router mà không thể ping tới IP Bras của Viettel.
Để kiểm tra và loại bỏ việc NAT IP, mình dựng LAB giả lập như sau:
PC (local) ==> local interface của router Cisco 878 (FE3) ==> outside interface của Cisco 878 (FE2) ==> modem ==> internet (Viettel) theo như hình đính kèm theo email này.
mình đã cấu hình IP, default route và router có thể ping tới IP của local PC (192.168.0.3) lẫn IP của modem (192.168.1.1) nhưng khi kiểm tra từ PC thì không thể nào ping được IP của modem (192.168.1.1) nhưng PC vẫn có thể ping tới IP của 2 interface trên router Cisco 878 (192.168.0.2 và 192.168.1.2).
Điểm lưu ý là các port fe0, fe1, fe2, fe3 được ghi chú là LAN chứ không phải WAN, mình muốn chuyển các port LAN này thành các port WAN để làm router định tuyến giữa mạng local với mạng MegaWan của Viettel để kết nối các chi nhánh công ty với nhau
File startup-config như sau:
Router#show running-config
Building configuration...
Current configuration : 1241 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
dot11 syslog
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
archive
log config
hidekeys
!
!
controller DSL 0
line-term cpe
!
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet0
switchport access vlan 3
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
switchport access vlan 2
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 192.168.1.2 255.255.255.0
ip nat outside
ip virtual-reassembly
!
interface Vlan3
ip address 192.168.0.2 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
!
no ip http server
no ip http secure-server
ip nat pool 2internet 192.168.1.1 192.168.1.1 netmask 255.255.255.0
ip nat inside source list 1 pool 2internet overload
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
line aux 0
line vty 0 4
password 7 101F5B4A
login
!
scheduler max-task-time 5000
end
Rất mong mọi người giúp mình tìm ra nguyên nhân và cách xử lý để cấu hình cho router có thể định tuyến dữ liệu từ mạng local ra ngoài mạng WAN thông qua router Cisco 878 này
Comment