Pushing Route CentoS 7 problem

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
chuck4forum
OpenVpn Newbie
Posts: 5
Joined: Wed Mar 29, 2017 1:40 am

Pushing Route CentoS 7 problem

Post by chuck4forum » Wed Mar 29, 2017 1:59 am

Hello,

I used to use Debian openvpn Server. But When I install Centos 7, My Vpn Server configuration connect but I cannot use the network with ssh and etc.

I am using ovpn, Windows clients, and Cent OS 7 on Server. The status of ovpn stays green, the only problem is to access internal network.

Iternal network 192.168.4.0/24
Tun network 172.20.10.0/24
Clients notebooks using Wifi.
Server Centos with iptables.

Client Configuration.
;dev tap
dev tun
;dev-node MyTap
;proto tcp
proto udp
remote url.com 5002
;remote my-server-2 1194
;remote-random
resolv-retry infinite
nobind
;user nobody
;group nogroup
persist-key
persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
ca ca.crt
cert chuck.crt
key chuck.key
remote-cert-tls server
;tls-auth ta.key 1
;cipher x
comp-lzo
verb 3
;mute 20
Client works fine on Linux. Why is not Working on Windows?

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Pushing Route CentoS 7 problem

Post by TinCanTech » Wed Mar 29, 2017 12:05 pm


Post Reply