Results 1 to 2 of 2

Thread: Setup Internet Printing Server

  1. #1
    Join Date
    Apr 2005
    Beans
    90

    Question Setup Internet Printing Server

    I'm planning to setup a secure Internet Printing Server at location A so that I could remotely print from location B.

    Is there any tutorial for this? I'm new into this.

    FYI, I have successfully setup the printer for local printing as well as local network printing.

    But haven't tried with Internet Printing since I'm still don't understand how to setup it, especially with the security part. I would like to have simple authorization such as user/password rather than the complicated one.
    Last edited by hyapadi; January 13th, 2011 at 10:38 AM. Reason: adding missing explanation

  2. #2
    Join Date
    Mar 2009
    Beans
    13

    Re: Setup Internet Printing Server

    https://help.ubuntu.com/6.06/ubuntu/...de/C/cups.html

    this looks a lot easier than setting up ssh, just forward the port on your router (normally done through a web browser address to your router), open a port address say 5555 for example to the specific computer name or ip address of the ubuntu pc,

    then on ubuntu machine run:

    sudo apt-get install cupsys cupsys-client

    after you edit:

    /etc/cups/cupsd.conf

    to listen to the ip address and port address of your static.dynamic ip address of your network:


    Listen 127.0.0.1:631 # existing loopback Listen
    Listen /var/run/cups/cups.sock # existing socket Listen
    Listen 192.168.10.250:5555 # Listen on the LAN interface, Port 631 (IPP)


    I think that is it. It is fully explained on the link above.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •