Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: addodge on February 23, 2006, 01:53:35 AM

Title: Change Port for server manager
Post by: addodge on February 23, 2006, 01:53:35 AM
Hi,
I am working with Verizon DSL and i am pretty sure that they are blocking port 80.  Is there a way to change the port that SME listens on for the server manager?
Thanks
Andy
Title: Change Port for server manager
Post by: calisun on February 24, 2006, 02:15:37 AM
By default you can only access server-manager from local network. So Verizon blocking port 80 has no effect on that.
If you know how to configure SME server to be accessed from outside of your local network, you can only access server-manager using https which uses port 443, so port 80 blocking has no effect on that ether.
Title: Change Port for server manager
Post by: byte on February 24, 2006, 09:36:02 AM
The server-manager can also be reached via https://192.168.1.1:980/server-manager

Note:- the :980
Title: Actually this is interesting
Post by: achandra on February 25, 2006, 08:49:21 AM
I also have a similar question but not directly related to server manager.

Assuming that port 80 is blocked, how would you set up say the web front end for mail to work. I know that you initially hit 80 then it goes into 443. Will this work right "out of the box" config?

Also what about ibays or vhosts?
Title: Re: Actually this is interesting
Post by: gregswallow on February 25, 2006, 09:05:49 AM
Quote from: "achandra"
Assuming that port 80 is blocked, how would you set up say the web front end for mail to work.


You'll need to use a service like from zoneedit.com or everydns.net called a "web forward".  Both are free/by donation.
Title: Thanks
Post by: achandra on February 25, 2006, 09:12:52 AM
Cool..Ive always just given in and bought static lines and not had to deal with it but if this saves me money then Im all for it.

Ill have to read through the darn contract and see if there is anyhting prohibiting me from hosting.
Title: Re: Change Port for server manager
Post by: linuxhelp on October 14, 2008, 03:48:31 PM
Hello

is it possible to change server-manager listening at http://server:81/server-manager/ ??

thanks
Title: Re: Change Port for server manager
Post by: CharlieBrady on October 14, 2008, 04:19:44 PM
you can only access server-manager using https which uses port 443, so port 80 blocking has no effect on that ether.

The same applies to webmail.
Title: Re: Change Port for server manager
Post by: CharlieBrady on October 14, 2008, 04:20:57 PM
is it possible to change server-manager listening at http://server:81/server-manager/ ??

It miht be possible, but not necessary. Just port forward port 81 to localhost:80.
Title: Re: Change Port for server manager
Post by: CharlieBrady on October 14, 2008, 04:22:42 PM
The server-manager can also be reached via https://192.168.1.1:980/server-manager

Not it can't.
Title: Re: Change Port for server manager
Post by: Stefano on October 14, 2008, 05:24:23 PM
Not it can't.

because of https or what?

I see httpd-admin listeniing on 127.0.0.1:980

Stefano
Title: Re: Change Port for server manager
Post by: CharlieBrady on October 14, 2008, 06:18:50 PM
I see httpd-admin listeniing on 127.0.0.1:980

Yes, but not 192.168.1.1.
Title: Re: Change Port for server manager
Post by: Stefano on October 14, 2008, 06:36:16 PM
Yes, but not 192.168.1.1.

ok.. it makes sense.. when I use ssh tunnels to connect to remote server, I call http://localhost:980/server-manager and it work.. because I'm calling localhost.. :-)

thanks
Ciao
Stefano
Title: Re: Change Port for server manager
Post by: pmstewart on October 16, 2008, 05:08:22 AM
Charlie,

Quote
Yes, but not 192.168.1.1.

If you had configured your routed to have it's gateway on 192.168.1.253 and the server gets assigned statically/dynamically 192.168.1.1

wouldn't this be the proper way?
Title: Re: Change Port for server manager
Post by: CharlieBrady on October 16, 2008, 02:37:50 PM
If you had configured your routed to have it's gateway on 192.168.1.253 and the server gets assigned statically/dynamically 192.168.1.1

wouldn't this be the proper way?

No, port 980 is not accessible no matter what the IP address assignments.
Title: Re: Change Port for server manager
Post by: pmstewart on October 16, 2008, 02:46:30 PM
Thank you for clarifying Charlie, now I understand     :-)