<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Tips -Tech Info &#187; Networking</title>
	<atom:link href="http://www.averyjparker.com/category/computers/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Mon, 01 Mar 2010 02:28:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH, Proxies (Proxy&#8217;s?), Tor and Web Browsing</title>
		<link>http://www.averyjparker.com/2009/02/04/ssh-proxies-proxys-tor-and-web-browsing/</link>
		<comments>http://www.averyjparker.com/2009/02/04/ssh-proxies-proxys-tor-and-web-browsing/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 01:09:23 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[foxyproxy]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=1961</guid>
		<description><![CDATA[For quite some time I&#8217;ve been making use of a dd-wrt modified linksys box on my home network as an openvpn endpoint so that when I&#8217;m out and about in the world, I connect the vpn, switch firefox to route through a squid proxy server on the home network and I&#8217;ve got a nice fairly [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>For quite some time I&#8217;ve been making use of a dd-wrt modified linksys box on my home network as an openvpn endpoint so that when I&#8217;m out and about in the world, I connect the vpn, switch firefox to route through a squid proxy server on the home network and I&#8217;ve got a nice fairly secure web browsing setup.  But, as they say there&#8217;s more than one way to skin a cat.  And, that&#8217;s what I&#8217;ve played around with the last couple days.  First off, I guess I should describe the concept.  1) Let&#8217;s say that you&#8217;re browsing the web at an open wireless access point and you don&#8217;t trust the network or 2) let&#8217;s say you need to be able to access an intranet web server that is not accessible from the internet side of a network or scenario 3) let&#8217;s say a web site is blocking access based on ip address (for instance say you&#8217;re behind the great firewall of xyz business/company)&#8230;. how can you still manage to access the web pages you want to 3,2) at all or 1) securely with as little snooping as possible.</p>
<p><span id="more-1961"></span></p>
<p>All in all, this will make it possible to look as though you&#8217;re browsing the web from a different location than you really are and is also one way <a href="http://www.shankrila.com/tech-stuff/how-to-get-around-to-those-blocked-websites/" title="How To Get Around To Those Blocked Websites | ShanKri-la" target="_blank">how to get around blocked websites</a>.  Now, it&#8217;s up to you to accept the responsibility for your actions if you use this to <a href="http://www.shankrila.com/tech-stuff/how-to-get-around-to-those-blocked-websites/" title="How To Get Around To Those Blocked Websites | ShanKri-la" target="_blank">get around blocked sites</a></p>
<p>There are several ways you can do this.  The first IS via openvpn and a web proxy like squid, but that&#8217;s a fair amount of setup for you on your home network to maintain browsing from outside &#8211; besides what if you&#8217;re home connection is down and you want a quick plan b?</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Here&#8217;s one approach&#8230;.</p>
<p>SSH &#8211; secure shell to the rescue&#8230;. from a console window make a secure connection to a secure shell server you have access to, with dynamic port forwarding enabled.</p>
<p>ssh -D 1080 username@hostyoucanaccess.com</p>
<p>go ahead and authenticate and then in your firefox settings, instruct firefox to browse through a SOCKS 5 server at localhost port 1080.  (frankly, you could probably pick any higher port number if you like.)</p>
<p>(BTW if you want to get fancier with ssh you can pass any of the following:<br />
-q :- be quiet &#8211; don&#8217;t output more information than necessary.<br />
-T :- Do not allocate a pseudo tty &#8211; i.e. no login shell.<br />
-f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.<br />
-N :- Do not execute remote command.<br />
-n :- redirect standard input to /dev/null.</p>
<p>In addition on a slow line you can gain performance by enabling compression with the -C option.<br />
)</p>
<p>I like to pull up <a href="http://www.averyjparker.com/ip">my ip check page</a> to verify which public internet address I&#8217;m browsing from.  SO, now it&#8217;s as if you&#8217;re browsing the internet from your ssh server machine.</p>
<p>Now, if you needed to access an intranet page within the network that your secure shell server is hosted, you should be able to.  It should behave actually just as though you were on the destination lan for everything within the web browser.  If you wanted to get really fancy, you could probably set it as a system wide proxy and not have to manually configure your applications to tunnel through it.</p>
<p>It should be noted that your web traffic will only be encrypted between you and the remote ssh server.  After that it leaves the pipe and will only be encrypted if you&#8217;re visiting encrypted sites.</p>
<p>Now, for reasons of very restrictive firewalls it might be nice if you knew of a ssh server listening on port 443 so that it would bypass even the most draconian restrictions.  (BTW, that&#8217;s how I&#8217;ve previously setup openvpn connections &#8211; ports 53 udp or 80/443 tcp are good candidates &#8211; 53 udp because it&#8217;s dns and shouldn&#8217;t be blocked if they expect domain lookups to work, however&#8230; it&#8217;s typically unencrypted and might look suspicious &#8211; besides they may do internal dns so it&#8217;s not my first choice.  Port 80 is a good candidate because if they allow outside world web access then you should be able to pass data, still port 80 is typically unencrypted and it might look a bit suspect.  My preference then is port 443.  It&#8217;s necessary for https: sites and is expected to be encrypted, so it makes a nice openvpn (or ssh) alternate port.</p>
<p>It&#8217;s also possible to tunnel your web traffic through something called tor to enhance your privacy on the internet and essentially make it appear as though you&#8217;re browsing the web from a location where you aren&#8217;t physically.  So, if a forum is only allowing connections from ip address in Poland and you really want to connect you can configure tor to only use endpoints that are in Poland and all your web browsing bits will ping pong through several machines in an encrypted tunnel until they exit a machine in Poland and connect to the forum your trying to connect to.  To use <a href="http://www.torproject.org">tor</a>, you need to also install a proxy server like privoxy.</p>
<p>By the way, tor can be a slow network &#8211; they are typically fairly oversaturated, but there are some ways to get a faster link going by tweaking your torrc file.  I should point out that it&#8217;s somewhat abusive of the tor network resources to try to suck down giant bittorrents through tor&#8230;.</p>
<p>I should also mention that there is a great firefox plugin for managing your proxy settings.  (It got to be a pain manually switching them, so you might look at <a href="http://foxyproxy.mozdev.org/">foxyproxy</a>.  It let&#8217;s you configure multiple proxys and switch between them for all traffic, OR more interestingly using text matching it could allow you to use a proxy only for certain sites.</p>
<p>Also &#8211; Set your proxy server to resolve DNS requests instead of your computer; in Firefox&#8217;s about:config area, set network.proxy.socks_remote_dns = true.</p>
<p>(From what I see that is the default &#8211; either that or I&#8217;ve already been there and done that.)</p>
<p>Other links that may be interesting are :<a href="https://check.torproject.org/">a site to check if you are using tor</a> and an <a href="http://www.iplocation.net/">ip locator</a>.</p>
<p>And if you&#8217;re command-line phobic on linux you might take a look at gnomes <a href="http://sourceforge.net/project/screenshots.php?group_id=145040">ssh tunnel manager</a> (GSTM I think in packages.)  Really whether you are comfortable at the command line or not, this looks like a neat, quick interface.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1961&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2009/02/04/ssh-proxies-proxys-tor-and-web-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linksys WRT54GL and DD-WRT firmware</title>
		<link>http://www.averyjparker.com/2008/05/05/the-linksys-wrt54gl-and-dd-wrt-firmware/</link>
		<comments>http://www.averyjparker.com/2008/05/05/the-linksys-wrt54gl-and-dd-wrt-firmware/#comments</comments>
		<pubDate>Mon, 05 May 2008 15:50:31 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[ddwrt]]></category>
		<category><![CDATA[linksys router]]></category>
		<category><![CDATA[linux linksys]]></category>
		<category><![CDATA[linux router]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[wrt54gl]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2008/03/17/the-linksys-wrt54gl-and-dd-wrt-firmware/</guid>
		<description><![CDATA[I&#8217;ve had a couple of small wireless projects lately and have really been having a great time playing around with the Linksys-Cisco WRT54GL Wireless-G Broadband Router and one of the many GREAT 3rd party firmwares dd-wrt.  I know, for a couple years I&#8217;ve meant to get a hold of one of these little linksys [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I&#8217;ve had a couple of small wireless projects lately and have really been having a great time playing around with the <a href="http://www.amazon.com/gp/redirect.html%3FASIN=B000BTL0OA%26tag=northcarolingene%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/B000BTL0OA%253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Linksys-Cisco WRT54GL Wireless-G Broadband Router</a> and one of the many GREAT 3rd party firmwares <a href="http://www.dd-wrt.com/">dd-wrt</a>.  I know, for a couple years I&#8217;ve meant to get a hold of one of these little linksys boxes for testing.  I had read about <a href="http://openwrt.org/">OpenWRT</a> and found it an interesting idea.  For those that don&#8217;t know, the original linksys wrt54g wireless routers were designed based around a customized linux firmware.  What made this nice is linksys made the source code available for their firmware which made it a lot easier for others to improve upon linksys&#8217; built in software.</p>
<p><span id="more-1600"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>So, where the original device may have had shortcomings in the software community members quickly started coming up with improvements.  Well, somewhere along the line, linksys moved to a different embedded OS which allowed them to cut the memory use in half and get the boxes out a bit cheaper, but the continued to make the original device with the wrt54gl designation &#8211; the L supposedly denoting linux.</p>
<p>Some of these firmwares allow for features that are truly amazing out of these cheap network routers.  (I should stop at this point to mention that it&#8217;s not just a linksys only party here, there are other brands, buffalo, acer, netgear among others that are supported.)  In fact, dd-wrt&#8217;s <a href="http://www.dd-wrt.com/wiki/index.php/Supported_Devices">support devices list is here</a>.  Some of these devices have usb ports, more memory, etc.  which of course makes the potential for the device much greater.</p>
<p>So, what can you do?</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>For starters, my interest in the project was to run two SSID wireless networks off the same hardware.  That is something that is just becoming easy to setup in the dd-wrt firmware with the V24 series of dd-wrt which is at release candidate stage.  From what I saw it was easy to setup virtual SSID&#8217;s which allowed both wireless network names to share the same MAC address.  This arrangement gave me a weekends worth of playing.  (I was working with v 24 RC4 of dd-wrt, there are newer releases v 24 rc6.2 is out, but seemed to be a bit buggier.)  The newer releases seem to implement making up a MAC address for the virtual SSID&#8217;s which should improve matters greatly.  (All this depends on your hardware though &#8211; it looks as though the wrt54gl should support it.)</p>
<p>Here&#8217;s the problem I saw with virtual SSID&#8217;s and the same MAC address.  Wireless clients would see either one or the other network each refresh of the list, connecting to one would then make connecting to the other more challenging.  One scenario this could work is if you have an existing WEP network and want to upgrade to WPA.  Set the WEP legacy network to not broadcast an SSID, allow the new WPA network to broadcast SSID and that would make for a decent transitional setup.  Unfortunately I was setting up two new networks a WPA members only network and an open guest.  With shared MAC addresses I saw no good way to accomplish this yet without lot&#8217;s of end user support.  (Maybe when dd-wrt v24 is a bit more finished I&#8217;ll revisit.)</p>
<p>Okay, enough of the side trip&#8230; what can you do with this box.  Besides the usual router possibilities, you can now setup virtual lans&#8230; do you need to divide users into several different isolated networks with a shared gateway to the internet?  Okay, easily done.  You can even setup dhcp to give out addresses to each network.  (And firewall either both from each other or just one from the other.)</p>
<p>QOS &#8211; quality of service.  Do you want to make sure the users of this device don&#8217;t eat up all your internet bandwidth?  Easily setup with quality of service limits.  Set the total bandwidth and then priority levels for each type of traffic (peer to peer, voip, web, smtp, etc.)</p>
<p>Open wireless access &#8211; there are several hotspot possibilities here, either with a roll your own captive portal implementation (or you could use the prefconfigured setup for nocatsplash which is just a single enter button.)  Or, you can integrate with chilispot, or sputnik or other online services.</p>
<p>If your device has enough memory you can install other software on the box, from game servers, print server software, network tools, etc.  With a usb port that means you could have a file server, print server, or scanner server.</p>
<p>Finally, I&#8217;ve got a setup that I&#8217;m happy with.  I wound up using two of the boxes for ease of setup.  (The recent release candidates did not seem to be stable enough in ALL areas for me to be really comfortable, so I used version 23.)  I essentially setup a members only access point with WPA encryption that setup a vlan on one port of the switch which the guest network will plug into.  The guest network will have open access, terms of use captive portal that redirects to a portal page of our choosing.  (As well as having isolation between wireless users.)  This way the internal members only network not only has WPA, but is firewalled off from the free wireless users.  The guest access point has a strict bandwidth limit at around 1/3 of our total bandwidth to avoid disruption of the members only network from outside leeches&#8230;  All in all, it has turned into a very nice setup.  It has seemed quite stable so far and includes the option to schedule daily or weekly reboots if necessary.</p>
<p>Another plus to this is that when the newer firmware stablizes, if I want to upgrade I can just setup another box with the free firmware and when I have all the configuration done I can just swap the boxes.  I now have a couple other projects lined up with the wrt54gl (including a replacement for a home firewall which I estimate will wind up saving a few dollars a month in power.)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1600&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/05/05/the-linksys-wrt54gl-and-dd-wrt-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T rbl block inquiry site</title>
		<link>http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/</link>
		<comments>http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 13:39:45 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[RBL]]></category>
		<category><![CDATA[Tech Support]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/</guid>
		<description><![CDATA[First, I guess I should give a primer, what&#8217;s an RBL?  RBL stands for Realtime Black List (or Realtime Block List depending on who you talk to.)  The idea is there are machines that either 1) have no business DIRECTLY trying to deliver a mail message to a legitimate mail server or 2) [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>First, I guess I should give a primer, what&#8217;s an RBL?  RBL stands for Realtime Black List (or Realtime Block List depending on who you talk to.)  The idea is there are machines that either 1) have no business DIRECTLY trying to deliver a mail message to a legitimate mail server or 2) are known to spew out junk mail, or viruses or other bad content.  So, many service providers make use of blacklists to decline messages from suspect machines.  In some cases these lists are cultivated in house, in other cases people make use of various publicly available lists online.</p>
<p>But&#8230;</p>
<p><span id="more-1556"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>These lists block IP addresses from sending mail, what if you&#8217;re webhost is simply forwarding mail on to your ISP account and the ISP then blames your webhost&#8217;s machine for this spam?  Or more likely, what if your website is sharing an IP address with other websites (Name based hosting) and one of those is sending out junk.  Or, even still&#8230; your ISP decides it&#8217;s time to launch a new outbound mail machine and they pull an address from a block of addresses that used to be reserved for dial up users.  In any of these cases, the end result is your mail doesn&#8217;t get from point A (you) to point B (your recipient), and the machine along the way rejects the message.</p>
<p>So&#8230; several weeks ago I ran into problems with mail FROM bellsouth(at&#038;t) mailservers getting blocked due to the ip&#8217;s of the mail servers formerly being in the dynamic ip space&#8230;. </p>
<p>well I also ran into problems with AT&#038;T (@bellsouth.net address) blocking inbound mail from a particular site and was lucky enough to be helped with the following link <a href="http://www.att.net/general-info/mail_info/block_inquiry.html">where you can request delisting from AT&#038;T&#8217;s blacklist.</a>  It&#8217;s a handy link to have on hand.  I&#8217;ve needed it once again for another site since the first inquiry I sent to AT&#038;T.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1556&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiring</title>
		<link>http://www.averyjparker.com/2007/10/03/wiring/</link>
		<comments>http://www.averyjparker.com/2007/10/03/wiring/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 19:11:46 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General Site Info]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/10/03/wiring/</guid>
		<description><![CDATA[I&#8217;ve got a home project to run more network cable here lately and found techtoolsupply to be an interesting resource for network and other cabling supplies.  I don&#8217;t recall who I ordered from last time, it&#8217;s been several years (and those big spools of cable last for years unless you do a LOT of [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I&#8217;ve got a home project to run more network cable here lately and found <a href="https://www.techtoolsupply.com/index.asp">techtoolsupply</a> to be an interesting resource for network and other cabling supplies.  I don&#8217;t recall who I ordered from last time, it&#8217;s been several years (and those big spools of cable last for years unless you do a LOT of cabling.)  On other notes&#8230;.  <a href="http://www.doityourself.com/stry/homewiringintro">There are many very good do it yourself wiring resources from electrical like this link </a> to network wiring.  Many people think that wireless means that it&#8217;s just backwards to install network cabling.  (I don&#8217;t know how many people told me &#8220;why don&#8217;t you just use wireless&#8221; when I mentioned that when we built I wanted to get cat5 cable installed.)  Well &#8211; here goes &#8211; wired is 1)faster and 2) more secure &#8211; yes I&#8217;ve heard of WPA for wireless, but my wired lan is between 10 and 100 times faster than my current wireless (yes, I&#8217;m running 802.11b still and an upgrade to the wireless wouldn&#8217;t get it up to the same speed yet either. then my wired network would be 2-20 times faster.  (Of course that&#8217;s best case &#8211; clear line of sight to the wireless access point.)  </p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1567&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/10/03/wiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom livecd&#8217;s, virtualbox, seamlessrdp and sata dvd burners&#8230;</title>
		<link>http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/</link>
		<comments>http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 18:42:53 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General Web/Tech]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/</guid>
		<description><![CDATA[I thought this writeup was interesting on the idea of using a web interface to customize a livecd.  I&#8217;ve built a couple livecd&#8217;s (that I still use) for tech support, but I&#8217;m always thinking of one more tool that I&#8217;d like to have.  After looking through their wizard it seems a bit limited [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I thought <a href="http://www.desktoplinux.com/news/NS4640953056.html">this writeup was interesting on the idea of using a web interface to customize a livecd.</a>  I&#8217;ve built a couple livecd&#8217;s (that I still use) for tech support, but I&#8217;m always thinking of one more tool that I&#8217;d like to have.  After looking through their wizard it seems a bit limited in the granularity of what can be chosen (at least for what I&#8217;m thinking of.)  But&#8230; it might introduce a new interest in the use of livecds.</p>
<p><span id="more-1565"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.virtualbox.org/">I haven&#8217;t tried it yet, but there&#8217;s a &#8220;ready for primetime&#8221; open source x86 virtual machine program called virtualbox that&#8217;s just recently released version 1.5</a>  It sounds pretty good.  I&#8217;ve got a fair amount of disk images invested in vmware at the time so I don&#8217;t know if I would swap, but I want to look over the features and just see how it stacks up.</p>
<p>Along those lines&#8230; <a href="http://www.cendio.com/seamlessrdp/">I saw someone mention seamless rdp with regards to virtualbox and had to have a look</a> &#8211; basically you install seamless rdp on a windows xp or other remote access windows server, then you use rdesktop to connect to the machine specifying the path to the seamless rdp executable and you can get the single application window on your desktop instead of the full blown user interface.  (Much like the way remote X applications work.)  In fact you can redirect sound/etc and it works fairly well (although I&#8217;ve found programs that don&#8217;t work well with it too.)  Here&#8217;s an example command line from the client&#8230;<br />
rdesktop -A -s &#8220;c:\seamlessrdp\seamlessrdpshell.exe notepad&#8221; ipaddressofrdpserver</p>
<p>My server that I setup with mirrored hard drives has really been a fine machine, but I am missing one thing (optical drive.)  This <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16827106070">Lite-on SATA dvdrw might fit the bill ($32).</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1565&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web translation</title>
		<link>http://www.averyjparker.com/2007/09/16/web-translation/</link>
		<comments>http://www.averyjparker.com/2007/09/16/web-translation/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 19:31:51 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/09/16/web-translation/</guid>
		<description><![CDATA[I found this link of plugins for wordpress to aid in multilingual site building.  I&#8217;ve been experimenting with English/Spanish designs of one site I maintain using plain html (index.html.en index.html.es and the server gives the correct page depending on the browser localization.  It seems as though there was an .htaccess change that I [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I found <a href="http://codex.wordpress.org/Plugins/Translation_and_Languages">this link of plugins for wordpress to aid in multilingual site building.</a>  I&#8217;ve been experimenting with English/Spanish designs of one site I maintain using plain html (index.html.en index.html.es and the server gives the correct page depending on the browser localization.  It seems as though there was an .htaccess change that I had to make as well although I don&#8217;t recall off the top of my head.  (Maybe I can update if I read through it again.)</p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1568&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/09/16/web-translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping email hoaxes and chain emails&#8230;</title>
		<link>http://www.averyjparker.com/2007/09/16/stopping-email-hoaxes-and-chain-emails/</link>
		<comments>http://www.averyjparker.com/2007/09/16/stopping-email-hoaxes-and-chain-emails/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 18:11:29 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[General Web/Tech]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/09/16/stopping-email-hoaxes-and-chain-emails/</guid>
		<description><![CDATA[How many times have I seen the same chain email about who knows what&#8230; it always ends in something along the lines of &#8220;I don&#8217;t know if this is true, but I figure I don&#8217;t have anything to lose, so pass it along and let&#8217;s see what happens.&#8221;  Computers were supposed to improve productivity, [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>How many times have I seen the same chain email about who knows what&#8230; it always ends in something along the lines of &#8220;I don&#8217;t know if this is true, but I figure I don&#8217;t have anything to lose, so pass it along and let&#8217;s see what happens.&#8221;  Computers were supposed to improve productivity, sometimes I think they&#8217;ve fueled other things though&#8230;. <a href="http://www.breakthechain.org/">breakthechain.org</a> is a good site to refer people to that forward messages to you that may be hoaxes or chains&#8230; some of them are real, some are hoaxes, some are absurd but why do we keep emailing them back and forth?  Try to get some of your time back by sending folks to breakthechain.org</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1562&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/09/16/stopping-email-hoaxes-and-chain-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Residential VOIP</title>
		<link>http://www.averyjparker.com/2007/07/30/residential-voip/</link>
		<comments>http://www.averyjparker.com/2007/07/30/residential-voip/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 23:44:31 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/07/30/residential-voip/</guid>
		<description><![CDATA[Of course, we&#8217;ve heard of skype, vonage, and our dsl/cable providers hawking VOIP.  I thought I&#8217;d make a note of this one though as the name is a bit more obscure&#8230;  packet8
Readers who viewed this page, also viewed:Powered by Where did they go from here?]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>Of course, we&#8217;ve heard of skype, vonage, and our dsl/cable providers hawking VOIP.  I thought I&#8217;d make a note of this one though as the name is a bit more obscure&#8230;  <a href="http://www.packet8.net">packet8</a></p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1555&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/07/30/residential-voip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bellsouth/ AT&amp;T mail problems</title>
		<link>http://www.averyjparker.com/2007/07/25/bellsouth-att-mail-problems/</link>
		<comments>http://www.averyjparker.com/2007/07/25/bellsouth-att-mail-problems/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 00:43:43 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/07/25/bellsouth-att-mail-problems/</guid>
		<description><![CDATA[I would dare say there are more than a couple people &#8220;out there&#8221; right now that are puzzled as to WHY some of their mail is bouncing back to them as being rejected.  Right now I&#8217;m talking about Bellsouth / AT&#038;T mail users&#8230;. it appears that this week AT&#038;T is in the process of [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I would dare say there are more than a couple people &#8220;out there&#8221; right now that are puzzled as to WHY some of their mail is bouncing back to them as being rejected.  Right now I&#8217;m talking about Bellsouth / AT&#038;T mail users&#8230;. it appears that this week AT&#038;T is in the process of transitioning it&#8217;s outbound mail relays to a new address block.  207.115.11.51 &#8211; 207.115.11.56 &#8211; the names of these machines are fmailhost01.isp.att.net &#8211; fmailhost06.isp.att.net  &#8230;. Yesterday I noticed 4/5/6 had been moved &#8211; today 3 has been moved over and I noticed only because a test message that I RUN through a (formerly) bellsouth system bounced back and made it through&#8230;.  The problem is the address space that AT&#038;T is making use of used to be in the dial up block of their service and SEVERAL online blacklists have not been notified of the change.  It is not possible for an end user to FIX this problem, AT&#038;T technicians need to contact http://www.au.sorbs.net/ (SORBS) Among other locations to help their customers.  The only thing techs in control of individual mailservers can do is whitelist the new AT&#038;T addresses.  (Well you could disable whitelisting altogether, but that would probably be a big HELLO SPAM).</p>
<p>It may be even murkier a situation &#8211; they may using BOTH sets of IP addresses (old and new) for the time being&#8230; here are two log entries that would seem to confirm that&#8230;</p>
<p>Jul 25 16:47:09 xxxxx postfix/smtpd[7812]: disconnect from fmailhost03.isp.att.net[207.115.11.53]<br />
Jul 25 16:47:09 xxxxx postfix/smtpd[7812]: connect from fmailhost03.isp.att.net[204.127.217.103]</p>
<p>Strange&#8230; They may have some scheme to help work around this &#8211; because the connect from the 204. address immediately followed a DNS block of the connect from the 207 range address.  </p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1553&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/07/25/bellsouth-att-mail-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why? (Why couldn&#8217;t AT&amp;T make sure their mail servers weren&#8217;t using old dialup IPs that are blacklisted&#8230;.)</title>
		<link>http://www.averyjparker.com/2007/07/24/why-why-couldnt-att-make-sure-their-mail-servers-werent-using-old-dialup-ips-that-are-blacklisted/</link>
		<comments>http://www.averyjparker.com/2007/07/24/why-why-couldnt-att-make-sure-their-mail-servers-werent-using-old-dialup-ips-that-are-blacklisted/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 01:32:36 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/07/24/why-why-couldnt-att-make-sure-their-mail-servers-werent-using-old-dialup-ips-that-are-blacklisted/</guid>
		<description><![CDATA[Why do I always wind up being the one to discover problems? &#8230;.  Today in checking mail I found a mail that had bounced back from one of my clients that uses bellsouth&#8230; Now bellsouth has recently been bought by AT&#038;T and it appeared as though the mail had been rejected because the mailserver [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>Why do I always wind up being the one to discover problems? &#8230;.  Today in checking mail I found a mail that had bounced back from one of my clients that uses bellsouth&#8230; Now bellsouth has recently been bought by AT&#038;T and it appeared as though the mail had been rejected because the mailserver trying to deliver it was in an email blacklist.  *(What &#8211; a bellsouth mailserver in a blacklist?)  Well, we&#8217;ve gone through this before with some of the passive blacklists where people might relay junk through their isp, but&#8230; on searching the AT&#038;T outbound mailserver 207.115.11.54 was in the dial up block lists at sorbs and nomorefun&#8230;.  (as was 207.115.11.55)  These seem to be the new fmailhost04.isp.att.net and fmailhost05.isp.att.net outbound mail machines.</p>
<p><span id="more-1552"></span></p>
<p>So, if you send mail via the old bellsouth, new AT&#038;T you have around a 2 out of 5 chance that your mail is going out through a blacklisted server (the 01-03 machines are in a different netblock.) Ah&#8230; just discovered 06 at 207.115.11.56 &#8211; so you might have a 50/50 chance at sending mail out through a blocked ip.  Now that doesn&#8217;t mean that if your mail touches one of those machines it will automatically be rejected&#8230; only by those using sorbs or nomorefun blacklists and some only use blacklists to tag mail as junk, so your bellsouth mail may wind up in junk folders instead of rejected outright.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>I&#8217;ve filed a delisting request at both the blacklists in question.  (REALLY THIS IS SOMETHING AT&#038;T SHOULD BE RESPONSIBLE FOR.)  I&#8217;m afraid it would take me an hour through their tech support to get to somebody that had a CLUE as to what needed to be done though.  (And I don&#8217;t think I can really stomach having someone tell me&#8230;. &#8220;I&#8217;m sorry sir, I can&#8217;t help you with your mail problem if your not sitting at a computer at the location using outlook or outlook express.&#8221;  (I got that response once from bellsouth when I had a remote console open on a machine that was having trouble delivering mail and I was simply trying to verify outbound machine names such as mail.bellsouth.net, etc&#8230;.)</p>
<p>Anyway, I don&#8217;t know when this started, but the first bounce I&#8217;ve noticed was this afternoon and the addresses were previously in the dynamic ip space.  Maybe someone else online has noticed as well, but you would think if you were AT&#038;T and provisioning a new mailserver you MIGHT contact maintainers of well publicized blacklists and say&#8230; &#8220;By the way, we&#8217;re about to put new mailservers online at the following IP&#8217;s&#8230;.&#8221;</p>
<p>OK &#8211; just got the SORBS response back and basically the answer is NO -AT&#038;T needs to contact SORBS </p>
<p>http://www.au.sorbs.net/faq/dul.shtml</p>
<p>&#8211;update &#8212; 7-25-07&#8211;</p>
<p>OK &#8211; I&#8217;m seeing fmailhost03.isp.att.net at 207.115.11.53 today &#8211; so I&#8217;m ASSUMING I&#8217;ll see 02 show up at 207.115.11.52 tomorrow &#8211; they must be making the changeover this week &#8211; that IP block is STILL on the blacklist and I&#8217;m WHITELISTING about 30 mailservers as fast as I can. &#8211;Sorry 30 was an exaggeration &#8211; 10 certainly isn&#8217;t though.  (Didn&#8217;t help that the first time through I forgot there was an fmailhost06&#8230;&#8230;)</p>
<p>Gee thanks ATT &#8211; didn&#8217;t have anything else to do&#8230;.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1552&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/07/24/why-why-couldnt-att-make-sure-their-mail-servers-werent-using-old-dialup-ips-that-are-blacklisted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
