Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RE: VPN Server unable to browse

0 views
Skip to first unread message

Sha07

unread,
Apr 20, 2009, 8:23:00 AM4/20/09
to
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

It will work.

0 new messages