<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: mac,network</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Limit bandwith for a specific protocol on MacOS</title>
        <link>http://www.posteet.com/view/1105</link>
        <description>
        <![CDATA[<pre># MacOS is able to limit bandwith form specific protocol or source-ip on the fly. Creating an bandwidth limtation rule won't break your download 

#Build a pipe with a limited bandwidth (example 1Mbits/s)
sudo ipfw pipe 1 config bw 1Mbit/s

#Assign a rule to redirect the protocol on that pipe (for example http from www.example.com)
sudo ipfw add 1 pipe 1 proto tcp src-port 80 src-ip www.example.com

#You can show your pipe like that
sudo ipfw pipe show

#Delete the created pipe with that both comands
# delete the redirection rule :
sudo ipfw del 1 
# delete the pipe :
sudo ipfw pipe 1 delete</pre> <a href="http://www.posteet.com/tags/bandwidth">[bandwidth]</a>  <a href="http://www.posteet.com/tags/ipfw">[ipfw]</a>  <a href="http://www.posteet.com/tags/mac">[mac]</a>  <a href="http://www.posteet.com/tags/MacOS">[MacOS]</a>  <a href="http://www.posteet.com/tags/network">[network]</a> ]]>        </description>
        <dc:creator>reorx</dc:creator>
        <pubDate>Wed, 16 Jul 2008 10:22:52 +0000</pubDate>

            <category>bandwidth</category>
            <category>ipfw</category>
            <category>mac</category>
            <category>MacOS</category>
            <category>network</category>
    
    </item>

  
    <item>
        <title>Changer l'adresse mac</title>
        <link>http://www.posteet.com/view/142</link>
        <description>
        <![CDATA[<pre>#passer en root
ifconfig eth0 hw ether AA:BB:CC:DD:EE:FF</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/ifconfig">[ifconfig]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/mac">[mac]</a>  <a href="http://www.posteet.com/tags/network">[network]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>jon207</dc:creator>
        <pubDate>Sat, 03 Nov 2007 17:04:33 +0000</pubDate>

            <category>bash</category>
            <category>ifconfig</category>
            <category>linux</category>
            <category>mac</category>
            <category>network</category>
            <category>shell</category>
    
    </item>


</channel>
</rss>
