ASKER
ASKER
<VirtualHost *:80>
DocumentRoot "/home/webserver/www/internal.mysite.com"
ServerName internal.mysite.com
<Directory "/home/webserver/www/internal.mysite.com">
Require ip 10.0.0.0/255.0.0.0
Require ip 127.0.0.1
Require ip 172.0.2.0/24 (IP address provided by IT Dept for VPN)
Require ip 166.0.0.0/24 (IP address from users computer after connecting VPN).
</Directory
</VirtualHost>
ASKER
ASKER
ASKER
I'm not a network person so I don't understand it.
The reason OpenVPN is not able to hit this site is because we don't force all traffic through the VPN only the traffic to and from the company site. The reason we don't do that is because it SEVERELY effects your client internet speed
ASKER
ASKER
If your internal site has an internal-only name, and responds on an internal-only IPIs that the reason why when users us OpenVPN they can't access but the users who don't use OpenVPN to connect to network and instead use the parent company VPN they can access it?
ASKER
ASKER
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
ASKER
I spoke to the IT department about this. They stated that the VPN IP's need to be added. So, they provided me with some IP's (e.g. 172.x.x.x/24).
I added the IP's provided by IT Department but the user is still blocked when VPNing in.
What I did to test was disconnect from network, VPN'd in. Then went to http://www.showmemyip.com/. Added my IP to the site and I was able to access the page.
I would think that the user should be able to access via VPN without any additional IP's added.
I don't want to add IP for every user when they VPN.
I spoke to the IT department about this and they stated that I need both the VPN and the users IP. Don't understand why.