Chào tất cả mọi người!
Em có một mô hình mạng như sau
Cloud Internal em chọn card mạng là VM3 của VMWare, máy tính trên VMWare có địa chỉ IP là 172.16.1.3/24 có gateway là 172.16.1.2.
Còn Cloud Internet em chọn card mạng là Local Area Connection có dải địa chỉ là 192.168.1.0/24
Em muốn cấu hình router sao cho máy tính trên VMWare có thể thông ra internet. Em đã cấu hình như sau nhưng vẫn k ra được internet:
Mọi người giúp em với, cám ơn mọi người!
Em có một mô hình mạng như sau
Cloud Internal em chọn card mạng là VM3 của VMWare, máy tính trên VMWare có địa chỉ IP là 172.16.1.3/24 có gateway là 172.16.1.2.
Còn Cloud Internet em chọn card mạng là Local Area Connection có dải địa chỉ là 192.168.1.0/24
Em muốn cấu hình router sao cho máy tính trên VMWare có thể thông ra internet. Em đã cấu hình như sau nhưng vẫn k ra được internet:
Code:
Current configuration : 949 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 ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! multilink bundle-name authenticated ! ! archive log config hidekeys ! ! interface FastEthernet0/0 ip address 172.16.1.2 255.255.255.0 ip nat inside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.1.123 255.255.255.0 ip nat outside ip virtual-reassembly duplex auto speed auto ! ip forward-protocol nd ! ! ip http server no ip http secure-server ip nat inside source list 100 interface FastEthernet0/1 overload ! access-list 1 permit 172.16.1.0 0.0.0.255 ! ! control-plane ! ! line con 0 line aux 0 line vty 0 4 ! ! end
Comment