Forum Moderators: phranque
The are no more endpoints available from the endpoint
mapper.
Does anyone know what this error means? I'm assuming that
this is what I need to do to expose Server4 as a web
server. Is what I'm doing correct?
.
(help don't know what to do without ping - its my major debug tool)
Okay - can you put a page on the root of server 1 and server 4 and get at them with
http*://123.123.123.121/test.htm
http*://123.123.123.124/test.htm
from inside and outside your firewall
This is taking you direct to the server root via port 80 - if this doesn't work then you are not seeing the server from the outside world.
<deactivated silly hrefs>
Otherwise you can see the server but the DNS is working incorrectly.
The second issue that I have is to build an FTP Server on Server1 and I have everything configured, and I can ping it but I just cannot access it anonymously or otherwise.
If my DNS Server exists on Server 1, I'm guessing that somehow I need the web page that I want to expose on Server 4 to be included in my DNS on Server 1, is this correct?
Yes you will need to set up a DNS entry for the domain that is to be exposed on server 4. I think that server 4 will also require an external IP address as it will need to be addressed by remote machines.
With the ftp site, can you access it from a machine on your internal network?