I request your support

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
vakotm
OpenVpn Newbie
Posts: 4
Joined: Fri Feb 10, 2017 11:41 pm

I request your support

Post by vakotm » Fri Feb 10, 2017 11:48 pm

Hello

I request your support to be able to make the following configuration in my file "server.conf" because when I make the connection in my network there is the "192.168.100.X" segment when I connect by the openvpn client, it gives me the segment " 10.10.10.0 ", but already connected with the client does not allow me to perform pings towards the segment" 192.168.100.x "this is my configuration of my file, I hope they can support me.

Code: Select all

#Numero de Servicio
port 1194

#Protocolo Nivel 4 OSI
proto udp

#tunel IP enrutado
dev tun

#Certificado del Servidor
ca /etc/openvpn/easy-rsa/keys/ca.crt

#Llave del Servidor
key /etc/openvpn/easy-rsa/keys/server.key

#Certificado Servidor
cert /etc/openvpn/easy-rsa/keys/server.crt

#Archivo Diffie-Hellman
dh /etc/openvpn/easy-rsa/keys/dh2048.pem

#Segmento de red de la VPN
server 10.10.10.0 255.255.255.0

#Registro IP-Cliente
ifconfig-pool-persist /etc/openvpn/ipp.txt

#Rutas que pueden alcanzar los clientes por medio del servidor
push "route 192.168.100.1 255.255.255.0"

#red de las sucursales remotas
client-config-dir /etc/openvpn/ccd
route 192.168.100.1 255.255.255.0

#TTL verificacion de nodos
keepalive 10 120
comp-lzo
persist-key
persist-tun

#Archivos de log
status /var/log/openvpn/openvpn-status.log
log /var/log/openvpn/openvpn.log
log-append /var/log/openvpn/openvpn.log
verb 3
I have to do something different so I can communicate between networks ??

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

Re: I request your support

Post by TinCanTech » Sat Feb 11, 2017 12:05 am


vakotm
OpenVpn Newbie
Posts: 4
Joined: Fri Feb 10, 2017 11:41 pm

Re: I request your support

Post by vakotm » Sat Feb 11, 2017 12:27 am

Sorry I still do not understand

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

Re: I request your support

Post by TinCanTech » Sat Feb 11, 2017 12:42 am

Sorry, I do not understand ?

vakotm
OpenVpn Newbie
Posts: 4
Joined: Fri Feb 10, 2017 11:41 pm

Re: I request your support

Post by vakotm » Mon Feb 13, 2017 4:39 pm

That I do not understand, the link that you gave me since I'm not clear the solution to my problem ...

Because currently the VPN if it works to me, but it does not allow me to navigate between VLAN'S for example my server is assigned the IP:

192.168.100.240

And I set the OPENVPN to give me the IP 10.10.10.X, but when I make the connection works correctly, but when I try to navigate between different VLANS I do not allow it and I do not know what to do.

So paste the configuration of my server.conf.

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

Re: I request your support

Post by TinCanTech » Mon Feb 13, 2017 4:52 pm

vakotm wrote:route 192.168.100.1 255.255.255.0
is wrong, should be: route 192.168.100.0 255.255.255.0

vakotm
OpenVpn Newbie
Posts: 4
Joined: Fri Feb 10, 2017 11:41 pm

Re: I request your support

Post by vakotm » Mon Feb 13, 2017 4:54 pm

it would be like this:

Push "route 192.168.100.0 255.255.255.0"

Or only:

Route 192.168.100.0 255.255.255.0
???

Post Reply