I want to chnage my ssh port number on my server as i can see many attackes and failed login attempts onthat port
How can i change that
If i do that , what other places , servces i need to chnage or will be affected by it or will stop working. is anything linking on that port
I get the following error when I run my JSP file in Eclipse-Juno with Tomcat v7:
'starting Tomcat v7.0 server at localhost' has encountered a problem.
Port 8080 required by Tomcat v7.0 server at localhost is already in use. The server may already be running in another process, or a system process may be using the port.
I had a lighttpd server which works normally. I can access this website from outside(non-localhost) via http://vm.aaa.com:8080. Let's just assume that it's a simple static website, without php or mysql.
Now I want to copy this website as a test one(using another port) in the same machine. And I do not want to use virtual host.
I was trying to log in to my email from Gmail POP3 feature and I had to try every single port to connect to my mail server.
What's the command on terminal or what file I have to change the Dovecot/Postfix default port to 110 instead of 995?
Can I change the port to be some other number?
I am facing is that to check the port number of the server is opened or not. DOnt know how to check it and also gone via various hp pdf's with no go. Like in cisco if we want to check whether the server is able to hear at some specific port then we run the command telnet ip port-number (enter). it will give us the prompt whether the window is open on that port number or not. Please respond back
My client has a Linux machine that has a few software installed.
One of them uses port number 80 but is not a web service.
Now, I have to listen to ordinary people typing the url in the browser and show them
web pages.
1. We have an address m.info.mditac.or.kr.
2. People would use this address to access the web service.
3. AFAK, http uses port 80.
4.
How can i change the web port of OpenERP v6.1, I want to change the port from 8069 to 8787 following is my configuration file i.e.
First, become root with su then type your root password. Then, run yum install openssh-server-sysvinit.x86_64 or whatever the appropriate extension is for your processor (maybe something like .i386 instead of .x86_64).
In /etc/ssh/sshd_config, use emacs or your favorite text editor to open whatever port you like.
I am trying to forward a port from 80 to 8080 (default to tomcat).