From the course: Practical Linux for Network Engineers: Part 1
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Network address translation (NAT) and internet testing - Linux Tutorial
From the course: Practical Linux for Network Engineers: Part 1
Network address translation (NAT) and internet testing
- [Instructor] So can the Ubuntu PC ping the internet, and at the moment the answer is no. The reason for that is that the NetCloud doesn't know about this network, 10.1.1.0. So pings fail to google.com or other websites because we need to enable NAT on the Cisco router. So I'm gonna save the config of the Cisco router at this point, and then I'll go into Gigabit 0/1 and type ip nat outside to enable NAT on the outside interface. Now we do get a complaint about CPU utilization, but that's okay in my example. So I'll go onto Gigabit 0/0 and enable on NAT on the inside. You can increase the amount of RAM that you allocate to the router if you don't wanna get to that message, or in some cases you need to increase it to stop the router crashing, but at this point I'm good. So I'm gonna go back to global configuration mode and type ip nat inside source list, access list one, interface gigabit 0/1 overload, access-list 1 permit any. On the Ubuntu client notice we can now ping google.com…
Contents
-
-
-
-
(Locked)
DHCP server3m 45s
-
DHCP client5m 6s
-
(Locked)
Network address translation (NAT) and internet testing1m 52s
-
(Locked)
Static Linux Docker container PC3m 51s
-
(Locked)
Network testing2m 20s
-
(Locked)
Ubuntu_Desktop_QEMU virtual machine5m 51s
-
(Locked)
Ubuntu Server download and VMware import3m 24s
-
(Locked)
Ubuntu Server installation6m 44s
-
(Locked)
Integrate Ubuntu Server virtual machine3m 42s
-
(Locked)
Ubuntu Server: Manual IP address5m 48s
-
(Locked)
-
-
-
-
-
-
-
-
-