Page 1 of 1

External port

Posted: Wed Sep 22, 2010 2:36 am
by fate
Hi,

I have zm working fine but my ISP blocks 80 port. I would like to acess the server on internet.

How i can change the zm service port to 8888?

I need to conect using for eg: http://myserver/zm:8888

Thanks for all help

Posted: Wed Sep 22, 2010 3:21 pm
by mastertheknife
Hi,

You can change it in apache configuration, but then you will need to access it locally using the port of your choice instead of port 80.
So what i did is set up port forwarding to forward an external port into port 80, works great! when i access the ZM box from LAN, I access without specifying a port in the browser (default port, 80). But if i try to access using my public IP or my dynamic DNS, i need to do it using the port i specified in the port forwarding.

You need to set up a port forwarding entry like this:
Source Address = Any
Internal Address = The IP of your ZM box (internal ip)
External port = a port of your choice
Internal port = 80

mastertheknife