<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ubuntu Subinterfaces</title>
	<atom:link href="http://www.wantlinux.net/2009/04/ubuntu-subinterfaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wantlinux.net/2009/04/ubuntu-subinterfaces/</link>
	<description>WantLinux.net Ubuntu the way I like it.</description>
	<lastBuildDate>Tue, 17 Aug 2010 08:38:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Register now and get 50% off your initial purchase of the FatCow $88 plan</title>
		<link>http://www.wantlinux.net/2009/04/ubuntu-subinterfaces/comment-page-1/#comment-862</link>
		<dc:creator>Register now and get 50% off your initial purchase of the FatCow $88 plan</dc:creator>
		<pubDate>Tue, 10 Aug 2010 20:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=69#comment-862</guid>
		<description>&lt;strong&gt;when only one will do.....&lt;/strong&gt;

sometimes you to only enjoy one post today check this one....</description>
		<content:encoded><![CDATA[<p><strong>when only one will do&#8230;..</strong></p>
<p>sometimes you to only enjoy one post today check this one&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://www.wantlinux.net/2009/04/ubuntu-subinterfaces/comment-page-1/#comment-375</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=69#comment-375</guid>
		<description>I would start by getting a server setup as a trunk, and then work with your DHCP server settings.  Use the link below to help.

http://ubuntuforums.org/showthread.php?t=703387</description>
		<content:encoded><![CDATA[<p>I would start by getting a server setup as a trunk, and then work with your DHCP server settings.  Use the link below to help.</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=703387" rel="nofollow">http://ubuntuforums.org/showthread.php?t=703387</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.wantlinux.net/2009/04/ubuntu-subinterfaces/comment-page-1/#comment-373</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=69#comment-373</guid>
		<description>Hi,

I&#039;d like to add DHCP Pools and/or IP Ranges per subinterface. Is this something recommended in my case?

1) I want to replace Cisco routing “DHCP Pools” in favor of a true DHCP Server. My problems are, in our environment, we primarily use VLANs and IP ranges within each Vlan for traffic reasons. We have network probes that require the use of an IP range per probe for test purposes.

a. See example below.

b. We have 500 Vlans in our test environment and require Vlans 500-999, each with its own IP range.

Cisco 7206 Config:
ip dhcp pool vlan500
   network 10.115.50.0 255.255.255.240
   dns-server 10.15.12.9 10.10.1.10
   default-router 10.115.50.1
   domain-name dvlab.acterna.com
   lease 10
!
interface GigabitEthernet5/0.500
 encapsulation dot1Q 500
 ip address 10.115.50.1 255.255.255.240
 ip access-group 100 in
 ip nat inside
 no cdp enable

Probe Vlan and IP ranges

Vlan    GW               Start            End              Mask

500     10.115.50.1    10.115.50.2   10.115.50.14  255.255.255.240

501     10.115.50.17  10.115.50.18  10.115.50.30  255.255.255.240

502     10.115.50.33  10.115.50.34  10.115.50.46  255.255.255.240
.
.
999

Regards,
-John</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;d like to add DHCP Pools and/or IP Ranges per subinterface. Is this something recommended in my case?</p>
<p>1) I want to replace Cisco routing “DHCP Pools” in favor of a true DHCP Server. My problems are, in our environment, we primarily use VLANs and IP ranges within each Vlan for traffic reasons. We have network probes that require the use of an IP range per probe for test purposes.</p>
<p>a. See example below.</p>
<p>b. We have 500 Vlans in our test environment and require Vlans 500-999, each with its own IP range.</p>
<p>Cisco 7206 Config:<br />
ip dhcp pool vlan500<br />
   network 10.115.50.0 255.255.255.240<br />
   dns-server 10.15.12.9 10.10.1.10<br />
   default-router 10.115.50.1<br />
   domain-name dvlab.acterna.com<br />
   lease 10<br />
!<br />
interface GigabitEthernet5/0.500<br />
 encapsulation dot1Q 500<br />
 ip address 10.115.50.1 255.255.255.240<br />
 ip access-group 100 in<br />
 ip nat inside<br />
 no cdp enable</p>
<p>Probe Vlan and IP ranges</p>
<p>Vlan    GW               Start            End              Mask</p>
<p>500     10.115.50.1    10.115.50.2   10.115.50.14  255.255.255.240</p>
<p>501     10.115.50.17  10.115.50.18  10.115.50.30  255.255.255.240</p>
<p>502     10.115.50.33  10.115.50.34  10.115.50.46  255.255.255.240<br />
.<br />
.<br />
999</p>
<p>Regards,<br />
-John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

