Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configure VPN connections

Status
Not open for further replies.

waely

Programmer
Joined
Dec 7, 2003
Messages
227
Location
US
hi,
we have ISA sever and I'm trying to setup a VPN connection for a team or individual users where they can connect, read, write to their PC from home and maybe read their email.

I'm not very familiar with this process, please be detailed when writing steps how to do that.

thank you,
Waely
 
quoted from
Summary
Virtual Private Networks (VPN) allow users working at home, on the road or at a branch office to connect in a secure manner to a remote corporate server using the public Internet. VPN server or host is a computer that accepts VPN connections from VPN clients. A VPN server or host can be a NT/W2K server or W2K/XP Pro. VPN client is a computer that initiates a VPN connection to a VPN server or host. A VPN client can be an individual computer running MS Windows NT version 4.0, Windows 2000, 9x. VPN clients can also be any non-Microsoft Point-to-Point Tunneling Protocol (PPTP) client or Layer Two Tunneling Protocol (L2TP) client using IPSec.

Basic VPN Requirement

User Permission. Enable a user to access the VPN. To do this, go to AD Users and Computers, select the user who need to access the VPN, click Dial-in. Check Allow access on the Remote Access Permission (Dial-in or VPN).

IP Configuration. The VPN server should have a static IP address and assign the arrange IP addresses to VPN clients. The VPN server must also be configured with DNS and WINS server addresses to assign to the VPN client during the connection.

Data Encryption. Data carried on the public network should be rendered unreadable to unauthorized clients on the network.

Protocol Support. The TCP/IP is common protocols used in the public network. The VPN also include IP, Internetwork Packet Exchange (IPX), NetBEUI and so on.

Firewall Ports. When you place a VPN server behind your firewall, be sure to enable IP protocol 47 (GRE) and TCP port 1723.

Interface(s) for VPN server. If your network doesn't have a router or the VPN is also a gateway, your computer must have at least two interfaces, one connecting to the Internet and another connecting to the LAN. If it is behind a router, you just need one NIC.

One interface for VPN client. The interface can be a dial-in modem, or a dedicated connection to the Internet.



Robert Lin, MS-MVP, MCSE & CNE
Windows, Network, Internet, VPN, Routing and How to at
 
Thanks Robert,
I was able to create VPN connections and give the users the rigth permissions.if there is too many people are connecting to VPN that will take away most the available IP addresses. if all addresses are takes some people get connection error, because there isn't enough IP in the pool. how can I dedicate a rang of IP addresses to make sure that this range is always available for certain people or group.

not sure if that makes sense.
thanks for any advise.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top