Changes between Initial Version and Version 1 of NatOverWindows2008


Ignore:
Timestamp:
12/29/12 20:45:58 (11 years ago)
Author:
disa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NatOverWindows2008

    v1 v1  
     1To redirect all traffic from VPN clients through the VPN server, you have to configure NAT.
     2
     3At this step I assume that you have OpenVPN configured properly, if not please refer to the manual [http://community.openvpn.net/openvpn/wiki/Easy_Windows_Guide].
     4
     5'''1. Enabling IP forwarding'''
     6Press Windows+R and type:
     7{{{
     8regedit.exe
     9}}}
     10Now navigate to the:
     11{{{
     12HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters
     13}}}
     14and set
     15{{{
     16IpEnableRouter
     17}}}
     18 to 1
     19
     20'''2. Installing role'''
     21Open ServerManager and click on Install role[[BR]]
     22
     23[[Image(http://www.windowsnetworking.com/img/upl/image0081260538266451.jpg)]]
     24
     25[[BR]]
     26Click Next [[BR]]
     27[[Image(http://www.windowsnetworking.com/img/upl/image0101260538400669.jpg)]]
     28[[BR]]
     29
     30Wait till Windows complete instaling new role.
     31
     32'''3. Configuring NAT'''
     33Open Routing and Remote access console from Administrative Tools, right click on your server local name and select
     34{{{
     35Configure and Enable Routing and remote Access
     36}}}
     37In a wizard click on Network address translation(NAT)[[BR]]
     38[[Image(http://www.windowsnetworking.com/img/upl/image0121260538400669.jpg)]]
     39[[BR]]
     40In next step select your network card that have access to internet and click Next.[[BR]]
     41
     42Last thing to do it to select VPN Tap-win32 network card and finish wizard.
     43
     44NAT should be working from now.