Quote:
Originally Posted by IHazAQuestion
So my client VPN is up and running successfully, I can get it to start, and everything looks good, now I have some questions about the OpenVPN server that I couldn't find straight forward answers to via Google.
1) If I already have a domain, do I still need to use a DDNS service?
|
Do you have a static IP, and do you have a hostname pointing to that IP in your domain in your DNS? If yes, then use that hostname to connect. Otherwise, you will still need to use a DDNS so you can get a static target for your VPN client to point at.
Quote:
Originally Posted by IHazAQuestion
2) I'm a bit confused on how to setup a client on a remote computer. I read the HTG article, but I'm just not getting it. For example, I want to connect to my home computer from work using the OpenVPN server running on my router. Do I need to install and create RSA keys on my work computer? Or do I create keys for my work computer from my home computer?
|
It doesn't matter where you create the keys, as long you install the appropriate keys in their correct locations. You can even create the keys
on the router itself if it's more convenient to you (be warned that generating the DH on the router's slow CPU can take a few minutes).
You will have some keys that need to be in the router, and other keys that need to be on the client (the computer from which you will be connecting).
You don't need to install OpenVPN at all on your home computer - only on the client that will connect with the router.
Quote:
Originally Posted by IHazAQuestion
3) I notice there are two VPN server options. Why would a person need two servers?
|
For example, one could have a "primary" VPN server on port 1194 that connects as a tunnel, and a second instance listening on port 1195 that is configured as a TAP bridge. Then, you can connect either as a TUN or a TAP just by pointing at the appropriate port.
Quote:
Originally Posted by IHazAQuestion
4) Unrelated to VPN. I have a 2 TB WD Passport drive that will not mount. I'm having virtually the exact same problem as this guy:
http://forums.smallnetbuilder.com/sh...mounting+drive
I've waited upwards of two hours with no success, (meaning it's still spinning). Is that normal? Should I be looking at something else?
|
Could be a number of reasons:
1) You have Download Master installed (which will regularly access the disk, never letting it idle)
2) The SATA to USB bridge in the Passport might not fully support passing the idle command to the disk
3) The disk firmware might not react properly to the idle command