What is the term for this:
\\Servername\share
I need to google for something like "what is the default [term] for an hp LJ 4000N on a workgroup?"
Because there is no way these people set this up beyond defaults.

Terminology question
Started by
kisc
, Jul 20 2004 04:56 PM
4 replies to this topic
#1
Posted 20 July 2004 - 04:56 PM
#2
Posted 21 July 2004 - 03:19 PM
If you're using JetDirect, you'd need to get the IP for it.
Tap Menu, then move to the right until you see INPUTS or CONFIGURATION.
One of those holds EDIT TCP/IP. Give the printer a static IP (configuring one octet at a time, tapping right after each one), then go to Start - Settings - Printers and make a new HP4000N. Hit "Create New Port" and say that it's a JetDirect port, put in the IP, name the port, and leave those settings at default.
If you're on XP, just make the new printer, hit Create New Port, then TCP/IP Port, then specify the IP. Boom, you're done.
I have to do this a lot at my office, and on four subnets too.
Tap Menu, then move to the right until you see INPUTS or CONFIGURATION.
One of those holds EDIT TCP/IP. Give the printer a static IP (configuring one octet at a time, tapping right after each one), then go to Start - Settings - Printers and make a new HP4000N. Hit "Create New Port" and say that it's a JetDirect port, put in the IP, name the port, and leave those settings at default.
If you're on XP, just make the new printer, hit Create New Port, then TCP/IP Port, then specify the IP. Boom, you're done.
I have to do this a lot at my office, and on four subnets too.
Signature file is under revision. This will be back shortly.
#3
Posted 21 July 2004 - 04:18 PM
Thank you for the answer, which would be a very useful answer if I had made it more clear what I actually needed. What I actually need to do is set this printer up so that it pretends it is a local printer, for use with Remote Desktop Client.
The commandline in question is
net use lpt2: \\computername\printername
See, I have a remote user that connects to a Win2k server for various reasons (this was in place before WinXP Pro was out). Now she wants to be able to print to a printer which is on her LAN. According to these FAQs, you can't do it without tricking RDC into thinking it is a local printer. Apparently this is a security thing.
general faq:
http://www.microsoft...rminal_faq.mspx
remote printing issues:
http://support.micro...b;en-us;q302361
http://support.micro...s/q264/0/39.asp
The commandline in question is
net use lpt2: \\computername\printername
See, I have a remote user that connects to a Win2k server for various reasons (this was in place before WinXP Pro was out). Now she wants to be able to print to a printer which is on her LAN. According to these FAQs, you can't do it without tricking RDC into thinking it is a local printer. Apparently this is a security thing.
general faq:
http://www.microsoft...rminal_faq.mspx
remote printing issues:
http://support.micro...b;en-us;q302361
http://support.micro...s/q264/0/39.asp
#4
Posted 21 July 2004 - 08:25 PM
kisc,
the term you're looking for is: UNC path (Universal Naming Convention)
the term you're looking for is: UNC path (Universal Naming Convention)
#5
Posted 22 July 2004 - 08:51 AM
Thankee.