LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Please check my VPN configuration (https://www.linuxquestions.org/questions/linux-newbie-8/please-check-my-vpn-configuration-4175459423/)

a.abdulna 04-24-2013 07:33 AM

Please check my VPN configuration
 
Hi Team,

Please help me to configure openvpn.

Server RHEL 5
Ip 10.0.0.63 / 255.255.0.0
Gateway 10.0.0.1
vpn client ip 10.0.2.188 ( same network )

server.conf file look like

local 10.0.0.63

port 1194

proto udp

dev tun

ca /data/OpenVPN/openvpn-2.2.1/easy-rsa/2.0/keys/ca.crt

cert /data/OpenVPN/openvpn-2.2.1/easy-rsa/2.0/keys/server.crt

key /data/OpenVPN/openvpn-2.2.1/easy-rsa/2.0/keys/server.key

dh /data/OpenVPN/openvpn-2.2.1/easy-rsa/2.0/keys/dh1024.pem


server 10.8.0.0 255.255.255.0

ifconfig-pool-persist ipp.txt

push "route 10.0.0.1 255.255.0.0"

push "dhcp-option DNS 6dtech.co.in"

push "dhcp-option DOMAIN 6dtech.co.in"

client-to-client

keepalive 10 120

comp-lzo

user nobody

group nobody

persist-key

persist-tun

status openvpn-status.log

verb 3

what changes i need to done by client.conf

Regards
Abdul

TB0ne 04-24-2013 09:09 AM

Quote:

Originally Posted by a.abdulna (Post 4937938)
Hi Team,
Please help me to configure openvpn.

Server RHEL 5
Ip 10.0.0.63 / 255.255.0.0
Gateway 10.0.0.1
vpn client ip 10.0.2.188 ( same network )

what changes i need to done by client.conf

No idea, since you don't bother telling us what kind of client(s) are connecting, or what your goals are. And this is similar to your OTHER thread about openVPN:
http://www.linuxquestions.org/questi...ue-4175459275/

AGAIN: Since you're PAYING for Red Hat Enterprise, you need to use their knowledgebase and tech support.


All times are GMT -5. The time now is 12:01 AM.