in message
OK.. I did that and it works. Is there a way of making it a bit more
secure??
Does your printer have a TCP/IP port on it? You might be able to just
define it as an IP printer on the network instead of being attached to
another machine... If it doesn't have a TCP/IP port on it, there are devices
that convert from TCP/IP to parallel or serial or whatever your printer
might use... HP has had a "JetDirect" device that did this for quite a few
years... There's probably other companies that make similar devices...
Speaking of IP printers, that brings up another question... If you have a
home network with an IP printer attached to it and are using a VPN to
connect to a company network, are there any methods / products out there
that will allow you to print on your local network IP printer? It seems
that when the VPN is running, you no longer have access to anything on your
local network... Currently, my proposed solution for this is to write a
service that runs on one machine on the network and have that process
periodically poll a particular internet email mailbox and upon encountering
an email message of a particular format, to send the attached file to the
printer... The machine on the VPN would print to a file and then email that
file to the specified internet email address in order to print something...
Not exactly the most elegant solution, but it should work...