<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>Posteet: reseau</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/posteet_reseau" /><feedburner:info uri="posteet_reseau" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
        <title>Gestion des routes sous Linux</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/W4uXhqnwJYY/2101</link>
        <description>
        <![CDATA[<pre># Ajouter une route par defaut
route add default gw 192.168.0.1

# Afficher les routes
route -n

# Supprimer une route
route del -net 192.168.0.1/24</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a>  <a href="http://www.posteet.com/tags/routage">[routage]</a> ]]>        </description>
        <dc:creator>sox</dc:creator>
        <pubDate>Tue, 28 Sep 2010 10:34:46 +0200</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>reseau</category>
            <category>routage</category>
    
    <feedburner:origLink>http://www.posteet.com/view/2101</feedburner:origLink></item>

  
    <item>
        <title>Configuration réseau sous Fedora core 6</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/CWu7aalWhZw/830</link>
        <description>
        <![CDATA[<pre>fichier :  /etc/sysconfig/network-scripts/ifcfg-eth2
configuration :
DEVICE=eth2
BOOTPROTO=static
ONBOOT=yes
HWADDR=00:1a:20:6a:d8:a4
IPADDR=192.168.1.129
NETMASK=255.255.255.128

fichier : /etc/sysconfig/network
configuration :
NETWORKING=yes
HOSTNAME=toto.lan.fr
GATEWAY=192.168.1.254</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/configuration">[configuration]</a>  <a href="http://www.posteet.com/tags/fedora">[fedora]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Fri, 14 Mar 2008 15:17:37 +0100</pubDate>

            <category>bash</category>
            <category>configuration</category>
            <category>fedora</category>
            <category>linux</category>
            <category>reseau</category>
    
    <feedburner:origLink>http://www.posteet.com/view/830</feedburner:origLink></item>

  
    <item>
        <title>Récupérer l'adresse ip publique</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/Zrm_U_h16g8/216</link>
        <description>
        <![CDATA[<pre>#L'appel à iconv n'est nécessaire que si votre système utilise utf8 comme jeu de caractères par défaut (ce qui devient de plus en plus courant) au lieu d'iso8859-1 (latin-1).
wget -q www.monip.org -O -  | iconv -f iso8859-1 -t utf8 | sed -nre 's/^.* (([0-9]{1,3}\.){3}[0-9]{1,3}).*$/\1/p'</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/ip">[ip]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Mon, 05 Nov 2007 11:04:56 +0100</pubDate>

            <category>bash</category>
            <category>ip</category>
            <category>linux</category>
            <category>reseau</category>
            <category>shell</category>
    
    <feedburner:origLink>http://www.posteet.com/view/216</feedburner:origLink></item>

  
    <item>
        <title>Désactiver le window scaling ipv4 (règle des problèmes de connexion avec certain FAI type Alice)</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/GqgUDCnk5RU/184</link>
        <description>
        <![CDATA[<pre>dans le fichier : 
/etc/sysctl.conf

net.ipv4.tcp_window_scaling = 0</pre> <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a> ]]>        </description>
        <dc:creator>michubuntu</dc:creator>
        <pubDate>Sun, 04 Nov 2007 21:24:00 +0100</pubDate>

            <category>linux</category>
            <category>reseau</category>
    
    <feedburner:origLink>http://www.posteet.com/view/184</feedburner:origLink></item>

  
    <item>
        <title>Récupérer le nombre total d'octet transféré sur une interface</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/IzgmaoguKUU/135</link>
        <description>
        <![CDATA[<pre>#Remplacez &quot;eth0&quot; par l'interface concernée. 
#Octets reçus :
/sbin/ifconfig eth0 | grep bytes | sed -e &quot;s/TX.*//g&quot; | sed -e &quot;s/.*RX/RX/g&quot;
#Octets envoyés :
/sbin/ifconfig eth0 | grep bytes | sed -e &quot;s/.*TX/TX/g&quot;
#Les deux :
/sbin/ifconfig eth0 | grep bytes | sed -e &quot;s/.*RX/RX/g</pre> <a href="http://www.posteet.com/tags/Bash">[Bash]</a>  <a href="http://www.posteet.com/tags/Linux">[Linux]</a>  <a href="http://www.posteet.com/tags/Reseau">[Reseau]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>daneel</dc:creator>
        <pubDate>Sat, 03 Nov 2007 17:42:05 +0100</pubDate>

            <category>Bash</category>
            <category>Linux</category>
            <category>Reseau</category>
            <category>shell</category>
    
    <feedburner:origLink>http://www.posteet.com/view/135</feedburner:origLink></item>

  
    <item>
        <title>Récupérer l'adresse ip publique (vue depuis internet)</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/6XKFXlOgz4Y/134</link>
        <description>
        <![CDATA[<pre>#L'appel à iconv n'est nécessaire que si votre système utilise utf8 comme jeu de caractères par défaut (ce qui devient de plus en plus courant) au lieu d'iso8859-1 (latin-1).
wget -q www.monip.org -O ip.tmp &amp;&amp; cat ip.tmp | iconv -f iso8859-1 -t utf8 | sed -nre 's/^.* (([0-9]{1,3}\.){3}[0-9]{1,3}).*$/\1/p' &amp;&amp; rm -f ip.tmp</pre> <a href="http://www.posteet.com/tags/Bash">[Bash]</a>  <a href="http://www.posteet.com/tags/Linux">[Linux]</a>  <a href="http://www.posteet.com/tags/Reseau">[Reseau]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>daneel</dc:creator>
        <pubDate>Sat, 03 Nov 2007 17:40:14 +0100</pubDate>

            <category>Bash</category>
            <category>Linux</category>
            <category>Reseau</category>
            <category>shell</category>
    
    <feedburner:origLink>http://www.posteet.com/view/134</feedburner:origLink></item>

  
    <item>
        <title>Récupérer l'ip d'une interface réseau (ou son masque réseau)</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/Z_OxC2Q4ARg/133</link>
        <description>
        <![CDATA[<pre>#Où eth0 est l'interface pour laquelle vous voulez l'ip.
#Remplacer -f2 du premier cut par -f3 pour obtenir le masque du réseau.
/sbin/ifconfig eth0 | head -n 2 | tail -n 1 | cut -d&quot;:&quot; -f2 | cut -d&quot; &quot; -f1</pre> <a href="http://www.posteet.com/tags/Bash">[Bash]</a>  <a href="http://www.posteet.com/tags/Linux">[Linux]</a>  <a href="http://www.posteet.com/tags/Reseau">[Reseau]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>daneel</dc:creator>
        <pubDate>Sat, 03 Nov 2007 17:37:59 +0100</pubDate>

            <category>Bash</category>
            <category>Linux</category>
            <category>Reseau</category>
            <category>shell</category>
    
    <feedburner:origLink>http://www.posteet.com/view/133</feedburner:origLink></item>

  
    <item>
        <title>Récupérer le nom de l'interface Wifi</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/E3Wm23cKat4/132</link>
        <description>
        <![CDATA[<pre>#Testé sous Fedora
grep -a2 Wireless /etc/sysconfig/hwconf | grep device | cut -d &quot; &quot; -f2</pre> <a href="http://www.posteet.com/tags/Bash">[Bash]</a>  <a href="http://www.posteet.com/tags/Linux">[Linux]</a>  <a href="http://www.posteet.com/tags/Reseau">[Reseau]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>daneel</dc:creator>
        <pubDate>Sat, 03 Nov 2007 17:36:44 +0100</pubDate>

            <category>Bash</category>
            <category>Linux</category>
            <category>Reseau</category>
            <category>shell</category>
    
    <feedburner:origLink>http://www.posteet.com/view/132</feedburner:origLink></item>

  
    <item>
        <title>gestion des routes sous Linux</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/ZF1y1ll9Lwo/68</link>
        <description>
        <![CDATA[<pre>#ajouter une route par defaut
route add default gw 192.168.0.1

#afficher les routes
route -n

# supprimer une route
route del -net 192.168.0.1/24</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a>  <a href="http://www.posteet.com/tags/routage">[routage]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 08:18:23 +0200</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>reseau</category>
            <category>routage</category>
    
    <feedburner:origLink>http://www.posteet.com/view/68</feedburner:origLink></item>

  
    <item>
        <title>créer un interface réseau virtuel sous Linux</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/B_yK09L0vsQ/67</link>
        <description>
        <![CDATA[<pre>ifconfig eth0:1 192.168.0.4
#ou 1 est le numéro de l'interface virtuel</pre> <a href="http://www.posteet.com/tags/astuces">[astuces]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 07:57:04 +0200</pubDate>

            <category>astuces</category>
            <category>linux</category>
            <category>reseau</category>
    
    <feedburner:origLink>http://www.posteet.com/view/67</feedburner:origLink></item>

  
    <item>
        <title>renumérotation des interfaces réseau sous Debian</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/suqpI5YkC0w/60</link>
        <description>
        <![CDATA[<pre># accedez à ce fichier
/etc/udev/rules.d/z25_persistent-net.rules

# on trouve à l'interieur, l association adresse mac avec l'interface linux</pre> <a href="http://www.posteet.com/tags/adresse mac">[adresse mac]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Tue, 09 Oct 2007 13:21:53 +0200</pubDate>

            <category>adresse mac</category>
            <category>linux</category>
            <category>reseau</category>
    
    <feedburner:origLink>http://www.posteet.com/view/60</feedburner:origLink></item>

  
    <item>
        <title>Utilisation de samba</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/JKmk6F0P7Oc/30</link>
        <description>
        <![CDATA[<pre>#Lister les répertoires partagés par une machine :
smbclient –L //server (ip ou nom ) –U utilisateur 

#Monter un repertoire partagé via smbmount :
smbmount //server/rep /mnt/lan –o username=toto,password=toto</pre> <a href="http://www.posteet.com/tags/reseau">[reseau]</a>  <a href="http://www.posteet.com/tags/samba">[samba]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Tue, 25 Sep 2007 08:30:07 +0200</pubDate>

            <category>reseau</category>
            <category>samba</category>
    
    <feedburner:origLink>http://www.posteet.com/view/30</feedburner:origLink></item>

  
    <item>
        <title>flood table adresse mac</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/jDzep1FHKfo/17</link>
        <description>
        <![CDATA[<pre>macof -i eth1 -d 192.168.0.1
#-d : destination</pre> <a href="http://www.posteet.com/tags/cracking">[cracking]</a>  <a href="http://www.posteet.com/tags/flood">[flood]</a>  <a href="http://www.posteet.com/tags/mac">[mac]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Mon, 24 Sep 2007 08:48:25 +0200</pubDate>

            <category>cracking</category>
            <category>flood</category>
            <category>mac</category>
            <category>reseau</category>
    
    <feedburner:origLink>http://www.posteet.com/view/17</feedburner:origLink></item>

  
    <item>
        <title>affichage contenu des trames tcpdump</title>
        <link>http://feedproxy.google.com/~r/posteet_reseau/~3/rJYD5Lp-stc/16</link>
        <description>
        <![CDATA[<pre>tcpdump -vv -n -X -x -s 1500 host 192.168.0.2 and not port 22
#-n : ip au lieu de nom DNS
#-X -x -S 0 : affichage du contenu des trames</pre> <a href="http://www.posteet.com/tags/reseau">[reseau]</a>  <a href="http://www.posteet.com/tags/scanner">[scanner]</a>  <a href="http://www.posteet.com/tags/tcpdump">[tcpdump]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Mon, 24 Sep 2007 08:47:23 +0200</pubDate>

            <category>reseau</category>
            <category>scanner</category>
            <category>tcpdump</category>
    
    <feedburner:origLink>http://www.posteet.com/view/16</feedburner:origLink></item>


</channel>
</rss>

