Re: remote printing with cups
- From: kapil singh <kapil.network@xxxxxxxxx>
- Date: Sat, 19 Jul 2008 05:07:16 -0700 (PDT)
Hello,
Make sure that your setting is looking something like like,
server setting (where printer is installed)
file : /etc/cups/cupsd.conf
<Location />
# Allow remote administration...
Order allow,deny
Allow @LOCAL
Allow 192.168.1.0/255.255.255.0
Allow from 192.168.1.0/255.255.255.0
</Location>
Listen 127.0.0.1:631
Listen 192.168.1.8:631
client setting: (from where we have to make print)
file : /etc/cups/cupsd.conf
# Show shared printers on the local network.
BrowsePoll 192.168.1.8:631
---------------------------------------------------
replace I.P/subnet setting with your network settings, according to which
class of I.P address you are using.
Replace 192.168.1.8 with your printserver ip address.
Restart the cups service on both server and client computer after doing
that.
$ sudo /etc/init.d/cupsys restart
Reply me if it works or having any problem. well, I am working with this
configuration right now.
Thanks and regards
Kapil singh Kushwah
Linux System Administrator
Hotwax Media Inc
Richard Bown wrote:
Hi
I'm trying to use cups for remote printing, both machines are on the
same subnet, the machine used as a cups server
has published the printer and is seen by the other machine.
Using Firestarter port 631 is open for both tcp & udp, but the print
request is beig refused.
Are there any futher security layers in Ubuntu 8.04 that need to be
changed.
TIA
Richard
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
View this message in context: http://www.nabble.com/remote-printing-with-cups-tp18523790p18543936.html
Sent from the ubuntu-users mailing list archive at Nabble.com.
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: remote printing with cups
- From: richard
- Re: remote printing with cups
- References:
- remote printing with cups
- From: richard.bown@xxxxxxxxxxxxxxxx
- remote printing with cups
- Prev by Date: Re: Annoying behavious of Nautilus when drag+drop as link
- Next by Date: OT [Re: Annoying behavious of Nautilus when drag+drop as link]
- Previous by thread: remote printing with cups
- Next by thread: Re: remote printing with cups
- Index(es):
Relevant Pages
|