<?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: Setting up HTB on CentOS 6	</title>
	<atom:link href="https://sophiedogg.com/setting-up-htb-on-centos-6/feed/" rel="self" type="application/rss+xml" />
	<link>https://sophiedogg.com/setting-up-htb-on-centos-6/</link>
	<description>Dogg of all trades, Master of no one.</description>
	<lastBuildDate>Sat, 09 Oct 2021 12:02:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6</generator>
	<item>
		<title>
		By: SophieDogg		</title>
		<link>https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4562</link>

		<dc:creator><![CDATA[SophieDogg]]></dc:creator>
		<pubDate>Sun, 22 Dec 2013 14:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://sophiedogg.com/?p=760#comment-4562</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4561&quot;&gt;Nabin Limbu&lt;/a&gt;.

Hi Nabin,

I took a look at the htb.init script, and looking at two of the examples from the documentation, lead me to believe the original rules were correct.  Here are the examples I am referencing:

&lt;pre&gt;#	RULE=10.5.5.5:80,
#		selects traffic going from port 80 of single host 10.5.5.5

#	RULE=10.1.1.0/24:80
#		selects traffic going to port 80 in network 10.1.1.0&lt;/pre&gt;

This makes me think the &lt;tt&gt;RULE=*:22,&lt;/tt&gt; would apply to traffic going from port 22, and &lt;tt&gt;RULE=*:80&lt;/tt&gt; would apply to traffic going to port 22.  Hopefully this is correct, but if you find that I am incorrect, please let me know.

Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4561">Nabin Limbu</a>.</p>
<p>Hi Nabin,</p>
<p>I took a look at the htb.init script, and looking at two of the examples from the documentation, lead me to believe the original rules were correct.  Here are the examples I am referencing:</p>
<pre>#	RULE=10.5.5.5:80,
#		selects traffic going from port 80 of single host 10.5.5.5

#	RULE=10.1.1.0/24:80
#		selects traffic going to port 80 in network 10.1.1.0</pre>
<p>This makes me think the <tt>RULE=*:22,</tt> would apply to traffic going from port 22, and <tt>RULE=*:80</tt> would apply to traffic going to port 22.  Hopefully this is correct, but if you find that I am incorrect, please let me know.</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nabin Limbu		</title>
		<link>https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4561</link>

		<dc:creator><![CDATA[Nabin Limbu]]></dc:creator>
		<pubDate>Fri, 20 Dec 2013 05:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://sophiedogg.com/?p=760#comment-4561</guid>

					<description><![CDATA[Hi,

I think below 2 rules specifies same thing
RULE=*:22,
RULE=*:22

Rather to control to-and-fro ssh traffic
RULE=*:22,
RULE=,*:22

Pls suggest if I&#039;m wrong.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I think below 2 rules specifies same thing<br />
RULE=*:22,<br />
RULE=*:22</p>
<p>Rather to control to-and-fro ssh traffic<br />
RULE=*:22,<br />
RULE=,*:22</p>
<p>Pls suggest if I&#8217;m wrong.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SophieDogg		</title>
		<link>https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4369</link>

		<dc:creator><![CDATA[SophieDogg]]></dc:creator>
		<pubDate>Wed, 14 Aug 2013 22:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://sophiedogg.com/?p=760#comment-4369</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4362&quot;&gt;FoxRed&lt;/a&gt;.

Yes, just replace the asterisks in the rules with the specific address!
&lt;pre&gt;RULE=*:22,
RULE=*:22&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4362">FoxRed</a>.</p>
<p>Yes, just replace the asterisks in the rules with the specific address!</p>
<pre>RULE=*:22,
RULE=*:22</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FoxRed		</title>
		<link>https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-4362</link>

		<dc:creator><![CDATA[FoxRed]]></dc:creator>
		<pubDate>Tue, 30 Jul 2013 06:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://sophiedogg.com/?p=760#comment-4362</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-3677&quot;&gt;SophieDogg&lt;/a&gt;.

Could it possible to control bandwidth for a specific address?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-3677">SophieDogg</a>.</p>
<p>Could it possible to control bandwidth for a specific address?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SophieDogg		</title>
		<link>https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-3677</link>

		<dc:creator><![CDATA[SophieDogg]]></dc:creator>
		<pubDate>Sun, 03 Feb 2013 15:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://sophiedogg.com/?p=760#comment-3677</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-3676&quot;&gt;cheikh&lt;/a&gt;.

Give it a try and let me know!  I hope it works for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-3676">cheikh</a>.</p>
<p>Give it a try and let me know!  I hope it works for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cheikh		</title>
		<link>https://sophiedogg.com/setting-up-htb-on-centos-6/#comment-3676</link>

		<dc:creator><![CDATA[cheikh]]></dc:creator>
		<pubDate>Sun, 03 Feb 2013 12:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://sophiedogg.com/?p=760#comment-3676</guid>

					<description><![CDATA[This article looks very helpfull. I would like to try it , i have a 1megabits/s ADSL connexion shared with around 40 users. My LAN is  connected with the modem by two radio antenna.I have a proxy squid server with iptables running in my LAN but my ADSL connexion is still bad . I hope that this article could help me]]></description>
			<content:encoded><![CDATA[<p>This article looks very helpfull. I would like to try it , i have a 1megabits/s ADSL connexion shared with around 40 users. My LAN is  connected with the modem by two radio antenna.I have a proxy squid server with iptables running in my LAN but my ADSL connexion is still bad . I hope that this article could help me</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
