about the web interface

Hi Guys
I just wanted to know if anybody tell me how I can disable or move the web interface to a different port number?

Via terminal:

DISABLE:

ip service disable www

MOVE TO ANOTHER PORT (40000):

ip service set port=40000 www

Via winbox, in ip>services

But be aware, some browser doesn’t support specific port! 8080, 80 and all HTTPS port are ok but if you put a custom one, it may work as it may not.

Best Regards,
Frédérick Lebel

The HTTP protocol doesn’t care what port you’re talking to as long as you qualify it in the URI: http://a.b.c.d:p/path should always work. Any browser that can’t handle that is severely broken and you should probably consider using something else just for that reason.

@fewi:
Yes, I know, but I was talking about a specific web browser : Internet Explorer. I’ve had many problem when trying to connect to specific port under HTTP but maybe it is not fixed. In any way, don’t use IE!

Best Regards,
tehknox

Ie works like fewi says.. Also you can add user/pass of a website with the @..

Ok! I’m sorry then! My mistake. I’ve encountered problems with the port of webserver in certain browser but everyone make mistakes! Thanks for the informations!

Best Regards,
tehknox

It’s true! me the first!