Wednesday, September 30, 2009

filter settings to allow Microsoft 2003 server with VPN nic to get on internet

Add the below entries for Inbound and Outbound entries:

Start RRAS -> IP Routing -> General -> Choose nic with external IP (Suppose
= NIC1)

Inbound

Code:

Sourse any, Destination Address NIC1-Public-IP, tcp, source 80, destination
any
Sourse any, Destination Address NIC1-Public-IP, tcp, source 443, destination
any
Sourse any, Destination Address NIC1-Public-IP, tcp, source 53, destination
any
Sourse any, Destination Address NIC1-Public-IP, udp, source 53, destination
any

Outbound

Code:

Source Address NIC1-Public-IP, Destination any, tcp, source any, destination
80
Source Address NIC1-Public-IP, Destination any, tcp, source any, destination
443
Source Address NIC1-Public-IP, Destination any, tcp, source any, destination
53
Source Address NIC1-Public-IP, Destination any, udp, source any, destination
53