Difficulty: Medium
Correct Answer: Create a local printer on PrintServ and add a Standard TCP/IP LPR port to 10.1.1.99 with queue GIANT; share this printer and have users connect to it
Explanation:
Introduction / Context:
In mixed Windows–UNIX environments, a common pattern is to expose a UNIX print queue (LPR/LPD) to Windows clients through a centralized Windows print server. Windows 2000 Server can create a local printer that targets an LPR queue and then share that logical printer to clients, providing a consistent share name, driver distribution, and security auditing.
Given Data / Assumptions:
Concept / Approach:
Use the Windows 2000 TCP/IP Printing (Standard TCP/IP Port) to create an LPR port that points to the UNIX LPD service. Bind a Windows printer object to that port and share it from PrintServ. Clients connect to \\PrintServ\
Step-by-Step Solution:
Verification / Alternative check:
Print a test page from a client and confirm it appears in the GIANT queue on the UNIX host. Review PrintServ’s event logs and queue status for errors.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to select LPR (not RAW) on the Standard TCP/IP Port, mistyping the queue name, or not sharing the printer on PrintServ will prevent client connections.
Final Answer:
Create a local printer on PrintServ and add a Standard TCP/IP LPR port to 10.1.1.99 with queue GIANT; share this printer and have users connect to it
Discussion & Comments