Re: Fedora 15 Network Printer Problems



Much easier, use the following command from the command line

cupsctl --share-printers --remote-any
See: http://www.cups.org/documentation.php/doc-1.5/sharing.html

On Fri, Jun 10, 2011 at 2:11 PM, Dr. Michael J. Chudobiak <
mjc@xxxxxxxxxxxxxxx> wrote:

On 06/10/2011 03:09 PM, Dr. Michael J. Chudobiak wrote:
On 06/10/2011 03:03 PM, Bill wrote:

Perhaps you could try opening a browser window on the laptop and
going to:
http://192.168.2.3:631
and the desktop cups server should answer, I think.

I thought the same thing and tried, but the web page is not available.

cups is normally configured to listen just on localhost (that is, NOT
through network connections). From /etc/cups/cupsd.conf, you need to
change this line:

Listen localhost:631

to:

Listen localhost:631
Listen 192.168.2.3:631

You probably need to mess with this too, in the same file:

# Restrict access to the server...
<Location />
Order allow,deny
Allow localhost
</Location>

- Mike
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines




--
------------------------------
/\_/\
|O O| pepebuho@xxxxxxxxx
~~~~ Javier Perez
~~~~ While the night runs
~~~~ toward the day...
m m Pepebuho watches
from his high perch.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Relevant Pages

  • Re: no internet connection with Fedora16
    ... When I run the "ifconfig" command in terminal it ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)
  • Re: OT: need bash help [solved]
    ... How does one assign the output of a command to an environment variable? ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)
  • Re: how to know if Im using xterm or gnome-terminal?
    ... How to know if I'm using an xterm or a gnome-terminal from command line? ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)
  • Re: windows migrant: choosing linux distribution
    ... just a question of sorting out all the command line options). ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)
  • Re: Fedora 15 Network Printer Problems
    ... and the desktop cups server should answer, ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)