PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

Remote Printer setup over the VPN

 
 
=?Utf-8?B?THV4?=
Guest
Posts: n/a
 
      12th Feb 2004
We have 2 windows 2000 server and we setup terminal client in 12 location. Their login to our server through VPN connection through DHCP (DHCP configure in Pix firewall) it is not a Site to site VPN conectivity. As we know that site to site vpn I can configure printer and map the network drive but in DHCP how to configure the printer. We try to setup the remote printer. we couldn't. Please help out, so that we can take print in our remote location itself.


 
Reply With Quote
 
 
 
 
Zenon Pilat \(MS\)
Guest
Posts: n/a
 
      12th Feb 2004
I do not understand why you need the remote/network printer.

If your client side printer use some OEM drivers what you need to do is to
install the same driver on the server (from Printers and Faxes folder start
Server Properties => click on Drivers tab and click on Add button => use
Have a Disk to install out of box OEM driver) and create CUSTOM INF file.
All of this has to be done on the server.

I believe this will solve the problem no matter what kind of network you are
using.

This are instructions to install CUSTOM INF file (do not forget to install
the driver on the server)



Custom INF file may help to run OEM not supported drivers. It maps client
and server side driver and two registry key must be added on the server side
for file name and section name.

1. create INF file - example of CUSTOM.INF file

[OEM Printer Mapping]

"Canon BJC-8200" = "Canon BJC-8200 (BJRSTR)" ;installed OEM driver = OEM
driver on the server

2. two reg values for HKEY_LOCAL_MACHINE\...\rdpwd keys added

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
Server\Wds\rdpwd\PrinterMappingINFName = "c:\windows\inf\CUSTOM.INF "

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
Server\Wds\rdpwd\PrinterMappingINFSection = "OEM Printer Mapping"

--
Zenon Pilat (MS)
---
This posting is provided "AS IS" with no warranties, and confers no rights
---

"Lux" <(E-Mail Removed)> wrote in message
news:C36264CD-00C5-4708-9E44-(E-Mail Removed)...
> We have 2 windows 2000 server and we setup terminal client in 12 location.

Their login to our server through VPN connection through DHCP (DHCP
configure in Pix firewall) it is not a Site to site VPN conectivity. As we
know that site to site vpn I can configure printer and map the network
drive but in DHCP how to configure the printer. We try to setup the remote
printer. we couldn't. Please help out, so that we can take print in our
remote location itself.
>
>



 
Reply With Quote
 
Vera Noest [MVP]
Guest
Posts: n/a
 
      12th Feb 2004
A word from the field.....:

It is generally not a good idea to install 3th party drivers on a
Terminal Server. Most of these are not fully TS-compatible and are
known to crash the printer spooler or the whole server.

My advice would be to *never* install an OEM printer driver on the
server, but instead use the method described below to map the OEM
printer driver on the client to a native Windows printer driver
(one that comes with the OS) on the server. Something like:

"Canon BJC-8200" = "HP LaserJet 4"

This method can mean that you loose some of the functionality of
the printer, but you will gain stability of the server.

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup ---

"Zenon Pilat \(MS\)" <(E-Mail Removed)> wrote in
news:#(E-Mail Removed):

> I do not understand why you need the remote/network printer.
>
> If your client side printer use some OEM drivers what you need
> to do is to install the same driver on the server (from Printers
> and Faxes folder start Server Properties => click on Drivers tab
> and click on Add button => use Have a Disk to install out of box
> OEM driver) and create CUSTOM INF file. All of this has to be
> done on the server.
>
> I believe this will solve the problem no matter what kind of
> network you are using.
>
> This are instructions to install CUSTOM INF file (do not forget
> to install the driver on the server)
>
>
>
> Custom INF file may help to run OEM not supported drivers. It
> maps client and server side driver and two registry key must be
> added on the server side for file name and section name.
>
> 1. create INF file - example of CUSTOM.INF file
>
> [OEM Printer Mapping]
>
> "Canon BJC-8200" = "Canon BJC-8200 (BJRSTR)" ;installed OEM
> driver = OEM
> driver on the server
>
> 2. two reg values for HKEY_LOCAL_MACHINE\...\rdpwd keys added
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> Server\Wds\rdpwd\PrinterMappingINFName =
> "c:\windows\inf\CUSTOM.INF "
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> Server\Wds\rdpwd\PrinterMappingINFSection = "OEM Printer
> Mapping"

 
Reply With Quote
 
