I’ve configured my printer (using HP-setup) with success on my machine and set-up Cups accordingly. I let the printer be shared through the network. Though the 11.4 machine can’t find the printer on the network. I’ve added a custom rule for the internal zone to allow UDP traffic over port 631 on both machines. Still no luck and the 11.4 machine is not able to connect.
It’s driving me insane that I’m unable to configure openSUSE in such a way that I can share my printer with the 11.4 machine and letting my 12.1 desktop be the server. Does anybody have suggestions on what to do to get the printer going?
On 2012-02-12 15:46, t neo wrote:
>
> I’ve configured my printer (using HP-setup) with success on my machine
> and set-up Cups accordingly. I let the printer be shared through the
> network. Though the 11.4 machine can’t find the printer on the network.
> I’ve added a custom rule for the internal zone to allow UDP traffic over
> port 631 on both machines. Still no luck and the 11.4 machine is not
> able to connect.
custom rule?
I would drop the firewall to test. Or look in the log. However, there is no
need to see a printer in order to connect to it.
On the other hand, I don’t understand why you post in the hardware forum,
this is not a hardware problem.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
On 2012-02-17 10:06, t neo wrote:
>
> robin_listas;2439721 Wrote:
>> I would drop the firewall to test. Or look in the log. However, there
>> is no need to see a printer in order to connect to it.
> Though that is the situation at hand. Even with firewall down it won’t
> print from the 11.3 box, while it than detects the shared printer.
Then you have too look at the printer logs. I can’t say more, you do not
give details.
>
>> On the other hand, I don’t understand why you post in the hardware
>> forum, this is not a hardware problem.
> Because the index description says “configuration” and if it isn’t
> supposed to be here, than move the thread.
I can not move anything, I’m not an admin here. Just one response in a
week, matches the doubt I expressed.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
>
> I’ve configured my printer (using HP-setup) with success on my machine
> and set-up Cups accordingly. I let the printer be shared through the
> network. Though the 11.4 machine can’t find the printer on the network.
> I’ve added a custom rule for the internal zone to allow UDP traffic over
> port 631 on both machines. Still no luck and the 11.4 machine is not
> able to connect.
>
> It’s driving me insane that I’m unable to configure openSUSE in such a
> way that I can share my printer with the 11.4 machine and letting my
> 12.1 desktop be the server. Does anybody have suggestions on what to do
> to get the printer going?
>
>
t neo;
Have you edited /etc/cups/cupsd.conf to allow access to the CUPS server from
another location. It would help if you posted the contents of this file.
In the default form there should be nothing confidential, however if you have
already changed this just post with substitute values for public IPs.
cupsd.conf can be edited from the “Administration tab” of CUPS, https://localhost:631. When asked to authenticate use the username “root”,
sans quotes, and your root’s password.
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
You have disallowed browsing (see the first section). However, it looks like
you should still be able to connect to the printers at least by IP. Try
something simpler like:
BrowseAllow @LOCAL
<Location />
Order allow,deny
Allow @LOCAL
</Location>
If you are still not able to get through, check your logs in /var/log/cups
and /var/log/firewall.
–
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
Thanks for the suggestion on cupsd.conf that configuration works, BUT only when I have both firewalls down (which is progress. :-)). I don’t follow the sane firewall settings and it is totally unclear to me what I need to configure within the firewall in order to print from the client.
>
> Thanks for the suggestion on cupsd.conf that configuration works, BUT
> only when I have both firewalls down (which is progress. :-)). I don’t
> follow the sane firewall settings and it is totally unclear to me what I
> need to configure within the firewall in order to print from the client.
>
>
t neo;
You need to open port 631 ( I think it’s just TCP but you also may need UDP.)
Go to YaST > Security and Users > Firewall. Under “Allowed services” add CUPS.
If it is not listed just use the “Advanced tab” and add port 631.
P. V.
“We’re all in this together, I’m pulling for you.” Red Green