Adding a Printer to Your Windows or Apple Computer
This page provides detailed instructions for adding network printers configured within the GENNET VRF to both Windows and Apple computers. The printers are added using the IPP protocol and DNS naming convention.
When to Use These Steps
Use this process when a user needs a printer on the GENNET Printer VRF network to be added to their computer.
What You’ll Need
Windows or macOS Computer on the UT wired or wireless network
Printer DNS name or IP address: CNS OIT will provide this when we set up the printer, or ask CNS OIT if you’re unsure
Adding a Printer on Windows
Connect to Cisco VPN in order to successfully setup.
How do I download and install the VPN software?
University-managed Laptops and Desktops
No action is needed on university-managed computers. This change will be performed through the University's endpoint management platforms. During the software update, users that are already connected will be disconnected until the update is complete. The update is estimated to take about two minutes.
Personal or Unmanaged Laptops and Desktops
If VPN client is not installed on your personal / unmanaged computer, then follow these steps:
From your web browser, go to: https://vpn.utexas.edu
Log in with your UT EID when prompted
Download the VPN client installer when prompted
Launch the installer, and follow the on-screen prompts
Mobile Devices (iOS and Android device)
Search for and install the "Cisco Secure Client - AnyConnect", published by "Cisco Systems, Inc." from the Apple iTunes or Google Play stores.
Open Settings and search for Printers.
Click Add Device.
Select Add a new device manually.
Choose the option Add a printer using IP address or hostname. Leave on IPP Device.
Enter the printer hostname in the following format:
"printer mac address".dynamic.utexas.edu (example:00237d7bba6e.dynamic.utexas.edu)
Competed print test page.
Alternate setupChoose the option Add a printer using IP address or hostname. Select Device Type: TCP/IP Device
Uncheck "Query the printer and automatically select the driver to use" option.
Click Next.
In the Add Printer Wizard, under Manufacturer, select Generic.
Under Printers, choose MS Publisher Color Printer.
To rename the printer:
Open Settings > Printers.
Click the printer name.
Select Printer Properties.
Edit the Printer Name field as desired.
Adding Printer on Apple macOS
Open System Settings.
Scroll down and select Printers & Scanners.
Click Add Printer or Scanner.
In the pop-up window, click the IP tab (the middle globe icon).
Enter the printer’s DNS name in the Address field. For example:
123456789123.dynamic.utexas.eduEnsure the Protocol is set to IPP
You may modify the Name field to set a friendly name.
If you cannot add via IPP please continue with the next protocol.
Ensure the Protocol is set to LPD.
You may modify the Name field to set a friendly name.
Leave Use set to Generic PostScript Printer, unless a specific printer driver is available.
Click Add to complete the setup.
Adding Printer on Linux
open up cli as admin
type the following:
sudo lpadmin -p <PRINTER NAME> -E -v ipp://<PRINTER DNS>/ipp/print -m everywherecheck if printer is installed:
lpstat -p <PRINTER NAME>print a test page:
lp -d <PRINTER NAME> /etc/hosts