On the sytem that has direct access to the printer:
- Open a command prompt
- su to root
- navigate to /etc/cups
- vi cupsd.conf
- Open a new command prompt
- su to root
- run ifconfig
wlan0 Link encap:Ethernet HWaddr 00:26:C6:C4:07:5E
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
In the command window with the cupsd.conf make the following changes. The line 10.0.0.* means that all machines on the network can print and access admin. Change as you desire.
# Allow shared printing...
Order allow,deny
Allow from 10.0.0.*
# Encryption Required
# Restrict access to the admin pages...
Order allow,deny
Allow from 10.0.0.*