<?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>Accesscom.com Blog &#187; admin</title>
	<atom:link href="http://www.accesscom.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accesscom.com/blog</link>
	<description>Accesscom.com Technical weblog</description>
	<lastBuildDate>Wed, 24 Mar 2010 23:19:33 +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>Bonding T1 lines together MPPP</title>
		<link>http://www.accesscom.com/blog/t1-connections/bonding-t1-lines-together-mppp/</link>
		<comments>http://www.accesscom.com/blog/t1-connections/bonding-t1-lines-together-mppp/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 23:16:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[T1 Connections]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Internet Access]]></category>
		<category><![CDATA[metro ethernet]]></category>
		<category><![CDATA[t1]]></category>
		<category><![CDATA[t1 connection]]></category>
		<category><![CDATA[t1 line]]></category>
		<category><![CDATA[t1 provider]]></category>

		<guid isPermaLink="false">http://www.accesscom.com/blog/?p=40</guid>
		<description><![CDATA[When companies who have a T1 connections to the internet run out of bandwidth they have a few choices. One is to order the latest service called metro ethernet. The second is to order a second T1 from your provider. When you order the T1 line let them know you want to line bonded, or [...]]]></description>
			<content:encoded><![CDATA[<p>When companies who have a T1 connections to the internet run out of bandwidth they have a few choices. One is to order the latest service called <a href="http://www.accesscom.com/fiber_ethernet.html">metro ethernet</a>. The second is to order a second T1 from your provider. When you order the T1 line let them know you want to line bonded, or in cisco router terms MPPP, or multilink PPP. This allows you to aggregate T1 bandwidth in 3M, 4.5M and so on. This looks like one big pipe when packets go out to the internet.</p>
<p>Multilink PPP allows you to bond multiple T1 lines into one larger line. This MPPP line is assigned one set of ip addresses, while the individual lines that make up the MPPP line do not. The intersting thing is if either of your T1 connections where to drop, the MPPP connection stays up. Once the cisco router is setup for MPPP its very easy to add or subtract T1 lines.</p>
<p>The first thing to do in your router is to create the MPPP interface:<br />
config t<br />
interface Multilink2<br />
 description Multilink PPP connection<br />
 ip address 192.168.0.2 255.255.255.252<br />
 ip verify unicast reverse-path<br />
 no ip redirects<br />
 no ip proxy-arp<br />
 no ip route-cache<br />
 no cdp enable<br />
 ppp multilink<br />
 multilink-group 1<br />
 no clns route-cache</p>
<p>The important part of this is the &#8220;multilink-group 1&#8243; part. This says any T1 that is assigned this group id, is part of the multilink interface.</p>
<p>Now we go configure our normal serial port like this:<br />
conf t<br />
interface Serial2/0/9:0<br />
 description first multilink PPP T1 line<br />
 no ip address<br />
 ip verify unicast reverse-path<br />
 no ip redirects<br />
 no ip proxy-arp<br />
 encapsulation ppp<br />
 no ip route-cache<br />
 load-interval 30<br />
 fair-queue 64 16 0<br />
 down-when-looped<br />
 no cdp enable<br />
 ppp multilink<br />
 multilink-group 1<br />
 no clns route-cache</p>
<p>notice how we dont assign an ip address to the serial port. Also we assign the &#8220;multilink-group1&#8243; so it knows its part of the multilink PPP connection.</p>
<p>We would do the same for any other serial connection that we want to be part of the parent multilink line.</p>
<p>The one single catch to all of this is you need to have cisco IOS version 12.2(13)T or greater. This is when Multilink PPP was introduced.</p>
<p>In addition you cant just do this on your side alone. The opposite side also has to be configured as MPPP for the whole thing to work.</p>
<p>Make sure to check out our <a href="http://www.accesscom.com/business_t1_line.html">T1 service offerings</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesscom.com/blog/t1-connections/bonding-t1-lines-together-mppp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metro Ethernet for Internet Access</title>
		<link>http://www.accesscom.com/blog/internet-access/metro-ethernet-for-internet-access/</link>
		<comments>http://www.accesscom.com/blog/internet-access/metro-ethernet-for-internet-access/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 23:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Access]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[metro ethernet]]></category>
		<category><![CDATA[t1]]></category>

		<guid isPermaLink="false">http://www.accesscom.com/blog/?p=20</guid>
		<description><![CDATA[Metro Ethernet is a new type of internet access service. Its mainly used in medium to large businesses or customers that have high bandwidth demands.
Metro ethernet is a replacement for T1 service. In addition to the solid reliability of a T1, it also allows higher bandwidth, up to 1G. Because it runs on dual ring [...]]]></description>
			<content:encoded><![CDATA[<p>Metro Ethernet is a new type of internet access service. Its mainly used in medium to large businesses or customers that have high bandwidth demands.<br />
Metro ethernet is a replacement for T1 service. In addition to the solid reliability of a T1, it also allows higher bandwidth, up to 1G. Because it runs on dual ring fiber connections between your location and the location of your ISP, its a very reliable connection. It can also be used to inter connect your multiple business locations, if you need to transfer lots of data between locations.c</p>
<p>Metro Ethernet gets handed off to your business as a typical ethernet connection. In most instances you would plug this onnection directly into your firewall. This makes setup of the connection very simple.</p>
<p>The future of the internet is changing, and so are the types of connections possible nowadays.<br />
If metro ethernet is something your business could use, check out our service possibilities for <a href="http://www.accesscom.com/fiber_ethernet.html">metro ethernet here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesscom.com/blog/internet-access/metro-ethernet-for-internet-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Spam Filtering Rules for Thunderbird</title>
		<link>http://www.accesscom.com/blog/spam/setup-spam-filtering-rules-for-thunderbird/</link>
		<comments>http://www.accesscom.com/blog/spam/setup-spam-filtering-rules-for-thunderbird/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 23:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spam]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.accesscom.com/blog/?p=10</guid>
		<description><![CDATA[This explains how to setup Spam filtering for thunderbird. Hypersurf Internet &#8220;tags&#8221; all email that come in with a spam score. This spam score can then be used to filter unwanted emails that are most likely spam.
Here is what you do. Open up thunderbird, and go to Tools/Message filters.

Now a new screen should come up [...]]]></description>
			<content:encoded><![CDATA[<p>This explains how to setup Spam filtering for thunderbird. Hypersurf Internet &#8220;tags&#8221; all email that come in with a spam score. This spam score can then be used to filter unwanted emails that are most likely spam.</p>
<p>Here is what you do. Open up thunderbird, and go to Tools/Message filters.</p>
<p><img class="alignnone" title="New Message Filter Screen" src="http://www.accesscom.com/images/filter-1.gif" alt="New Message Filter Screen" width="1085" height="776" /></p>
<p>Now a new screen should come up that looks like this. Click the &#8220;New&#8221; button.</p>
<p><img class="alignnone" title="New Filter" src="http://www.accesscom.com/images/filter-2.gif" alt="New Filter" width="504" height="368" /></p>
<p>Once there,  click &#8220;Customize&#8221;. A box should open up like this.</p>
<p><img class="alignnone" title="Create Spam Filter" src="http://www.accesscom.com/images/filter-3.gif" alt="Create Spam Filter" width="581" height="401" /></p>
<p>A box should open up, like the one below. Then type  &#8220;X-Spam-Score&#8221; in the New message header  box; click the Add button and then OK.</p>
<p><img class="alignnone" title="Custom Filter" src="http://www.accesscom.com/images/customheader.gif" alt="Custom Filter" width="504" height="368" /></p>
<p>Now in the left drop down, look for &#8220;X-Spam_Score&#8221;, that you just created.</p>
<p><img class="alignnone" title="Custom Filter 1" src="http://www.accesscom.com/images/filter-4.gif" alt="Custom Filter 1" width="504" height="368" /></p>
<p>The middle dropdown should say contains.</p>
<p>The right drop down should say &#8220;*****&#8221;</p>
<p>The number of stars you give determines how aggressive the filter is.</p>
<p>2 aggressive, may catch alot of  spam, and maybe some real messages.</p>
<p>5 is middle of the road, catch most spam.</p>
<p>10 means may not catch much, probably wont catch real messages</p>
<p>Then tell it what to do if it finds spam. I tell it to move to a folder. That way I can review later, if I choose.</p>
<p>Once that is done click ok, and your filter should start catching spam.</p>
<p><a rel="nofollow" id="FI76863108" href="http://feedshark.brainbliss.com">Feed Shark</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesscom.com/blog/spam/setup-spam-filtering-rules-for-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speedstream 5100 Light Status</title>
		<link>http://www.accesscom.com/blog/dsl-services/speedstream-5100-light-status/</link>
		<comments>http://www.accesscom.com/blog/dsl-services/speedstream-5100-light-status/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 21:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DSL Services]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[dsl modem]]></category>
		<category><![CDATA[dsl service]]></category>
		<category><![CDATA[dsl troubleshooting]]></category>

		<guid isPermaLink="false">http://www.accesscom.com/blog/?p=3</guid>
		<description><![CDATA[This article will explain the normal light status of the Speedstream 5100 modem. The speedstream 4100 DSL modem also has similar light status so it can be used as well.  The light status will help to determine if there is a problem with your DSL connection. These modems are mainly used with ATT home DSL [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain the normal light status of the Speedstream 5100 modem. The speedstream 4100 DSL modem also has similar light status so it can be used as well.  The light status will help to determine if there is a problem with your DSL connection. These modems are mainly used with ATT home DSL service nationwide.</p>
<p>Power &#8211; When the modem is rebooted this light will flash red, once the modem has completely booted it will show a steady green color.</p>
<p>Ethernet &#8211; This is the light status of the ethernet link. Its initially off until a cat 5 Ethernet cable is inserted into the Ethernet jack in the back. Once its inserted properly the light will turn solid green when you have a successful link.</p>
<p>DSL &#8211; This light will will blinking Red until it completes a successful link with the DSL equipment on the other end.  If this light continues to blink red, you have a problem with your line, and should call for support.</p>
<p>Internet &#8211; This light will be out if your provider doesnt do PPPoE. If it does it will be Red will trying to initiate a PPPoE connection. Once it establishes a successful connection it will turn green.</p>
<p>Activity &#8211; Flashing green means normal DSL traffic is flowing thru the device. Or it could be steady green if there is a steady flow of traffic.</p>
<p>www.accesscom.com/dsl_services.html</p>
<p><a rel="nofollow" href="http://feedshark.brainbliss.com" id="FI76863108">Feed Shark</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesscom.com/blog/dsl-services/speedstream-5100-light-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
