<?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>Todd Smith Org &#187; Device Configuration</title>
	<atom:link href="http://www.toddsmith.org/wordpress/category/device-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toddsmith.org/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Nov 2012 10:14:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Intel AMT bios support</title>
		<link>http://www.toddsmith.org/wordpress/server-technology/intel-amt-bios-support/</link>
		<comments>http://www.toddsmith.org/wordpress/server-technology/intel-amt-bios-support/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Device Configuration]]></category>
		<category><![CDATA[Server Technology]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=129</guid>
		<description><![CDATA[Intel AMT, allows enhanced hardware-based isolation and recovery for embedded systems that go offline, and the Intel® Rapid Recover Technology, which allows embedded devices to recover data and return the system to an operational status in the event of hard drive failure or massive data corruption.]]></description>
			<content:encoded><![CDATA[<p>Intel AMT, allows enhanced hardware-based isolation and recovery for embedded systems that go offline, and the Intel® Rapid Recover Technology, which allows embedded devices to recover data and return the system to an operational status in the event of hard drive failure or massive data corruption.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/server-technology/intel-amt-bios-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel VT-d Bios Support</title>
		<link>http://www.toddsmith.org/wordpress/server-technology/intel-vt-d-bios-support/</link>
		<comments>http://www.toddsmith.org/wordpress/server-technology/intel-vt-d-bios-support/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:50:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Device Configuration]]></category>
		<category><![CDATA[Server Technology]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=127</guid>
		<description><![CDATA[A technology in the Intel Q35 chipset; Intel VT-d, provides advanced remote management capabilities for I/O devices. The technology enables partitioning of I/O devices to virtual machines to distribute system resources and protect assets. Intel VT-d will improve performance by increasing the bandwidth and lowering the latency attributed to software virtualization. Industrial automation applications and [...]]]></description>
			<content:encoded><![CDATA[<p>A technology in the Intel Q35 chipset; Intel VT-d, provides advanced remote management capabilities for I/O devices. The technology enables partitioning of I/O devices to virtual machines to distribute system resources and protect assets. Intel VT-d will improve performance by increasing the bandwidth and lowering the latency attributed to software virtualization. Industrial automation applications and network appliances are two key segments that could benefit from this technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/server-technology/intel-vt-d-bios-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme Summit 48s NAT Howto</title>
		<link>http://www.toddsmith.org/wordpress/device-configuration/extreme-summit-48s/</link>
		<comments>http://www.toddsmith.org/wordpress/device-configuration/extreme-summit-48s/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 22:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Device Configuration]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=122</guid>
		<description><![CDATA[This is a simple HOWTO configuration for NAT on an Extreme Summit 48s This assumes two VLANs an internal and external: Nat Configuration The steps to get NAT running are: Add a NAT rule Set the NAT timeout Configure &#8220;internal&#8221; vlan(s) Configure &#8220;external&#8221; vlan(s) enable nat Assuming you have an external vlan called &#8220;ext&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple HOWTO configuration for NAT on an Extreme Summit 48s</p>
<p>This assumes two VLANs an internal and external:</p>
<h3>Nat Configuration</h3>
<p>The steps to get NAT running are:</p>
<ol>
<li>Add a NAT rule</li>
<li>Set the NAT timeout</li>
<li>Configure &#8220;internal&#8221; vlan(s)</li>
<li>Configure &#8220;external&#8221; vlan(s)</li>
<li>enable nat</li>
</ol>
<p class="howto">
Assuming you have an external vlan called &#8220;ext&#8221; and an internal block of IPs at 172.16.166.0/24 and an external address 198.168.0.10/32; you can use the following:
</p>
<h4>Configure a NAT rule</h4>
<p class="code">
configure nat add &#8220;ext&#8221; map source 172.16.166.1/32 to 198.168.0.10/32
</p>
<h4>Configure the NAT timeout</h4>
<p class="code">
configure nat timeout 300
</p>
<h4>Configure the <em>internal</em> VLAN for NAT</h4>
<p class="code">
configure nat &#8220;webserver-internal&#8221; inside
</p>
<h4>Configure the <em>external</em> VLAN for NAT</h4>
<p class="code">
configure nat ext outside<br />
configure nat Default outside
</p>
<h4>Enable NAT</h4>
<p class="code">
enable nat
</p>
<p class="howto">
That should be all there is to it. I hope this worked for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/device-configuration/extreme-summit-48s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme Summit 48i Server Load Balancing HOWTO</title>
		<link>http://www.toddsmith.org/wordpress/device-configuration/extreme-summit-48i-server-load-balancing-howto/</link>
		<comments>http://www.toddsmith.org/wordpress/device-configuration/extreme-summit-48i-server-load-balancing-howto/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 02:34:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Device Configuration]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=37</guid>
		<description><![CDATA[Concept and Network layout Background I have a client, who has a client, who has a client blah blah blah&#8230; Unnamed Client &#8211; &#8220;We need a powerful webserver farm, and have a 10k budget for this project. We&#8217;ve already got a rack, and plenty of bandwidth. What do you recommend?&#8221; Network Layout Devices &#8211; Switch [...]]]></description>
			<content:encoded><![CDATA[<h2>Concept and Network layout</h2>
<p><a href="../wp-content/uploads/2009/03/10.jpg"><br />
</a></p>
<h3>Background</h3>
<p class="howto">I have a client, who has a client, who has a client blah blah blah&#8230;</p>
<p>Unnamed Client &#8211; &#8220;We need a powerful webserver farm, and have a 10k budget for this project. We&#8217;ve already got a rack, and plenty of bandwidth. What do you recommend?&#8221;</p>
<h3>Network Layout</h3>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/network_layout1.jpg"><img class="size-medium wp-image-45" title="network_layout1" src="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/network_layout1-300x293.jpg" alt="Basic Newtork Layout" width="300" height="293" /></a><p class="wp-caption-text">Basic Network Layout</p></div>
<h3>Devices &#8211; Switch / Load Balancer</h3>
<p>Among the list of their assets was a Summit 48i to work with. So, I have to work this device into the equation. Finding out that it had a Full layer 3 license was nice, because it would allow us to do Server Load Balancing.</p>
<div id="attachment_41" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/summit_48i_configuration.jpg"><img class="size-medium wp-image-41" title="summit_48i_configuration" src="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/summit_48i_configuration-300x257.jpg" alt="Extreme Summit 48i Configuration" width="300" height="257" /></a><p class="wp-caption-text">Extreme Summit 48i Configuration</p></div>
<p class="howto">The plan, setup a network with several web servers. The WANSecurity application servers do a great job for this. They&#8217;re fast, reliable and inexpensive. We&#8217;ll use the WANS-APP-1K for this which is a Quad Core processor with 8 GB of ram, 320GB RAID 1, and two on-board GigE interfaces.</p>
<h3>Devices &#8211; Web Server</h3>
<div id="attachment_42" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/wans-app-1k.jpg"><img class="size-medium wp-image-42" title="wans-app-1k" src="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/wans-app-1k-300x120.jpg" alt="WANSecurity Application Server configured as a Web Server" width="300" height="120" /></a><p class="wp-caption-text">WANSecurity Application Server configured as a Web Server</p></div>
<p class="howto">
<h2>Switch Configuration</h2>
<h3>base configuration</h3>
<p class="howto">In this case it was a good idea to completely erase all previous configuration from the switch. So that&#8217;s what I did.</p>
<p class="code">unconfigure switch all</p>
<p class="howto">We have to setup a default base configuration on the switch. First we&#8217;ll create a VLAN, assign it an IP address and enable IP routing for it, and the default VLAN, and finally set a default gateway for outbound traffic.</p>
<p class="code">create vlan &#8220;ext&#8221;<br />
configure vlan &#8220;ext&#8221; ipaddress 198.117.0.10 255.255.255.128<br />
configure vlan &#8220;ext&#8221; add port 1 untagged<br />
enable ipforwarding vlan &#8220;Default&#8221;<br />
enable ipforwarding vlan &#8220;ext&#8221;<br />
configure iproute add default 198.117.0.1 1</p>
<h3>server load balancing configuration</h3>
<p class="howto">First we&#8217;ll create a VLAN (<em>webserver-internal</em>) for all of the web servers to be connected to, and we&#8217;ll assign the VLAN an IP address.</p>
<p class="code">create vlan &#8220;webserver-internal&#8221;<br />
configure vlan &#8220;webserver-internal&#8221; ipaddress 172.16.166.254 255.255.255.0</p>
<p class="output">Summit48si:21 #<br />
* Summit48si:21 # create vlan &#8220;webserver-internal&#8221;<br />
* Summit48si:22 # configure vlan &#8220;webserver-internal&#8221; ipaddress 172.16.166.254 255.255.255.0<br />
IP interface for VLAN webserver-internal has been created.<br />
IP address = 172.16.166.254,   Netmask = 255.255.255.0.<br />
* Summit48si:23 #</p>
<p class="howto">Next, we&#8217;ll assign interface ports to the VLAN (<em>webserver-internal</em>)</p>
<p class="code">configure vlan webserver-internal add port 17<br />
configure vlan webserver-internal add port 18<br />
configure vlan webserver-internal add port 19<br />
configure vlan webserver-internal add port 20<br />
configure vlan webserver-internal add port 21<br />
configure vlan webserver-internal add port 22<br />
configure vlan webserver-internal add port 23<br />
configure vlan webserver-internal add port 24<br />
configure vlan webserver-internal add port 25<br />
configure vlan webserver-internal add port 26<br />
configure vlan webserver-internal add port 27<br />
configure vlan webserver-internal add port 28<br />
configure vlan webserver-internal add port 29<br />
configure vlan webserver-internal add port 30<br />
configure vlan webserver-internal add port 31<br />
configure vlan webserver-internal add port 32</p>
<p class="howto">Now, we&#8217;ll enable server load balancing with the command <em>enable slb</em>, and tell the switch what type of server load balancing will be on each VLAN. Clients connect to <em>&#8220;ext&#8221;</em> and <em>&#8220;Default&#8221;</em>. Servers connect to <em>&#8220;webserver-internal&#8221;</em> VLAN.</p>
<p class="code">enable ipforwarding<br />
enable slb<br />
configure vlan webserver-internal slb-type server<br />
configure vlan ext slb-type client<br />
configure vlan Default slb-type client<br />
create slb pool web-pool lb-method least-connections<br />
configure slb webservers add 172.16.166.1 : http<br />
configure slb webservers add 172.16.166.2 : http<br />
configure slb webservers add 172.16.166.3 : http<br />
configure slb webservers add 172.16.166.4 : http<br />
configure slb webservers add 172.16.166.5 : http<br />
configure slb webservers add 172.16.166.6 : http<br />
configure slb webservers add 172.16.166.7 : http<br />
configure slb webservers add 172.16.166.8 : http<br />
configure slb webservers add 172.16.166.9 : http<br />
configure slb webservers add 172.16.166.10 : http<br />
create slb vip webserver pool webservers mode translation 198.117.0.10 : http</p>
<h2>Client Configuration</h2>
<h3>Linux (Ubuntu) Network Configuration</h3>
<p class="howto">Finally, we configure our webservers for the <em>webservers-internal</em> VLAN.</p>
<p class="code">cat /etc/network/interfaces</p>
<p class="output"># This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).<br />
# The loopback network interface<br />
auto lo<br />
iface lo inet loopback<br />
# The primary network interface<br />
auto eth0<br />
iface eth0 inet static<br />
address 172.16.166.1<br />
netmask 255.255.255.0<br />
network 172.16.166.0<br />
broadcast 172.16.166.255<br />
gateway 172.16.166.254</p>
<p>All set, customer is ready to configure their web servers as they see fit.</p>
<p>Enjoy!</p>
<p><a href="http://www.toddsmith.org/wordpress/wp-content/uploads/2009/03/10.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/device-configuration/extreme-summit-48i-server-load-balancing-howto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