=?Utf-8?B?THV4?=
Guest
Posts: n/a
 
      13th Feb 2004
Still I haven't got the answer for my problem , please help me!..

We have 2 windows 2000 server and we setup terminal client in 12 location. Their login to our server through VPN connection through DHCP (DHCP configure in Pix firewall) it is not a Site to site VPN conectivity. As we know that site to site vpn I can configure printer and map the network drive but in DHCP how to configure the printer. We try to setup the remote printer. we couldn't. Please help out, so that we can take print in our remote location itself.

Thanks

Lu

 
Reply With Quote
 
Ivan Leichtling [MSFT]
Guest
Posts: n/a
 
      16th Feb 2004
I found this on the Terminal Services FAQ at:
http://www.microsoft.com/windows2000...minal_faq.mspx

Q. How can I print to my network printers from a terminal services
session?

A. Install the most recent version of the client. (If this isn't
possible, see: Windows 2000 Terminal Services Does Not Redirect
Network Printers (Q264039)
http://support.microsoft.com/support.../q264/0/39.asp and
302361 - Multifunction Printers That Use DOT4 Ports Are Not Redirected
By Using Remote Desktop.
http://support.microsoft.com/default...;en-us;q302361 )



On Thu, 12 Feb 2004 20:46:06 -0800, Lux
<(E-Mail Removed)> wrote:

>Still I haven't got the answer for my problem , please help me!...
>
>
>We have 2 windows 2000 server and we setup terminal client in 12 location. Their login to our server through VPN connection through DHCP (DHCP configure in Pix firewall) it is not a Site to site VPN conectivity. As we know that site to site vpn I can configure printer and map the network drive but in DHCP how to configure the printer. We try to setup the remote printer. we couldn't. Please help out, so that we can take print in our remote location itself.
>
>Thanks
>
>Lux


This posting is provided "AS IS" with no warranties, and confers no rights
 
Reply With Quote
 
Zenon Pilat \(MS\)
Guest
Posts: n/a
 
      18th Feb 2004
"I cound't found the " Printer and Faxes Folder, start Server properties)"

To open Server Properties from "Printer and Faxes" right click on the white
space of this window => select "Server Properties" from the menu and left
click on the selection. Print Server Properties dialog page should start =>
left click on the Drivers tab=> and left click on the Add button => "Add
Printer Driver Wizard should start.



You may also try as the alternative:

Client side:

First try to install in-box driver for your printer - do not install OEM
driver (uninstall if already installed). If you haven't found the exact
driver in the list, try to find close in name type. Install the driver and
print Test Page (Right click on the installed printer queue, scroll down to
Properties and Left Click on properties. On the "<PrinterName> Properties"
dialog box find Print Test Page button). If your TP looks fine just use this
driver for your printer. If not delete it and try another one. This way we
will eliminate problem with compatibility for the OEM driver and you can
forget all the additional steps you will have to do to make Custom INF file
to work.



Now start the connection to the TS server and wait for the printer to be
redirected. It should have the same name as the client one but now the
client computer name and session should be included in the redirected
printer name. Open document and print selecting this redirected printer. It
should work without any additional step. If not - the configuration on your
server or the client is set to block the printing redirection. Remember -
printing redirection is enabled by default so if you haven't change the
setting on client or server it should work. If you use inbox driver (the one
supplied by the system not the OEM one installed from the OEM CD) you need
do nothing to enable printing redirection.



If this is still not working check the setting on the client app (open
mstsc.exe => expand the Option>> => click on the Local Resources Tab => make
sure Printers are checked in Local devices group)



