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

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

    
    <item>
        <title>allumer serveur tftp sous fedora</title>
        <link>http://www.posteet.com/view/996</link>
        <description>
        <![CDATA[<pre>chkconfig tftp on</pre> <a href="http://www.posteet.com/tags/fedora">[fedora]</a>  <a href="http://www.posteet.com/tags/serveur">[serveur]</a>  <a href="http://www.posteet.com/tags/tftp">[tftp]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Tue, 03 Jun 2008 12:23:02 +0000</pubDate>

            <category>fedora</category>
            <category>serveur</category>
            <category>tftp</category>
    
    </item>

  
    <item>
        <title>Configuration Bind sur Fedora Core 8 en tant que relai au sein d'un reseau local</title>
        <link>http://www.posteet.com/view/860</link>
        <description>
        <![CDATA[<pre>#fichier /etc/named.conf
# Tous les changements ont  lieu dans la section options
options {
        listen-on port 53 { 127.0.0.1; 192.168.1.129; };  //liste des ips sur lequels le serveur est en ecoute
        listen-on-v6 port 53 { ::1; };
        directory       &quot;/var/named&quot;;
        dump-file       &quot;/var/named/data/cache_dump.db&quot;;
        statistics-file &quot;/var/named/data/named_stats.txt&quot;;
        memstatistics-file &quot;/var/named/data/named_mem_stats.txt&quot;;
        allow-query     { localhost; 0.0.0.0/0; }; // machines ayant droit de faire des requetes sur notre serveur DNS
        recursion yes;
        forwarders {
                193.50.230.240; // adresse IP du serveur DNS vers lequel on renvoie toutes les requetes DNS
        };
};</pre> <a href="http://www.posteet.com/tags/bind">[bind]</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/forward">[forward]</a>  <a href="http://www.posteet.com/tags/relai">[relai]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Fri, 04 Apr 2008 12:03:35 +0000</pubDate>

            <category>bind</category>
            <category>configuration</category>
            <category>fedora</category>
            <category>forward</category>
            <category>relai</category>
    
    </item>

  
    <item>
        <title>Configuration réseau sous Fedora core 6</title>
        <link>http://www.posteet.com/view/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 14:17:37 +0000</pubDate>

            <category>bash</category>
            <category>configuration</category>
            <category>fedora</category>
            <category>linux</category>
            <category>reseau</category>
    
    </item>

  
    <item>
        <title>Configure static routes in Debian or Red Hat Linux systems</title>
        <link>http://www.posteet.com/view/98</link>
        <description>
        <![CDATA[<pre># Use of ip command
ip route add 192.168.55.0/24 via 192.168.1.254 dev eth1
route add -net 192.168.55.0 netmask 255.255.255.0 gw 192.168.1.254 dev eth1

#----------------------------------------------
# Red Hat/Fedora Linux Static route file
#----------------------------------------------
cat /etc/sysconfig/network-scripts/route-eth0

GATEWAY0=192.168.1.254
NETMASK0=255.255.255.0
ADDRESS0=192.168.55.0

GATEWAY1=10.164.234.112
NETMASK1= 255.255.255.240
ADDRESS1=10.164.234.132

#------------------------------------
# Debian Linux static routes file
#------------------------------------
cat /etc/network/interface

auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.254
up route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1
down route del -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1</pre> <a href="http://www.posteet.com/tags/debian">[debian]</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/red hat">[red hat]</a>  <a href="http://www.posteet.com/tags/route">[route]</a>  <a href="http://www.posteet.com/tags/static">[static]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Fri, 19 Oct 2007 11:28:51 +0000</pubDate>

            <category>debian</category>
            <category>fedora</category>
            <category>linux</category>
            <category>red hat</category>
            <category>route</category>
            <category>static</category>
    
    </item>


</channel>
</rss>
