netstat command

Debian Linux Install OpenSSH SSHD Server

by Vivek Gite on January 11, 2012 · 0 comments

How do I install OpenSSH sshd server under Debian GNU/Linux operating systems?

{ 0 comments }

I’ve edited /etc/ssh/sshd_config to change the port number:

Port 1255

However, I’m getting an error as follows:

sshd[26792]: error: Bind to port 1255 on 192.168.1.100 failed: Permission denied

How do I change default OpenSSH port number from 22 to 1255 under RedHat Enterprise Linux server version 6 and SELinux?

{ 3 comments }

Linux: Check Network Connection Command

by Vivek Gite on January 10, 2011 · 1 comment

How do I check network connections under Linux using command line options?

{ 1 comment }

Linux Find Out My IP Number ( IP Address )

by Vivek Gite on November 12, 2010 · 0 comments

How do I find out ip number (IP Address) of my Linux server using command line options?

{ 0 comments }

How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux?

{ 13 comments }

When I try to ping other UNIX / Linux / BSD or MS-Windows servers in our network I get the following message:

TTL Expired In Transit

How do I fix this problem?

{ 1 comment }

HowTo: UNIX / Linux Open TCP / UDP Ports

by Vivek Gite on September 3, 2010 · 4 comments

How do I open the TCP or UDP ports under UNIX / Linux like operating systems?

{ 4 comments }