Server side:

If this (client property) is checked and you have problem with printer
redirection you have to connect to the console of the server and check the
General Policy to verify someone did not explicitly made the restriction for
printing redirection.



If this is OK - no restrictions for printing redirection - open tscc.msc =>
double click on the right panel RDP-Tcp connection => click on "Client
Settings" tab => verify

"Use connection settings from user settings" is checked

You do not disable printer mapping or any port mapping



If this is not working????????



Go back to the client open registry key

"HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
Client\Default\AddIns\RDPDR\Your_installed_printer_name"

and delete this key

Stert the client program and connect to TS with the same inbox installed
printer (deleting this key you will only delet the cached setting for this
printer - not the data or printer driver)



Please let us know this is working


Ch


--
Zenon Pilat (MS)
---
This posting is provided "AS IS" with no warranties, and confers no rights
---

"lux" <(E-Mail Removed)> wrote in message
news:06D67596-9219-4862-92F6-(E-Mail Removed)...
>
>
> I tried to install my remote printer we got the following error " Printer

drivers not install"
>
> We are using windows 2000 server, could please tell me setup of

installing the printer drives.
> base on your reply to me, I cound't found the " Printer and Faxes

Folder, start Server properties)
>
> Please help me out..
>
>
>
> ----- Zenon Pilat (MS) wrote: -----
>
> I do not understand why you need the remote/network printer.
>
> If your client side printer use some OEM drivers what you need to do

is to
> install the same driver on the server (from Printers and Faxes folder

start
> Server Properties => click on Drivers tab and click on Add button =>

use
> Have a Disk to install out of box OEM driver) and create CUSTOM INF

file.
> All of this has to be done on the server.
>
> I believe this will solve the problem no matter what kind of network

you are
> using.
>
> This are instructions to install CUSTOM INF file (do not forget to

install
> the driver on the server)
>
>
>
> Custom INF file may help to run OEM not supported drivers. It maps

client
> and server side driver and two registry key must be added on the

server side
> for file name and section name.
>
> 1. create INF file - example of CUSTOM.INF file
>
> [OEM Printer Mapping]
>
> "Canon BJC-8200" = "Canon BJC-8200 (BJRSTR)" ;installed OEM

driver = OEM
> driver on the server
>
> 2. two reg values for HKEY_LOCAL_MACHINE\...\rdpwd keys added
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> Server\Wds\rdpwd\PrinterMappingINFName = "c:\windows\inf\CUSTOM.INF "
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> Server\Wds\rdpwd\PrinterMappingINFSection = "OEM Printer Mapping"
>
> --
> Zenon Pilat (MS)
> ---
> This posting is provided "AS IS" with no warranties, and confers no

rights
> ---
>
> "Lux" <(E-Mail Removed)> wrote in message
> news:C36264CD-00C5-4708-9E44-(E-Mail Removed)...
> > We have 2 windows 2000 server and we setup terminal client in 12

location.
> Their login to our server through VPN connection through DHCP (DHCP
> configure in Pix firewall) it is not a Site to site VPN conectivity.

As we
> know that site to site vpn I can configure printer and map the

network
> drive but in DHCP how to configure the printer. We try to setup the

remote
> printer. we couldn't. Please help out, so that we can take print in

our
> remote location itself.
> >>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with printer setup using shortcut from another PCs locally attached printer DannyBoy Windows XP Hardware 0 5th Jul 2007 12:19 PM
Remote printer setup =?Utf-8?B?RG9ubnk=?= Windows XP General 5 22nd Jan 2005 11:30 PM
Remote Printer Setup Maciek Glowacki Windows XP Help 0 15th Jun 2004 12:17 PM
Printing To Remote Printer with No Pc in remote location - IPP direct printer access TOMONEAL Windows XP Work Remotely 1 12th Feb 2004 03:34 AM
Remote Printer setup over the VPN =?Utf-8?B?THV4?= Microsoft Windows 2000 Terminal Server Clients 2 7th Feb 2004 05:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:20 AM.