<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.philb.org</title>
	<atom:link href="http://www.philb.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philb.org/blog</link>
	<description>le blog de philb</description>
	<lastBuildDate>Wed, 17 Feb 2010 22:15:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuration d’un routeur Cisco 2600 IOS 12.4 : serveur DHCP</title>
		<link>http://www.philb.org/blog/2010/02/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-serveur-dhcp/</link>
		<comments>http://www.philb.org/blog/2010/02/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-serveur-dhcp/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:17:27 +0000</pubDate>
		<dc:creator>philb</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[routeur]]></category>
		<category><![CDATA[serveur]]></category>

		<guid isPermaLink="false">http://www.philb.org/blog/?p=86</guid>
		<description><![CDATA[Nous allons configurer notre routeur en serveur DHCP pour le LAN.

Un serveur DHCP distribue des adresses IP aux machines qui en font la demande sur le LAN. Le serveur distribue les adresses à partir d&#8217;un pool d&#8217;adresses; à 2 demandes consécutives à partir d&#8217;une même machine, on n&#8217;obtient pas obligatoirement la même adresse. Et si [...]]]></description>
		<wfw:commentRss>http://www.philb.org/blog/2010/02/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-serveur-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuration d’un routeur Cisco 2600 IOS 12.4 : serveur DNS</title>
		<link>http://www.philb.org/blog/2010/02/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-serveur-dns/</link>
		<comments>http://www.philb.org/blog/2010/02/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-serveur-dns/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:23:37 +0000</pubDate>
		<dc:creator>philb</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[routeur]]></category>

		<guid isPermaLink="false">http://www.philb.org/blog/?p=102</guid>
		<description><![CDATA[Notre routeur 2621XM fonctionnant sous IOS 12.4 peut aussi faire office de serveur DNS pour notre petit réseau local.

philb@core2:~$ cat /etc/resolv.conf
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
domain philb.net
nameserver 192.168.100.62
# /etc/resolv.conf.tail can replace this line
philb@core2:~$ ping core2.philb.local
ping: unknown host core2.philb.local
philb@core2:~$

Voyons comment configurer un serveur DNS pour la zone philb.local sur notre routeur&#8230;


router#configure [...]]]></description>
		<wfw:commentRss>http://www.philb.org/blog/2010/02/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-serveur-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuration d&#8217;un routeur Cisco 2600 IOS 12.4 : Les interfaces, sans DHCP</title>
		<link>http://www.philb.org/blog/2010/01/configuration-dun-routeur-cisco-2600-ios-12-4-les-interfaces-sans-dhcp/</link>
		<comments>http://www.philb.org/blog/2010/01/configuration-dun-routeur-cisco-2600-ios-12-4-les-interfaces-sans-dhcp/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:09:42 +0000</pubDate>
		<dc:creator>philb</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[routeur]]></category>

		<guid isPermaLink="false">http://www.philb.org/blog/?p=79</guid>
		<description><![CDATA[OK, nous avons vu précédemment comment configurer les interfaces de notre routeur&#8230;. Mais&#8230; on a utiliser du DHCP&#8230; et le DHCP, c&#8217;est magique&#8230; ça configure tout automatiquement: le resolver, la route par défaut, etc&#8230;
Donc, comment configurer manuellement le resolver et le routage ?

Etat actuel:
Router#show interfaces
FastEthernet0/0 is administratively down, line protocol is down
  Hardware is [...]]]></description>
		<wfw:commentRss>http://www.philb.org/blog/2010/01/configuration-dun-routeur-cisco-2600-ios-12-4-les-interfaces-sans-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuration d’un routeur Cisco 2600 IOS 12.4 : Mise à l&#8217;heure par NTP</title>
		<link>http://www.philb.org/blog/2010/01/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-mise-a-lheure-par-ntp/</link>
		<comments>http://www.philb.org/blog/2010/01/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-mise-a-lheure-par-ntp/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:37:40 +0000</pubDate>
		<dc:creator>philb</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[heure]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[routeur]]></category>

		<guid isPermaLink="false">http://www.philb.org/blog/?p=62</guid>
		<description><![CDATA[Router#show clock
*00:07:27.092 UTC Fri Mar 1 2002

Oups! Notre routeur n&#8217;est pas à l&#8217;heure&#8230; Voyons comment le configurer automatiquement via le protocole NTP http://www.pool.ntp.org/fr/.


Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ntp server 0.fr.pool.ntp.org
Translating "0.fr.pool.ntp.org"...domain server (192.168.100.62) [OK]

Router(config)#^Z
Router#
*Mar  1 00:07:50.202: %SYS-5-CONFIG_I: Configured from console by console

Vérifions si la configuration fonctionne:
Router#show clock
21:30:17.756 UTC Mon [...]]]></description>
		<wfw:commentRss>http://www.philb.org/blog/2010/01/configuration-d%e2%80%99un-routeur-cisco-2600-ios-12-4-mise-a-lheure-par-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuration d&#8217;un routeur Cisco 2600 IOS 12.4 : Les interfaces</title>
		<link>http://www.philb.org/blog/2010/01/configuration-dun-routeur-cisco-2600-ios-12-4-les-interfaces/</link>
		<comments>http://www.philb.org/blog/2010/01/configuration-dun-routeur-cisco-2600-ios-12-4-les-interfaces/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:12:18 +0000</pubDate>
		<dc:creator>philb</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[routeur]]></category>

		<guid isPermaLink="false">http://www.philb.org/blog/?p=38</guid>
		<description><![CDATA[Nous disposons d&#8217;un routeur Cisco 2621XM: celui-ci possède 2 interfaces FastEthernet. A terme le routeur servira pour partager une connexion Internet.

En attendant, voyons comment configurer les interfaces de notre routeur:

Attention: Les configurations présentées ci-dessous ne sont pas sécurisées, et présentent uniquement la configuration des interfaces. La sécurisation du routeur et les fonctionnalités de NAT/PAT seront [...]]]></description>
		<wfw:commentRss>http://www.philb.org/blog/2010/01/configuration-dun-routeur-cisco-2600-ios-12-4-les-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prise en main d&#8217;un routeur cisco 2600 IOS 12.4</title>
		<link>http://www.philb.org/blog/2010/01/prise-en-main-dun-routeur-cisco-2600-ios-12-4/</link>
		<comments>http://www.philb.org/blog/2010/01/prise-en-main-dun-routeur-cisco-2600-ios-12-4/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:05:08 +0000</pubDate>
		<dc:creator>philb</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[port série]]></category>
		<category><![CDATA[routeur]]></category>

		<guid isPermaLink="false">http://www.philb.org/blog/?p=5</guid>
		<description><![CDATA[
Brancher le routeur électriquement, et connecter le cable console au routeur et à un PC. La démo suppose un PC fonctionnant sous Slackware Linux.


Vérifier les droits Linux:
philb@core2:~$ sudo su -
root@core2:~# ls -al /dev/ttyS0
crw-rw---- 1 root dialout 4, 64 2010-01-19 13:34 /dev/ttyS0
root@core2:~# vigr

Modifier la ligne suivante pour s&#8217;ajouter au groupe &#171;&#160;dialout&#160;&#187;
dialout:x:16:uucp,philb

Penser à se deconnecter / reconnecter [...]]]></description>
		<wfw:commentRss>http://www.philb.org/blog/2010/01/prise-en-main-dun-routeur-cisco-2600-ios-12-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
