<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Printing at Home when Connected to a VPN</title>
	<atom:link href="http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://comerford.cc/wordpress</link>
	<description>Rants &#38; Ramblings of an Irishman</description>
	<lastBuildDate>Sun, 11 Jul 2010 16:37:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Leslie Horst</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-204949</link>
		<dc:creator>Leslie Horst</dc:creator>
		<pubDate>Sun, 18 Apr 2010 03:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-204949</guid>
		<description>In my case - home network, Ethernet, networked printer (i.e., no computer is serving as the print server), 3 computers - I have exactly the same problem with printing (i.e., I can&#039;t) when VPN&#039;d to my workplace.  How would your procedure be modifed in that case?</description>
		<content:encoded><![CDATA[<p>In my case &#8211; home network, Ethernet, networked printer (i.e., no computer is serving as the print server), 3 computers &#8211; I have exactly the same problem with printing (i.e., I can&#8217;t) when VPN&#8217;d to my workplace.  How would your procedure be modifed in that case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-204768</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Mon, 05 Apr 2010 17:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-204768</guid>
		<description>Dude thank you ever so much. I have spent hours looking for a solution and yours worked like a charm...</description>
		<content:encoded><![CDATA[<p>Dude thank you ever so much. I have spent hours looking for a solution and yours worked like a charm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandra</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-204675</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Mon, 29 Mar 2010 03:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-204675</guid>
		<description>Thank you!  I was about to toss out the computer because of this persistent trouble when I was trying to print.  I&#039;m far from a computer geek, but was able to figure it out with your clear instructions.</description>
		<content:encoded><![CDATA[<p>Thank you!  I was about to toss out the computer because of this persistent trouble when I was trying to print.  I&#8217;m far from a computer geek, but was able to figure it out with your clear instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank lin</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-204610</link>
		<dc:creator>frank lin</dc:creator>
		<pubDate>Tue, 23 Mar 2010 17:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-204610</guid>
		<description>Awesome!  it worked like a Charm!  Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome!  it worked like a Charm!  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-204456</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-204456</guid>
		<description>Thanks so much for posting this guide. I work in a one-person office so it&#039;s a lot like being at home, especially when tech support in the mother ship don&#039;t understand the quirks of the local setup. Anyway, I&#039;d searched high and low for a way to be able to print to the office printer (which is hooked up to the network and has its own IP address) when using the VPN.

The only part of your instructions that didn&#039;t work for me was creating a persistent route, so I used a batch file. Since the user account under which I use the corporate VPN is very locked down I needed also to add the &quot;runas&quot; command to get it to work. So now I log onto VPN, click the batch file, enter local admin password, and hey presto I can print for the rest of the VPN session...! Here&#039;s my batch file in case anyone else has the same problems.

runas /noprofile /user:[computername]\[localadminusername] &quot;route add [printer IP address] MASK 255.255.255.255 [router IP address&quot;
pause

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this guide. I work in a one-person office so it&#8217;s a lot like being at home, especially when tech support in the mother ship don&#8217;t understand the quirks of the local setup. Anyway, I&#8217;d searched high and low for a way to be able to print to the office printer (which is hooked up to the network and has its own IP address) when using the VPN.</p>
<p>The only part of your instructions that didn&#8217;t work for me was creating a persistent route, so I used a batch file. Since the user account under which I use the corporate VPN is very locked down I needed also to add the &#8220;runas&#8221; command to get it to work. So now I log onto VPN, click the batch file, enter local admin password, and hey presto I can print for the rest of the VPN session&#8230;! Here&#8217;s my batch file in case anyone else has the same problems.</p>
<p>runas /noprofile /user:[computername]\[localadminusername] &#8220;route add [printer IP address] MASK 255.255.255.255 [router IP address&#8221;<br />
pause</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-203927</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 21 Jan 2010 12:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-203927</guid>
		<description>Ralph,

Explaining how to add/remove a printer is a little beyond the scope of this little write up - if you are mucking about with network settings and running a VPN then it&#039;s kind of assumed you can add/remove hardware.  A quck bit of Googling &quot;Add a printer windows&quot; got me this link for Vista:

http://windows.microsoft.com/en-US/windows-vista/Add-or-remove-a-printer

If you are using something else, try Googling for that version more specifically.

Good luck.

Adam</description>
		<content:encoded><![CDATA[<p>Ralph,</p>
<p>Explaining how to add/remove a printer is a little beyond the scope of this little write up &#8211; if you are mucking about with network settings and running a VPN then it&#8217;s kind of assumed you can add/remove hardware.  A quck bit of Googling &#8220;Add a printer windows&#8221; got me this link for Vista:</p>
<p><a href="http://windows.microsoft.com/en-US/windows-vista/Add-or-remove-a-printer" rel="nofollow">http://windows.microsoft.com/en-US/windows-vista/Add-or-remove-a-printer</a></p>
<p>If you are using something else, try Googling for that version more specifically.</p>
<p>Good luck.</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/comment-page-1/#comment-203926</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Thu, 21 Jan 2010 12:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://comerford.cc/wordpress/printing-at-home-when-connected-to-a-vpn/#comment-203926</guid>
		<description>This is great - I would love to be able to use my home network computer while VPN&#039;d to work!

Regarding:

&quot;Number 3 is easily checked in the properties of the printer you added to your machine – if it is added with the name rather than the IP address, just modify (or delete and re-add) it.&quot;

Could you provide some more details about this? I went to Control Panel, Printers, right clicked on the networked printer, and selected properties. There I see, under the General tab, an unnamed entry field that has the name of the printer in it, a &quot;Location&quot; field that is blank, and a &quot;Comment&quot; field that is blank. Should I change one of these fields?

Regarding how I added it, I really don&#039;t know if I added it by Name or by IP address because I ran a Canon MX700 Wizard and, at the end of the process, the printer showed up on the list. If I now delete the printer, then the only process I know to add it back is to rerun the Wizard, which I expect would do the same thing it did before.

Thanks,

Ralph</description>
		<content:encoded><![CDATA[<p>This is great &#8211; I would love to be able to use my home network computer while VPN&#8217;d to work!</p>
<p>Regarding:</p>
<p>&#8220;Number 3 is easily checked in the properties of the printer you added to your machine – if it is added with the name rather than the IP address, just modify (or delete and re-add) it.&#8221;</p>
<p>Could you provide some more details about this? I went to Control Panel, Printers, right clicked on the networked printer, and selected properties. There I see, under the General tab, an unnamed entry field that has the name of the printer in it, a &#8220;Location&#8221; field that is blank, and a &#8220;Comment&#8221; field that is blank. Should I change one of these fields?</p>
<p>Regarding how I added it, I really don&#8217;t know if I added it by Name or by IP address because I ran a Canon MX700 Wizard and, at the end of the process, the printer showed up on the list. If I now delete the printer, then the only process I know to add it back is to rerun the Wizard, which I expect would do the same thing it did before.</p>
<p>Thanks,</p>
<p>Ralph</p>
]]></content:encoded>
	</item>
</channel>
</rss>
