<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body style="font-family:Arial;font-size:14px"><p>
Cool, that worked !<br><br>
Could you please add this in the documentation as part of the requirements (for CUPS) before doing the installation of TL ?<br><br>
thx<br>
Rob<br><br>
Citeren Henrik Andersson <<a href="mailto:henrik.andersson@cendio.com">henrik.andersson@cendio.com</a>>:</p>
<blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
Hi,<br><br>
On Tue, 29 Nov 2016 10:21:05 +0100<br>
Rob De Langhe <<a href="mailto:rob.de.langhe@twistfare.be">rob.de.langhe@twistfare.be</a>> wrote:<br><blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
we configured CUPS to listen not on 'localhost' (127.0.0.1) but on<br>
its LAN IP-addr (eg 1.2.3.4). We want to avoid that it 'listens' on<br>
all possible IP's which are present on the host. We also want to<br>
disable CUPS to listen on an IPv6. So we need to explicitly set an IP<br>
addr, and this cannot be localhost because then other hosts cannot<br>
communicate to CUPS on this master server.<br><br>
Can the script be adjusted to cope with such (more secure, and IPv4<br>
only) configuration ?</blockquote>
The simplest workaround would be to instruct cupsd to listen on both<br>
localhost and the specific LAN IPv4 address. This can be accomplished<br>
by adding two Listen directives in cupsd.conf like:<br><br>
Listen 192.168.1.1:631<br>
Listen localhost:631<br><br><br>
Kind Regards,<br><br>
Henrik Andersson (Cendio AB)<br>
_______________________________________________<br>
Thinlinc-technical mailing list<br><a href="mailto:Thinlinc-technical@lists.cendio.se">Thinlinc-technical@lists.cendio.se</a><br>
Manage your subscription:<a href="http://lists.cendio.se/mailman/listinfo/thinlinc-technical" target="_blank">http://lists.cendio.se/mailman/listinfo/thinlinc-technical</a></blockquote>
<br><br></body></html>