| Networking | en | |
| Prev | ||
enable configure terminal interface FastEthernet0 ip address 172.17.120.21 255.255.255.0 no shutdown exit exit show ip interface FastEthernet0
enable configure terminal interface FastEthernet1 ip address 10.0.0.1 255.255.0.0 no shutdown exit exit show ip interface FastEthernet1
On router: ========== ping 10.0.8.10 On another device: ================== ping 10.0.0.1
config t ip routing ip route 0.0.0.0 0.0.0.0 FastEthernet0 ip name-server 195.122.1.59
conf t interface FastEthernet0 ip nat outside ^Z show ip interface FastEthernet0 conf t interface FastEthernet1 ip nat inside ^Z
conf t ip nat pool ovrld 172.17.120.23 172.17.120.23 prefix 24 ip nat inside source list 7 pool ovrld overload access-list 7 permit 10.0.0.160 0.0.0.31 access-list 7 permit 10.0.1.100 ^Z show ip nat translations
configure terminal ip nat inside source static 10.0.0.160 172.17.120.23 ip nat inside source static 10.0.0.161 172.17.120.23
| Prev |