Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Router0(config)#access-list 10 permit 10.0.0.0 0.0.0.

255 Router0(config)# ip nat inside source list 10 interface fastEthernet 0/1 overload Router0(config)#interface fastEthernet 0/0 Router0(config-if)#ip nat inside Router0(config-if)#exit Router0(config)#interface fastEthernet 0/1 Router0(config-if)#ip nat outside Router0#show run interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.0 ip nat inside interface FastEthernet0/1 ip address 116.114.100.100 255.255.255.0 ip nat outside

You might also like