Printing from guest network not working for pc/mac

Printing from guest network is working from iPhone / ipad etc but not working for pc or mac.And I don't have a clue why..

My main network is on 10.0.1.x My guest network on 192.168.31.x

I have the following rule in my firewall config. So my guest client can print. But somehow only iPhones en iPads can. (not tested Android, don't have an Android device)

config rule
	option src 'guest'
	option name 'guest printing'
	list dest_ip '10.0.1.104'
	option target 'ACCEPT'
	option dest 'lan'
	list proto 'all'

My printer is on 'lan'

1 Like

Is the problem that you can't "discover" the printer, or is it that you have manually configured the printer, but when you send a print job it doesn't output anything?

2 Likes

Hi @dlakelan the pc or mac can't discover the printer. If I try to manual configure the printer it's not found.

Don't try to search the printer, instead add it by IP.
If you need to specify the protocol/port, check open ports with Nmap.

1 Like

That did the trick. Thanks.

2 Likes

This topic was automatically closed 0 minutes after the last reply. New replies are no longer allowed.