installing openVPN with DirectAdmin

WebArts

Verified User
Joined
Jul 14, 2010
Messages
108
Hi
I have a dedicated server with directadmin.
Server has 1 or 2 extra free IP. (these IPs have not added to direct admin.)

1) can I install openVPN with those extra free IP?

2) can i set ports: 80 or 21 instead of 1723 or 1194?

thanks
 
thanks

About conflict between directadmin and openvpn


Why do you need that? If you gonna use Apache and FTP, then NO.
Iranian government filter and block many websites in Iran and close all port except general ports (80,21,443,...)
so i need use general port for passing filtering.
 
I dont think should be a problem use port 80 just on one ip while da doesnt set http to listen on other ip.. so.. would work...

also, you should change ssh port and use openvpn on that port.

Regards
 
By default Apache is bind to *:80 and *:443, it means that it listen 80 port on all IPs, so if you want to use 80 port on one specified IP you'll need to update /etc/httpd/conf/httpd.conf to fit the needs.

The same is with SSHd, which also by default listens 22 port on all IPs, so update /etc/ssh/sshd_config as needed.
 
Back
Top