> -----Original Message-----
> From: Michael McCullough [mailto:[EMAIL PROTECTED] 
> Sent: Mittwoch, 8. Februar 2006 20:41
> 
> I connect to the internet via a ADSL modem that is also a 
> router. My public IP address is "141.157.123.182" and my 
> domain name is "myanel.servebeer.com", this is thru No-Ip DNS 
> service. Thanks!

Forward DNS lookup of domain:

Non-authoritative answer:
Name:    myanel.servebeer.com
Address:  70.17.193.226


Reverse DNS lookup of IP:

Name:    pool-141-157-123-182.balt.east.verizon.net
Address:  141.157.123.182


I wasn't familiar with no-ip.com so I checked out their site. It looks like 
they run a proxy service, listening on the public IP (70.17.193.226) and 
proxying requests to your server on the dynamic IP (currently 141.157.123.182 - 
requests to your domain time-out, at the moment).

However, the dynamic IP is not the IP of your PC - it's the IP of the "outside" 
interface of your modem/router. The "inside" interface connects to your PC and 
will have an IP in the range 192.168.0.0. Probably, you PC gets its IP (eg, 
192.168.0.100) on boot by DHCP from the router. 

I guess the simplest thing for you to do is just remove all "Listen" directives 
from your config. Then, by default, apache will listen to all active interfaces 
and you don't need to know or care what IP your PC has. IF you need to listen 
on a particular port (eg, 8080), just put "Listen 8080" in the config.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to