You are here
I am fairly new to linux, but have really appreciated TKL for providing me the opportunity to gain experience with it, and also to try out so many neat appliances. Of course, being new to linux, I sometimes run into hurdles that can drive me crazy. This is one of those.
I have just set up TKL fileserver and gotten all my file shares set up and working. Now I would like to set up my Samsung printer and share it. I have the printer driver and appropriate device-specific (PPD) file, I just want to get the printer set up and running, so I can share it. I have spent hours searching for information on configuring cups and setting up the printer, but the problem is that most of the instructions available use the web interface for cups, and I cannot connect to it. I get an "unable to establish connection" error.
I have a feeling it should work if I accessed it from the local machine running my file server, but it has no GUI or browser.
Is there a way to install a browser or GUI on the fileserver? Or some simple way to access the cups admin remotely?
Thanks for any help!
Need to enable remote access
Karl, By default, cupsd only allows access from the localhost address. You didn't say how you installed cups on the fileserver. I assume you did something like
Allow remote administration:
Edit /etc/cups/cupsd.conf
Restart the software:
You should now be able to browse to fileserver:631 from a PC or workstation on your local network. It is not recommended to allow access from hosts outside your local network.
If you need remote access and have ssh access, then use an ssh tunnel. From a Linux workstation:
Then browse to localhost:666 on the workstation. I had to use a different port because port 631 on the workstation was also being used by cups.
Hope this helps.
Information is free, knowledge is acquired, but wisdom is earned.
Add new comment