Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have several virtual installations of RHEL5 (2.6.18-028stab056). I would like to be able to create a virtual network (SAMBA, APACHE, etc) with these machines and allow my client companies to access them via VPN (clients are using Windows).
Here is what I am thinking:
1. Machine1 will run a VPN server. Clients can either have their router connect to the VPN (preferred) or run clients on individual machines.
2. Machine2 will be a SAMBA domain controller for Windows; Machine3 will be a SAMBA file server; Machine4 will be an Apache server for intranet sites.
3. Machines2-4 will be firewalled, blocking all inbound access from the internet. Inbound access will only be allowed from Machine1.
4. Clients will log in to the VPN server on Machine1 (as in item 1) and thereby connect to Machines2-3.
Does this make any sense at all and if so what is the best way to go about it? I was looking into ipsec but I am unclear as to the method of installation and configuration. I have also thought about OpenVPN, but I am also concerned about compatibility with my clients' networks (what are my options for OpenVPN routers?).
This all sounds quite realistic. OpenVPN would be a good choice. It supports multiple tunneling protocols and has a nice, easy-to-use, web-based configuration tool similar to most home routers. It should be compatible with just about any router capable of acting as a VPN endpoint, or any single-host based client.
It also comes with an X-based VPN client for testing; of course you could always have you Windows machines test as well.
This all sounds quite realistic. OpenVPN would be a good choice. It supports multiple tunneling protocols and has a nice, easy-to-use, web-based configuration tool similar to most home routers. It should be compatible with just about any router capable of acting as a VPN endpoint, or any single-host based client.
It also comes with an X-based VPN client for testing; of course you could always have you Windows machines test as well.
After some research, most of what I have seen seems to indicate that only DD-WRT routers will be able to act as a client for OpenVPN. What did you mean when you said "It should be compatible with just about any router capable of acting as a VPN endpoint, or any single-host based client"?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.