<p>You need to run netstat as root to see the servers.</p>
<p># netstat -tuplen<br></p>
<p>Message: 5 Date: Mon, 19 Mar 2012 14:15:05 -0400 From: "R. G. Newbury" <<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>> Subject: Re: [mythtv-users] Network Control Socket To: Discussion about MythTV <<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>> Message-ID: <<a href="mailto:4F6777A9.7090807@mandamus.org">4F6777A9.7090807@mandamus.org</a>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed</p>
<p>On 03/18/2012 04:15 PM, Pieter De Wit wrote:</p>
<p>> > On Sun, 18 Mar 2012, R. G. Newbury wrote: > >> I'm missing something but can't figure out what. >> I'm trying to use the network control socket. The mythbox is setup in >> the general settings to use port 6546 >> >> Using fedora ( so it's nc not netcat) I enter: >> >> nc 192.168.1.96 6546 on my laptop, to try to contact the myth box. >> >> Nothing. >> If I ssh into the mythbox and try 'nc -l 6546' on that end, it says 'nc: >> Address already in use'. So myth is doing its bit. >> >> I then tried any number of variants of 'nc IP port' with 'jump >> programguide' after, and with echo before, with | and>, with cat and >> anything else I could think of. >> >> Nothing. I am clueless. Can someone give me a clue? >> >> Geoff</p>
<p>> Hi Geoff, > > On the myth box, what does "netstat -lnvp | grep 6546" show ? > > Cheers, > > Pieter</p>
<p>netstat -lnp | grep 6546 gives nothing. Only the -v switch produces output:</p>
<p>netstat -lnpv | grep 6546 netstat: no support for `AF INET (sctp)' on this system. netstat: no support for `AF IPX' on this system. netstat: no support for `AF AX25' on this system. netstat: no support for `AF X25' on this system. netstat: no support for `AF NETROM' on this system.</p>
<p>Geoff</p>
<p>--R. Geoffrey Newbury B</p>
<p>------------------------------</p>
<p>Message: 6 Date: Mon, 19 Mar 2012 14:20:34 -0400</p>