Hi.
If you still havent solved it, I might have a solution for you. I'm running
several vhosts behind NAT, using IP-based vhosts.
You can try this:
NameVirtualHost 192.168.1.100
ServerName some.domain.name.com
* other settings you want *
ServerName some.other.domain.nam
No, this sounds good. Are you running a DNS server?
(I think it is better not to run one in this
scenario.) What do you have in your hosts file? Try
putting your FQDNs for your public IP in your hosts
file (assuming you aren't running a DNS server). Even
though you may have HostNameLookups tu
I am using name based vhosts.All of the domains registered with my
public static IP provided by my ISP. I then try to NAT all traffic from my
Public address to the my private LAN IP address( I.E. 192.168.1.100).
Are you saying that this box will always need to be outside the firewall?
Th
There's one other thing. Some cable/DSL ISPs (to
private LANs) actually restrict or block incoming port
80 requests (to your router) if you are using a
residential broadband connection instead of purchasing
a business account.
BZAG
===
---
Are you using name-based or IP-based multiple vhosts?
Also, I've assumed you are using a private LAN instead
of an internet-registered IP one, so correct me if I'm
wrong. The private LAN will cause DNS name resolution
problems, because your web server will have a private
IP address that doesn't
It will serve up the default page when it is not in DMZ mode, but will not
serve up the multiple domains in the virtual hosts settings.
I have tried to forward ports, NAT ports all according to the netopia
manuals and tech notes.
I do temporary have it in the DMZ mode and it does work, but wo
Jonathan,
Have you set your router to forward ports 80/443 to
your web server's private LAN address(es) (or whatever
port(s) the server listens to) ? Your router firewall
has selectable operating modes and you need to check
what you think is working with the doc at:
http://www.netopia.com/equip
I am pretty sure this is not an apache problem, but wanted to see if anyone
has dealt with this and if there is a solution. I have a netopia 3546
modem\router and when I use the NAT feature my apache server will no longer
serve up my pages according to the virtual host configuration.
I am run