Craig Webster wrote:
On 12 Apr 2006, at 10:01, Marián Hercek wrote:
192.168.1.1:3306(mysql) -> 192.168.1.1:62321
192.168.1.1:62321(mysql) -> 192.168.1.1:3306
192.168.1.1:3306(mysql) -> 192.168.1.1:62322
192.168.1.1:62322(mysql) -> 192.168.1.1:3306
123.45.67.8:80 -> 123.45.67.8:34124
123.45.67.8:34124 -> 123.45.67.8:80
Thanks for any help to resolve this problem.
Which process is using these ports? Use lsof to find out:
lsof -i :[port number]
lsof is in sys-process/lsof-4.75
What's wrong with using tools that are already at his disposal?
netstat -nptl | grep 3306
will work just fine.
--
Andrew Gaffney http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer Installer Project
--
[email protected] mailing list