Networking Forums

Networking Forums > Computer Networking > Linux Networking > vhosts entry and visibility only behind firewall

Reply
Thread Tools Display Modes

vhosts entry and visibility only behind firewall

 
 
Karmath
Guest
Posts: n/a

 
      08-17-2008, 11:41 AM
Hi,
We have a number of machines behind a firewall. All port 80 traffic is
coming to a single internal IP where on the basis of vhosts
redirection the requests are sent forward. This is working perfectly
fine if a particular web server is seen externally or internally.
Is there anyway by which we can make some of the servers visible only
from inside by "Allow from 172.16.0.0/16" entry in the httpd-
vhosts.conf file as follows:
<VirtualHost *:80>
ServerAdmin (E-Mail Removed)
ServerName enigma.a.b.c
ErrorLog /var/log/httpd-webmail-error.log
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from 172.16.0.0/16
</Proxy>
ProxyPass / http://172.17.4.5/
ProxyPassReverse / http://172.17.4.5/
</VirtualHost>

As I expected it to work such that the server called enigma.a.b.c is
visible only from IP rages 172.16.0.0/16 (internal behind the
firewall) and the server is hosted on 172.17.4.5 but this entry is not
working, the site becomes visible from outside as well?
Any help is welcome.
Thanks
-Karmath

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with drive visibility across network. Howard Neil Home Networking 1 04-03-2007 04:43 AM
laptop visibility Kaos Creations Wireless Networks 1 12-26-2006 05:01 PM
Basic DNS Question: Internal IP visibility from Internet gaur_ms@yahoo.co.in Linux Networking 6 10-15-2005 03:31 AM
Subnets and host visibility LJH Windows Networking 6 10-06-2005 05:31 PM
Netwok Visibility Dennis Jelavic Wireless Networks 7 02-15-2005 03:34 AM



1 2 3 4 5 6 7 8 9 10 11