在读网络课程的Pre-reading的时候教授提了个问题,原题目如下。 希望指导一下。
How is a NAT and local DHCP configured to allow access from the Internet to an internal webserver
1、DHCP需要配置mac-IP绑定,使得内部Web服务器每次DHCP获取同一个IP地址;2、配置NAT公网IP:80端口映射到内网Web服务器IP:port 。