Hi Benjie,
Thank you for that - it seems obvious now I look at it, but I couldn't see it
at the time. It's all working perfectly now.
Cheers,
Robin
On 20 May 2011, at 15:06, Benjie Gillam wrote:
> Here's your issue:
>
> # Only listen for connections from the local machine.
> Listen localhost
Here's your issue:
# Only listen for connections from the local machine.
Listen localhost:631
Change it to:
Listen 192.168.0.X:631
Where X completes your (hopefully fixed?) LAN IP address.
Cheers,
Benjie.
On 18 May 2011 22:11, Robin Wilson wrote:
> Hi all,
>
> Is there anyone on this list