如何使用一个 NIC 将 Windows Server 2008 设置为 NAT?

Hul*_*ner 2 windows-server-2008 nat

我如何将 Windows Server 2008 设置为只有一个网卡的 NAT 路由器?我只能访问带有一个网卡的服务器,我无法向服务器添加网卡。

小智 5

我在这里写了简单的 11 个步骤来使用单个 NIC 设置 VPN + NAT:https : //plus.google.com/u/0/108197739169919071168/posts/bnDbKbrFPq6


这是步骤:

How to setup VPN+NAT on your Windows Server with Single NIC :
1- Add RRAS Role in server manager.
2- Enable Routing & Remote Access
3- Choose "Custom" because you have only one NIC.
4- Choose VPN + NAT + Dialin
5- Press next , then "start service"
6- In management console, right click on "NAT" and select " add interface"
7- Select your only NIC
8 - Select "public interface ..." and "Enable NAT"
9- Right click on "server-name" in console and choose properties
10 - choose IPv4 tab and select "Static address pool"
11 - Add an IP range different from your client IP range
Run Code Online (Sandbox Code Playgroud)

(当我的客户端 ip 是 192.168.1.x 时,我选择了 192.168.100.x )

VPN Server+NAT 现在必须为您工作


我自己做的,我在连接到该服务器时发布了这篇文章!