<?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 for Want Linux</title>
	<atom:link href="http://www.wantlinux.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wantlinux.net</link>
	<description>WantLinux.net Ubuntu the way I like it.</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:30:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Retrosheet Baseball Mysql database download by David Pinto</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-377</link>
		<dc:creator>David Pinto</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-377</guid>
		<description>Yes, that would be great.  If you want you can zip them and mail them to pinto@baseballmusings.com.

Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, that would be great.  If you want you can zip them and mail them to <a href="mailto:pinto@baseballmusings.com">pinto@baseballmusings.com</a>.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrosheet Baseball Mysql database download by Darrell</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-376</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-376</guid>
		<description>I could get you the 2009 csv files for each table to import if that will work for you?</description>
		<content:encoded><![CDATA[<p>I could get you the 2009 csv files for each table to import if that will work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Subinterfaces 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>Comment on Retrosheet Baseball Mysql database download by David Pinto</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-374</link>
		<dc:creator>David Pinto</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-374</guid>
		<description>Darrell,

I have through 2008 loaded on my machine.  Is there a way of just loading 2009 data into the existing MySQL database?</description>
		<content:encoded><![CDATA[<p>Darrell,</p>
<p>I have through 2008 loaded on my machine.  Is there a way of just loading 2009 data into the existing MySQL database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Subinterfaces 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>
	<item>
		<title>Comment on Xten X-lite install on Ubuntu 9.04 by sebhqpra</title>
		<link>http://www.wantlinux.net/2009/04/xten-x-lite-install-on-ubuntu-904/comment-page-1/#comment-372</link>
		<dc:creator>sebhqpra</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=100#comment-372</guid>
		<description>&lt;strong&gt;sebhqpra...&lt;/strong&gt;

sebhqpra...</description>
		<content:encoded><![CDATA[<p><strong>sebhqpra&#8230;</strong></p>
<p>sebhqpra&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrosheet Baseball Mysql database download by Stephen Varga</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-371</link>
		<dc:creator>Stephen Varga</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-371</guid>
		<description>Thanks a lot for this, really awesome! I am doing a thesis project that uses this data and I&#039;m really excited not to have to recompile all this again with the 2009 data. Is playoff data included in your database?</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, really awesome! I am doing a thesis project that uses this data and I&#8217;m really excited not to have to recompile all this again with the 2009 data. Is playoff data included in your database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitch FX mysql database with pitch type by Jeff Zimmerman</title>
		<link>http://www.wantlinux.net/2009/10/pitch-fx-data-with-pitch-type/comment-page-1/#comment-370</link>
		<dc:creator>Jeff Zimmerman</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=146#comment-370</guid>
		<description>It is a large file, so it is not black.  

.gz files are zipped files, you will need to uncompress it</description>
		<content:encoded><![CDATA[<p>It is a large file, so it is not black.  </p>
<p>.gz files are zipped files, you will need to uncompress it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitch FX mysql database with pitch type by nick</title>
		<link>http://www.wantlinux.net/2009/10/pitch-fx-data-with-pitch-type/comment-page-1/#comment-369</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=146#comment-369</guid>
		<description>I think the file might still be empty, no?</description>
		<content:encoded><![CDATA[<p>I think the file might still be empty, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrosheet Baseball Mysql database download by Derek Carty</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-367</link>
		<dc:creator>Derek Carty</dc:creator>
		<pubDate>Sat, 09 Jan 2010 02:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-367</guid>
		<description>Found it, Darrell.  Never mind, and thanks again for putting this together.

http://chadwick.sourceforge.net/chapter1.html#cwevent-expanded-event-descriptor</description>
		<content:encoded><![CDATA[<p>Found it, Darrell.  Never mind, and thanks again for putting this together.</p>
<p><a href="http://chadwick.sourceforge.net/chapter1.html#cwevent-expanded-event-descriptor" rel="nofollow">http://chadwick.sourceforge.net/chapter1.html#cwevent-expanded-event-descriptor</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
