View Single Post
  #1   (View Single Post)  
Old 28th November 2013
marciorufino01 marciorufino01 is offline
New User
 
Join Date: Nov 2013
Posts: 9
Default access between two VPNs

Hello,

I have a vpn between the company where I work and a government agency. Externally, some employees of the company access my environment via openvpn. I would like these employees to access this network of government. I have done various settings and could not. Follows the structure of the environment:

host government: 10.10.10.100
openvpn ip: 192.168.50.25
openvpn interface: tun0
internal interface ip: 172.16.1.1

nat on tun0 from 192.168.50.25 to 10.10.10.100 -> 172.16.1.1

It would be necessary to set something in /etc/isakmpd/isakmpd.conf referring to that network openvpn?
Problem would be in the syntax of nat?

Thanks!
Reply With Quote