LinHES Forums
http://forum.linhes.org/

ports open by default??
http://forum.linhes.org/viewtopic.php?f=14&t=3352
Page 1 of 1

Author:  dba_frog [ Thu Jan 27, 2005 12:20 pm ]
Post subject:  ports open by default??

Does the Knoppmyth install open the 6346 and other required ports ??

If so, how can I check...
If Not, How can I do this in Knoppix...

Author:  Xsecrets [ Thu Jan 27, 2005 3:09 pm ]
Post subject: 

I assume by the port number you specified that you are talking about mysql. If so it is not open by default. If you will have a gander at the install instructions it tells you what to do if you want to connect a remote frontend to it.

Author:  Liv2Cod [ Thu Jan 27, 2005 4:25 pm ]
Post subject: 

The "netstat" command is your friend

Code:
mythtv@mythtv:~ $ netstat -n -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:68              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:2342            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6543            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6544            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN
udp        0      0 0.0.0.0:32769           0.0.0.0:*
udp        0      0 192.168.51.161:137      0.0.0.0:*
udp        0      0 0.0.0.0:137             0.0.0.0:*
udp        0      0 192.168.51.161:138      0.0.0.0:*
udp        0      0 0.0.0.0:138             0.0.0.0:*
udp        0      0 0.0.0.0:111             0.0.0.0:*
udp        0      0 192.168.51.161:123      0.0.0.0:*
udp        0      0 127.0.0.1:123           0.0.0.0:*
udp        0      0 0.0.0.0:123             0.0.0.0:*
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING     558      /var/run/pump.sock
unix  2      [ ACC ]     STREAM     LISTENING     2115     /var/run/mysqld/mysqld.sock
unix  2      [ ACC ]     STREAM     LISTENING     1356     /tmp/.gdm_socket
unix  2      [ ACC ]     STREAM     LISTENING     342479   /tmp/.X11-unix/X0
mythtv@mythtv:~ $

I've added "samba" to my startup, as shown in the numerous SMB-related ports (137, 138, 139, etc.) Otherwise my config is fairly stock.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/