[cups.general] Unable to advertise printers

Michael R Sweet msweet at apple.com
Thu Apr 28 19:52:30 PDT 2011


Is broadcast enabled on the interface?

Sent from my iPhone

On Apr 28, 2011, at 5:30 PM, Alan <lameventanas at gmail.com> wrote:

>> On Apr 28, 2011, at 1:03 AM, Alan wrote:
>>> I am trying to set a cups server to advertise its printer to other clients.
>>> 
>>> The server has 3 interfaces: lo, eth0 and br0
>>> br0 is a linux bridge interface composed of eth1 eth2 and eth3
>> 
>> Are the interfaces bonded (so they have a single IP address)?
>> 
>> If not, you'll need to specify @IF(eth1), @IF(eth2), and @IF(eth3) separately.
> 
> Yes, they have a single IP address.
> 
> I have also sniffed traffic in eth1, eth2, and eth3, and I also tried to specify the IP address, yet I don't get anything.
> 
> Just FYI, this is how I create br0:
> 
>        ip link set eth1 up
>        ip link set eth2 up
>        ip link set eth3 up
>        brctl addbr br0
>        brctl addif br0 eth1
>        brctl addif br0 eth2
>        brctl addif br0 eth3
>        ip addr ad 10.2.0.1/16 dev br0
>        ip link set br0 up
> 
> _______________________________________________
> cups mailing list
> cups at easysw.com
> http://lists.easysw.com/mailman/listinfo/cups





More information about the cups mailing list