Re: [CentOS] Install VPN Server

2013-10-22 Thread Paolo De Michele
hi, you must first add the rule in the firewall. if you use iptables: accept all connection -A INPUT -p tcp -m state --state NEW --dport 1194 -j ACCEPT if you have a public IP static (more secure): -A INPUT -s 11.11.22.33 -p tcp -m state --state NEW -m tcp --dport 1194 -j ACCEPT you install a

Re: [CentOS] Install VPN Server

2013-10-22 Thread Chandran Manikandan
Hi, How to check 1194 port whether open or not on the server and client. And how to open the port in both client and server. On Mon, Oct 21, 2013 at 5:19 PM, Paolo De Michele wrote: > hi Chandran, > > if you create a connection using PPTP with windows he will query the > remote ip on port 1723.

Re: [CentOS] Install VPN Server

2013-10-21 Thread Paolo De Michele
hi Chandran, if you create a connection using PPTP with windows he will query the remote ip on port 1723. if you have a VPN on the remote server you type openVPN you need the appropriate client that will query the remote server on port 1194 in Window 8 you can install the openVPN client: http:

Re: [CentOS] Install VPN Server

2013-10-21 Thread Chandran Manikandan
Hi Paolo, I have installed proper way and open vpn is running perfect on centos server. But i could not connect from windows 8 desktop and i tried to connect open vpn client GUI and shows below message. read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) Could you please help me. W

Re: [CentOS] Install VPN Server

2013-10-10 Thread Paolo De Michele
hi, you can try this tutorial: http://safesrv.net/install-openvpn-on-centos/ let me know if you have problems 2013/10/10 Chandran Manikandan > Hi All, > I have running Centos 5.7 32 bit server . > I would like to install vpn server in this same machine and would like to > access my emails a