[Zope] Natting to public IP not working
Dieter Maurer
dieter@handshake.de
Tue, 20 May 2003 20:08:43 +0200
Praveen Kumar wrote at 2003-5-20 09:07 +0530:
> I'm accessing Zope server with local IP where it is working fine.
> When natting my local IP to Public IP it is not navigating (as web
> pages) but it is working fine if you go from zope management folder.
> eg: I'm accessing Zope server (Management) at 192.168.1.179:8080. where
> I have /demo/LA folder. I want to access this folder directly as a web
> page. It is working fine by accessing http://192.168.1.179:8080/demo/LA
> but after natting this IP address with the public IP say,
> http://202.65.65.1:8080/demo/LA it is not working but it is accessible
> through http://202.65.65.1:8080/. What might be the problem?
What does "not working" mean?
It might be possible that Zope still thinks it should use the
private IP-Address.
When you access a single page, this may not be obvious.
But relative links and redirects may fail.
Dieter