Thứ Năm, 17 tháng 10, 2013

CCNA R&S (CCNA5.0) Cấu hình NAT và ACL trong bài lab openlab1-s2new


4.  NAT configuration:
a)    NAT overload:
On router GATE1 (HA NOI office) configure access-list 1 to permit all user on Ha Noi’s LAN connect toward the Internet, using public IP address of interface G0/0 of router GATE 1

GATE1(config)#access-list 1 permit 10.1.1.0 0.0.0.255
GATE1(config)#access-list 1 permit 10.2.2.0 0.0.0.255
GATE1(config)#access-list 1 permit 192.168.123.0 0.0.0.255
GATE1(config)#access-list 1 permit 172.17.1.0 0.0.0.255
GATE1(config)#ip nat inside source list 1 interface GigabitEthernet0/0 overload


Chi tiết xem tại đây