<?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>Rogierm&#039;s Blog &#187; example</title>
	<atom:link href="http://rogierm.redbee.nl/blog/tag/example/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogierm.redbee.nl/blog</link>
	<description>Just another blog with technical stuff</description>
	<lastBuildDate>Mon, 28 Jun 2010 21:04:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ServerIron 4G Example Config</title>
		<link>http://rogierm.redbee.nl/blog/2009/07/17/serveriron-4g-example-config/</link>
		<comments>http://rogierm.redbee.nl/blog/2009/07/17/serveriron-4g-example-config/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 16:42:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[brocade]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[foundry]]></category>
		<category><![CDATA[loadbalancer]]></category>
		<category><![CDATA[serveriron]]></category>

		<guid isPermaLink="false">http://rogierm.redbee.nl/blog/?p=3</guid>
		<description><![CDATA[I&#8217;ve had to configure a couple of ServerIron loadbalancers over the last couple of month&#8217;s, and each time it surprised me that there are very little example configurations available. I&#8217;ve included a diagram with a sample network and the basic (not secured) configuration of the ServerIron to do basic http loadbalancer in a one-armed setup. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had to configure a couple of ServerIron loadbalancers over the last couple of month&#8217;s, and each time it surprised me that there are very little example configurations available. I&#8217;ve included a diagram with a sample network and the basic (not secured) configuration of the ServerIron to do basic http loadbalancer in a one-armed setup.</p>
<p>The &#8216;server source ip&#8217; statement is used to connect the realservers in a different subnet then the loadbalancer is in. You can define source IP addresses on a ServerIron system running switch code to place it in multi-netted environment. These source IP addresses could potentially be used as default gateways for real servers. You can also define source NAT IP addresses while using source NAT. The &#8216;source nat&#8217; statement changes the source ip addres of each request. This causes that the ip adres of the loadbalancer is shown in the access logs on the webserver. This might cause problems for log analysis or geo-ip processing. The example config does not use the &#8216;source nat&#8217; function.</p>
<p>I&#8217;m aware of the fact that this configuration can be improved in many ways, but as stated before, this is just an example for people that are strugling to get their first ServerIron up and running, and can&#8217;t find any working config for their situation.</p>
<p><img class="alignnone size-medium wp-image-14" title="serveriron-diagram" src="http://rogierm.redbee.nl/blog/wp-content/uploads/2009/07/serveriron-diagram1-300x179.png" alt="serveriron-diagram" width="300" height="179" /></p>
<p><code>server source-ip 192.168.11.2 255.255.255.0 192.168.11.1</code></p>
<p><code> </code></p>
<p><code>!</code></p>
<p><code>context default</p>
<p>!</p>
<p>server real web01 192.168.11.10</p>
<p>port http</p>
<p>port http url "HEAD /"</p>
<p>!</p>
<p>server real web02 192.168.11.20</p>
<p>port http</p>
<p>port http url "HEAD /"</p>
<p>!</p>
<p>server real web03 192.168.11.30</p>
<p>port http</p>
<p>port http url "HEAD /"</p>
<p>!</p>
<p>!</p>
<p>server virtual wts-virt1 192.168.11.100</p>
<p>predictor least-conn</p>
<p>port http</p>
<p>bind http web01 http web02 http web03 http</p>
<p>!</p>
<p>vlan 1 name DEFAULT-VLAN by port</p>
<p>!</p>
<p>vlan 2 by port</p>
<p>!</p>
<p>aaa authentication web-server default local</p>
<p>no enable aaa console</p>
<p>ip address 192.168.11.254 255.255.255.0</p>
<p>ip default-gateway 192.168.11.1</p>
<p>username admin XXX</p>
<p>!</p>
<p>end</p>
<p></code></p>
<blockquote>
<p><code></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server source-ip 192.168.10.2 255.255.255.0 192.168.10.1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">context default</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server real web01 192.168.10.10</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http url "HEAD /"</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server real web02 192.168.10.20</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http url "HEAD /"</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server real web03 192.168.10.30</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http url "HEAD /"</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server virtual wts-virt1 192.168.10.100</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">predictor least-conn</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port http</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">bind http web01 http web02 http web03 http</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">vlan 1 name DEFAULT-VLAN by port</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">vlan 2 by port</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">aaa authentication web-server default local</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">no enable aaa console</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">ip address 192.168.10.254 255.255.255.0</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">ip default-gateway 192.168.10.1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">telnet server</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">username admin password .....</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">password-change telnet-cli</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">snmp-server</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 60px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">en</div>
<p></code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://rogierm.redbee.nl/blog/2009/07/17/serveriron-4g-example-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
