[lcdproc] Greetings!
Jon
dissy@netset.com
Thu, 25 Nov 1999 17:22:18 -0500 (EST)
On Thu, 25 Nov 1999, Yooden Vranx wrote:
> At 19:45 23.11.99 -0500, you wrote:
> >>Problem is, how to configure LCDd/services/inetd.conf so that LCDd
> >>accept clients from other machines?
>
> >in the Makefile.config you can specify a port (Default is 13666) that
> >LCDd listens to.
> >
> >simply open a socket to the machine running LCDd on port 13666 and away
> >you go..
>
> Won't do. I can connect without problems if I run LCDd and the client on
> the same machine, but I get a "connection refused" if I try to connect from
> another machine (running NT).
Then one of your machines aparently doesnt have networking setup
correctly.
can you telnet from the NT machine to the linux machine?
> Problem is: If inetd watches the ports, why does it not stop the local
> connection? If not, who does?
> How should I configure inetd.conf for LCDd? A simple "LCDd" (or "tcpd
> LCDd") would start a new LCDd, right?
>
inetd has nothing to do with LCDd.
if your using inetd to manage port 13666, then there is your problem.
remove any references to that port form inetd and services.
LCDd is its own server, and handles listening on that port on its own.
if any other programs (i.e. inetd) are also lisinging on the same port,
whichever opens it first will get it (most likly Not LCDd)
> I checked my firewall script (which is small anyway) and couldn't find
> anything broken. Neither in the masquerading script.
-----------------------------------------------------------
To unsubscribe from this list send a blank message to
lcdproc-unsubscribe@lists.omnipotent.net