svannak
asked on
Setup VPN
How to setup VPN under RedHat Enterprise Linux so that I can access the connection from WinXP.
Thanks,
VNK
Thanks,
VNK
You could try the following:
Install PPTP VPN Server
Download and install webmin -> www.webmin.com
logon to webmin usaly http://localhost:10000
Networking -> PPTP VPN Server
Under PPTP Server Options set ip address and ip scope to dish out.
Under PPTP Accounts - setup a user name and password.
Start the server
Install PPTP VPN Server
Download and install webmin -> www.webmin.com
logon to webmin usaly http://localhost:10000
Networking -> PPTP VPN Server
Under PPTP Server Options set ip address and ip scope to dish out.
Under PPTP Accounts - setup a user name and password.
Start the server
ASKER
Could you explain the process of setting up a VPN? Totally, I plan to have 6 machines for my home family, 1 for Red Hat Enterprise Linux 4 AS (Proxy server, Firewall, VPN) that have 2 NICs (one connect to LAN and another one connect to DSL modem), 1 for Windows server 2003 (file server, email server), and another 4 for Windows XP (client machine) which connect together via hub. I have cable internet connection (DSL) with a public IP address.
I'm looking an explanation of the configurations I would need to make to get this VPN work under the Linux system which mentioned above.
Thanks,
VNK
I'm looking an explanation of the configurations I would need to make to get this VPN work under the Linux system which mentioned above.
Thanks,
VNK
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
the easy way is to setup a PPTP server
here is the link: http://poptop.sourceforge.net/dox/redhat-howto.phtml
if you do get stuck please note that ip_forward needs to be enabled...
echo 1 > /proc/sys/net/ipv4/ip_forw ard
Regards,
Wayne
here is the link: http://poptop.sourceforge.net/dox/redhat-howto.phtml
if you do get stuck please note that ip_forward needs to be enabled...
echo 1 > /proc/sys/net/ipv4/ip_forw
Regards,
Wayne
http://openvpn.org