<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Frank -<br>
<br>
Here are the results of "netstat -ln | grep tcp":<br>
<br>
<tt>tcp 0 0 0.0.0.0:32769
0.0.0.0:* LISTEN<br>
tcp 0 0 0.0.0.0:139
0.0.0.0:* LISTEN<br>
tcp 0 0 0.0.0.0:111
0.0.0.0:* LISTEN<br>
tcp 0 0 0.0.0.0:21
0.0.0.0:* LISTEN<br>
tcp 0 0 127.0.0.1:631
0.0.0.0:* LISTEN<br>
tcp 0 0 127.0.0.1:5335
0.0.0.0:* LISTEN<br>
tcp 0 0 127.0.0.1:25
0.0.0.0:* LISTEN<br>
tcp 0 0 0.0.0.0:445
0.0.0.0:* LISTEN<br>
tcp 0 0 :::22
:::* LISTEN</tt><br>
<br>
Todd<br>
<br>
E Frank Ball wrote:
<blockquote cite="mid20050722190659.GC9847@kamajii.efball.com"
type="cite">
<pre wrap="">On Fri, Jul 22, 2005 at 11:15:23AM -0700, Todd Cary wrote:
} I have httpd set to use port 81, however when I try to start it, it
} cannot bind to that port.
}
} Do I use netstat to "open" port 81?
}
} I have never had a bind problem before, so this is a new area...
What is the output of:
netstat -ln | grep tcp
This will show if anthing is running on port 81.
netstat -l | grep tcp
Will give names instead of port numbers.
The /etc/services file has the port number assignments.
lsof -i TCP:81
Will show what process is running on port 81
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.08050008.06040800@aristesoftware.com" border="0"></div>
</body>
</html>