If you mean that the device uri with the printer configuration that is bad then look into the /etc/cups/printer.conf
every printer is in a <printer>...</printer> section and the device name is after the
DeviceURI keyword on the same line.
Otherwise it is just the url jou use to access the server.
If the server just listens on localhost then (127.0.0.1) then change that to 0.0.0.0
f.e.
<Printer laserjet-2600>
Location Printer-room
DeviceURI socket://clj2600n:9100/
State Idle
StateTime 1245460110
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
The clj2600n part is the nodename (here in DNS) but can also be an ipaddress.
Probably you have 127.0.0.1 there, which is a bit queer though unless they are
Main Topics
Browse All Topics





by: _jesper_Posted on 2009-09-02 at 06:55:13ID: 25241069
In cupsd.conf add/change the 'Listen' IP address.