-
Book Overview & Buying
-
Table Of Contents
Python Web Development with Sanic
By :
By now, you have learned about some amazing technologies and have gained a lot of hands-on skills. One of the most important parts of learning about networking is establishing connectivity between different IP networks. However, connecting a private IP network to a public network such as the internet will not work as simply as expected. Private networks (as defined by RFC 1918 addresses) are non-routable on the internet. So how do devices on a private network access the internet?
Network address translation (NAT) creates the magic between private and public networks. By completing this chapter, you will learn about the various types of NAT and how to implement static NAT, dynamic NAT, and port address translation (PAT) on a Cisco network. Finally, you will learn how to implement NAT to ensure you have internet connectivity on an enterprise network.
This chapter covers Domain 4: IP Services, objective 4.1 Configure and verify inside source NAT using...