| How can I share the printer in the server to clients ? |
Take Fedora Core 3 as an example:
Assume the DRBL server IP address is 192.168.0.254,
1. Installed the driver and setup the local printer in DRBL server (such as via LPT PORT)¡Aand config the CUPS to share the printer (Note: in Fedora Core 3, the default setting of CUPS is DENY ALL¡Aso remember to open that to clents in /etc/cups/cupsd.conf).
2. In DRBL server, config the CUPS network printer¡Awhich means set the local printer as network printer. The path is CUPS ipp://192.168.0.254/printers/epsonc60 (You can find the string in /etc/cups/cupsd.conf)¡Aand set the network printer as the default printer. Here epsonc60 is just an example, so use yours.
3. Run "/opt/drbl/sbin/drblpush -i" again
4. Boot the client, you will see the network printer, which is the default printer.
|
|