External port

Forum for questions and support relating to the 1.24.x releases only.
Locked
fate
Posts: 3
Joined: Mon Oct 19, 2009 6:04 pm

External port

Post 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
mastertheknife
Posts: 678
Joined: Wed Dec 16, 2009 4:32 pm
Location: Israel

Post 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
Locked