<?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>cyborgworkshop.org &#187; interface</title>
	<atom:link href="http://cyborgworkshop.org/tag/interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyborgworkshop.org</link>
	<description>Blurring the line</description>
	<lastBuildDate>Wed, 18 May 2011 13:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Binding solaris zfs iscsi to a specific interface</title>
		<link>http://cyborgworkshop.org/2009/02/17/binding-solaris-zfs-iscsi-to-a-specific-interface/</link>
		<comments>http://cyborgworkshop.org/2009/02/17/binding-solaris-zfs-iscsi-to-a-specific-interface/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 15:11:24 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=207</guid>
		<description><![CDATA[Bind an iscsi share in zfs to a specific IP]]></description>
			<content:encoded><![CDATA[<p>By default, when you enable iscsi sharing within zfs, the share is created and bound to all available ethernet interfaces. This isn&#8217;t necessarily a bad thing, but if for some reason you can reach your iscsi share via two paths, you run the chance of sending iscsi traffic over a non optimized path and really messing with your performance. Fortunately, a way exists to bind iscsi to specific interfaces using interface groups.</p>
<p>First, we need to create the interface group. This is assuming that the IP 192.168.1.1 is the IP address that is assigned to the interface (or in the case of bound channels, multiple interfaces) that you want a specific share to use.</p>
<blockquote><p>iscsitadm create tpgt<br />
iscsitadm modify tpgt -i 192.168.1.1 1</p></blockquote>
<p>A quick</p>
<blockquote><p>iscsitadm list tpgt -v 1</p></blockquote>
<p>Will let you know if this worked.</p>
<p>Now that your interface group is created, all you have to do is bind it to a specific share.</p>
<blockquote><p>iscsitadm modify target -p 1 zpool/iscsiTarget</p></blockquote>
<p>Done!  This leaves open some interesting opportunities for using the same iscsi SAN to service connections on different networks in a relatively secure manner.  Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2009/02/17/binding-solaris-zfs-iscsi-to-a-specific-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding more then 255 IPs to an interface in Solaris</title>
		<link>http://cyborgworkshop.org/2008/05/26/adding-more-then-255-ips-to-an-interface-in-solaris/</link>
		<comments>http://cyborgworkshop.org/2008/05/26/adding-more-then-255-ips-to-an-interface-in-solaris/#comments</comments>
		<pubDate>Mon, 26 May 2008 14:00:36 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[255]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=52</guid>
		<description><![CDATA[By default, solaris will only let you add 255 IP addresses to an interface. You&#8217;ll know you hit the limit when you get an out of buffer message when you try to add your next one. In Solaris 2.5, you&#8217;re pretty much stuck with this limitation. In solaris 2.6 and higher, you can run the [...]]]></description>
			<content:encoded><![CDATA[<p>By default, solaris will only let you add 255 IP addresses to an interface. You&#8217;ll know you hit the limit when you get an out of buffer message when you try to add your next one. In Solaris 2.5, you&#8217;re pretty much stuck with this limitation. In solaris 2.6 and higher, you can run the followng to up that limit as high as 8192.  Past 8192, you&#8217;ll need to add another interface. </p>
<blockquote><p>/usr/sbin/ndd -set /dev/ip ip_addrs_per_if 8192</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/05/26/adding-more-then-255-ips-to-an-interface-in-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

