EFW Support

Support => VPN Support => Topic started by: allanlinux on Thursday 24 July 2014, 05:46:17 am



Title: Problem - VPN does not access the internal network sites
Post by: allanlinux on Thursday 24 July 2014, 05:46:17 am
Hey Guys!

I am new to endian and I'm in trouble!

I have a Windows (20 windows servers) and network with Endian firewall / vpn / proxy, everything works smoothly.
Created a vpn to the company director, it connects but does not open the internal sites <//intranet - //erp/> need him to open the vpn internal sites.

My Windows server running AD / DNS / DHCP and Endian Firewall / VPN / PROXY

Follows the settings

Endian version 2.5.1 Community

Endian networks
 - GREEN = 192.168.1.2/24
---------------------------------------------------------------------
OpenVPN COnfiguration
------------------------------------------------------------------------
OPENVPN
 - NOT bridged
 - VPN Subnet = 10.2.2.0/24
 
OpenVPN Account Setup
 - Direct all clients through server - [not checked]
 - push only global options to this client [checked]

Networks behind client: [10.2.2.2/24]

push nameserver and domain - [both not checked]

OpenVPN advanced settings
 - 1194 / UDP
 - Block DHCP - [NOT CHECKED]
 - dont block traffic - [checked]
 - allow multiple - [not checked]

Global push options:
 - push these networks - enabled - [0.0.0.0/1 & 128.0.0.0/1]
 - push nameserver - enabled - [192.168.1.1] (This is the address of my Windows server with DNS)
 - push domain - enabled - [antlia.local]
-----------------------------------------------------------------------------------
VPN Firewall Configuration
--------------------------------------------------------------------------------------
Enable VPN Firewall

source = vpn (OpenVPN user) - User created
destination = RED, GREEN, Openvpn Server
Service = <ANY>
Policy = Allow w/ IPS
enabled = checked
--------------------------------------------------------------------------------

Again, with this setup I can connect to the network but do not have access to network drivers, I can not open internal pages and not access the printers. does not access the address of endian <//192.168.1.2:10443>.

---------------------------------------------------------------------------------
OpenVPN client Config
--------------------------------------------------------------------------------
client
float
dev tap
proto udp
remote MY_NETWORK_IP_STATIC 1194
resolv-retry infinite
persist-key
persist-tun
ca firewall.pem
auth-user-pass
pull
comp-lzo
verb 3

Please, help me!