[CentOS] Install VPN Server

Tue Oct 22 11:12:33 UTC 2013
Paolo De Michele <paolo at paolodemichele.it>

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 client nmap and do a scan on that specific port or use one 
of the many online services (example: 
http://www.t1shopper.com/tools/port-scan/ )
in your router if there is no particular rule filtering traffic, try 
initially to disable the windows firewall. if it works so we see how to 
fix it step by step.

let me know
kind regards


On 10/22/2013 10:30 AM, Chandran Manikandan wrote:
> 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
> <paolo at paolodemichele.it>wrote:
>
>> 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://openvpn.net/index.php/access-server/download-openvpn-as-sw/357.html
>> there is no support for windows 8 but should work the same. try .it
>>
>>
>> let me know
>> thank you
>>
>>
>>
>> On 10/21/2013 10:50 AM, Chandran Manikandan wrote:
>>> 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.
>>>
>>> What is the different between open vpn and pptp.
>>>
>>>
>>> On Thu, Oct 10, 2013 at 6:30 PM, Paolo De Michele
>>> <paolo at paolodemichele.it>wrote:
>>>
>>>> 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 <tech2mani at gmail.com>
>>>>
>>>>> 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 and samba through VPN.
>>>>> How to do install vpn server and config as well in which VPN is
>> reliable
>>>>> and fast.
>>>>> Please anyone give me the full step and procedure.
>>>>>
>>>>> --
>>>>> *Thanks,*
>>>>> *Manikandan.C*
>>>>> *System Administrator*
>>>>> _______________________________________________
>>>>> CentOS mailing list
>>>>> CentOS at centos.org
>>>>> http://lists.centos.org/mailman/listinfo/centos
>>>>>
>>>> _______________________________________________
>>>> CentOS mailing list
>>>> CentOS at centos.org
>>>> http://lists.centos.org/mailman/listinfo/centos
>>>>
>>>
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
>