<?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>LGA aka LouLou`99</title>
	<atom:link href="http://www.segfault.be/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.segfault.be</link>
	<description>Welcome In The ^^UnKnowN^^</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:11:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nat statement allowing to simplify the change of networks</title>
		<link>http://www.segfault.be/?p=65</link>
		<comments>http://www.segfault.be/?p=65#comments</comments>
		<pubDate>Mon, 23 Jan 2012 10:11:05 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.segfault.be/?p=65</guid>
		<description><![CDATA[Hi, Imagine you need to map your local LAN behind another IP range because for example another site uses the same IP addressing. It exists a great feature on Cisco IOS to allow mapping your range towards another from a simple way (to avoid to define a static NAT for each devices you have). In [...]]]></description>
			<content:encoded><![CDATA[<pre>Hi,</pre>
<pre>Imagine you need to map your local LAN behind another IP range because for example another site uses the same IP addressing.</pre>
<pre>It exists a great feature on Cisco IOS to allow mapping your range towards another from a simple way (to avoid to define a static NAT for each devices you have). In this case we make a NAT to reach everything:</pre>
<pre>&lt;code&gt;</pre>
<pre>interface Vlan1
 description *** TO LAN CUSTOMER ***
 ip address 192.168.2.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 duplex auto
 speed auto</pre>
<pre>ip nat pool NAT 10.10.2.0 10.10.2.255 netmask 255.255.255.0 type match-host</pre>
<pre>ip nat inside source list 111 pool NAT overload</pre>
<pre>access-list 111 remark NAT_TO_DEFAULT_ROUTE_ONLY
access-list 111 permit ip 192.168.2.0 0.0.0.255 any</pre>
<pre>&lt;/code&gt;</pre>
<pre>Regards,</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Backup Cisco Configuration file to a TFTP Server</title>
		<link>http://www.segfault.be/?p=58</link>
		<comments>http://www.segfault.be/?p=58#comments</comments>
		<pubDate>Sat, 30 Jul 2011 11:06:47 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.segfault.be/?p=58</guid>
		<description><![CDATA[Here is a simple method to automate a backup of a Cisco router via a TFTP Serverv(for example, every Sunday at 23:00): Route(config)#kron policy-list Backup Router(config-kron-policy)#cli show run &#124; redirect tftp://1.1.1.1/router.cfg Router(config-kron-policy)#exit ! Router(config)#kron occurrence Backup at 23:00 Sun recurring Router(config-kron)occurrence)#policy-list Backup]]></description>
			<content:encoded><![CDATA[<p>Here is a simple method to automate a backup of a Cisco router via a TFTP Serverv(for example, every Sunday at 23:00):</p>
<p><code><br />
Route(config)#<strong>kron policy-list</strong> <em>Backup</em></code></p>
<p>Router(config-kron-policy)#<strong>cli show run | redirect</strong> tftp://1.1.1.1/router.cfg<br />
Router(config-kron-policy)#<strong>exit</strong><br />
!<br />
Router(config)#<strong>kron occurrence Backup at 23:00 Sun recurring</strong><br />
Router(config-kron)occurrence)#<strong>policy-list</strong> <em>Backup</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Policy-based routing on Cisco Catalyst 3560 series</title>
		<link>http://www.segfault.be/?p=56</link>
		<comments>http://www.segfault.be/?p=56#comments</comments>
		<pubDate>Thu, 02 Jun 2011 00:00:59 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.segfault.be/?p=56</guid>
		<description><![CDATA[Hi, Small howto for people who are interested in making policy-based routing feature on Catalyst 3560. For example you need to use 2 different default routes for various VLANs. Imagine you receive a default route via a dynamic routing protocol (BGP, OSPF, &#8230;). You need for VLAN ID 10 to take another default route for [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Small howto for people who are interested in making policy-based routing feature on Catalyst 3560.<br />
For example you need to use 2 different default routes for various VLANs.<br />
Imagine you receive a default route via a dynamic routing protocol (BGP, OSPF, &#8230;).<br />
You need for VLAN ID 10 to take another default route for a specific reason.<br />
You create another default route via a static like this:</p>
<p><code>ip route 0.0.0.0 0.0.0.0 outside_iface next_hop_ip  254</code></p>
<p>With that, this second default route will never be used because the first has a better metric.<br />
 => the need to use PBR <img src='http://www.segfault.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>First, you need to activate this feature by changing a setting in the global configuration:</p>
<p><code>sdm prefer routing</code></p>
<p>This command allows to use the PBR feature on a Cisco Catalyst 3560 series which is by default not available.<br />
You have 4 modes:</p>
<ul>
<li>routing</li>
<li>default</li>
<li>vlans</li>
<li>access</li>
</ul>
<p>You can find more information about that via this <a href=http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_25_see/configuration/guide/swsdm.html>URL</a></p>
<p>So &#8230; now you can start to configure PBR:</p>
<p>- Define an ACL to match which traffic will be affected by PBR:</p>
<p><code>access-list 2 permit 10.1.3.0 0.0.0.255</code></p>
<p>- Define a route-map to define a condition for this traffic, for example to specify another next-hop:</p>
<p><code>route-map PBR_VL10 permit 10<br />
match ip address 2<br />
set ip next-hop x.x.x.x  ### where x.x.x.x corresponding to the IP next-hop for the second default route<br />
</code></p>
<p>- Apply PBR to the VLAN interface:</p>
<p><code>interface vlan 10<br />
ip policy route-map PBR_VL10<br />
</code></p>
<p>That&#8217;s all <img src='http://www.segfault.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You want to use fring in background ?  It&#8217;s possible</title>
		<link>http://www.segfault.be/?p=54</link>
		<comments>http://www.segfault.be/?p=54#comments</comments>
		<pubDate>Sun, 05 Oct 2008 11:18:11 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=54</guid>
		<description><![CDATA[With Backgrounder software (available on Cydia) you can keep an iPhone application running in background. For example, it&#8217;s very easy to use fring in background to be always reachable How this app works? After installing the extension, simply hold down the home button on the app you want to preserve, and it will keep running [...]]]></description>
			<content:encoded><![CDATA[<p>With <strong>Backgrounder</strong> software (available on Cydia) you can keep an iPhone application running in background.<br />
For example, it&#8217;s very easy to use fring in background to be always reachable <img src='http://www.segfault.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>How this app works?</p>
<p>After installing the extension, simply hold down the home button on the app you want to preserve, and it will keep running until you tell it to stop with another home button press</p>
<p>Regards,</p>
<p>Lionel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G + SIP  it&#8217;s possible now !</title>
		<link>http://www.segfault.be/?p=53</link>
		<comments>http://www.segfault.be/?p=53#comments</comments>
		<pubDate>Fri, 03 Oct 2008 22:00:02 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=53</guid>
		<description><![CDATA[Hello, Today evening, the new version of Fring is available on the fring&#8217;s website: Download here This update adds the support of fring on your iPhone with firmware 2.x This software allows you to speak with your contacts in various ways : &#8211; SIP protocol (various SIP providers) &#8211; Instant messaging (MSN, Google Talk, Skype, [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Today evening, the new version of Fring is available on the fring&#8217;s website: <a href="http://www.fring.com/download/iphone/">Download here</a><br />
This update adds the support of fring on your iPhone with firmware 2.x</p>
<p>This software allows you to speak with your contacts in various ways :<br />
 &#8211; SIP protocol (various SIP providers)<br />
 &#8211; Instant messaging (MSN, Google Talk, Skype, ICQ, &#8230;)</p>
<p>Very great software !!! I advise it !!</p>
<p>Regards,</p>
<p>Lionel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Addict ! ;-p</title>
		<link>http://www.segfault.be/?p=52</link>
		<comments>http://www.segfault.be/?p=52#comments</comments>
		<pubDate>Sun, 28 Sep 2008 12:13:11 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=52</guid>
		<description><![CDATA[So I have an iPhone for 4 days and I am really happy. If you want change your ringstones, you can go to this website: http://audiko.net This site allows you to download ringstones created especially for the iPhone or to create your own ringstones (upload the file, choose the best fragment, save to iPhone format). [...]]]></description>
			<content:encoded><![CDATA[<p>So I have an iPhone for 4 days and I am really happy.</p>
<p>If you want change your ringstones, you can go to this website:  <a href=http://audiko.net>http://audiko.net</a><br />
This site allows you to download ringstones created especially for the iPhone or to create your own ringstones (upload the file, choose the best fragment, save to iPhone format).</p>
<p>I&#8217;m waiting for the update of Fring software to allow me to discuss with my friends via protocol SIP <img src='http://www.segfault.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Nowadays, this software only works on firmware 1.x &#8230; and not on 2.x</p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CCIE practice lab</title>
		<link>http://www.segfault.be/?p=51</link>
		<comments>http://www.segfault.be/?p=51#comments</comments>
		<pubDate>Mon, 22 Sep 2008 20:56:38 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=51</guid>
		<description><![CDATA[In an attempt to gain maximum practice to succeed the CCIE lab I just bought 2 books from CiscoPress that seem very interesting: - CCIE Routing and Switching Practice Labs - CCIE Routing and Switching Practice Labs (Digital Short Cut)    If you have interesting links don&#8217;t hesitate to leave a comment !]]></description>
			<content:encoded><![CDATA[<p>In an attempt to gain maximum practice to succeed the CCIE lab I just bought 2 books from CiscoPress that seem very interesting:</p>
<p>- CCIE Routing and Switching Practice Labs<br />
- CCIE Routing and Switching Practice Labs (Digital Short Cut)</p>
<p><img src="http://www.ciscopress.com/ShowCover.asp?isbn=1587057891&amp;type=c" />  <img src="http://www.ciscopress.com/ShowCover.asp?isbn=1587051478&amp;type=c" /></p>
<p>If you have interesting links don&#8217;t hesitate to leave a comment ! <img src='http://www.segfault.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice pub from Belgium ;-)</title>
		<link>http://www.segfault.be/?p=50</link>
		<comments>http://www.segfault.be/?p=50#comments</comments>
		<pubDate>Sat, 20 Sep 2008 10:38:59 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[pub]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=50</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/8s7wtQkPWcA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/8s7wtQkPWcA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pictures in porsche &#8230;</title>
		<link>http://www.segfault.be/?p=49</link>
		<comments>http://www.segfault.be/?p=49#comments</comments>
		<pubDate>Sat, 23 Aug 2008 22:56:15 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=49</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.segfault.be/porsche1.jpg" alt="" /></p>
<p><img src="http://blog.segfault.be/porsche2.jpg" alt="" /></p>
<p><img src="http://blog.segfault.be/porsche3.jpg" alt="" /></p>
<p><img src="http://blog.segfault.be/porsche4.jpg" alt="" /></p>
<p><img src="http://blog.segfault.be/porsche5.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Great day !</title>
		<link>http://www.segfault.be/?p=48</link>
		<comments>http://www.segfault.be/?p=48#comments</comments>
		<pubDate>Sat, 23 Aug 2008 22:49:56 +0000</pubDate>
		<dc:creator>lga</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.segfault.be/?p=48</guid>
		<description><![CDATA[Today, I went to France to drive in Porsche (see my previous post) It was memorable. The co-pilot complimented me on my driving and my ability to quickly apply what they have just taught me. A big thank to the staff on site and of course to my girlfriend who allowed me to live that.]]></description>
			<content:encoded><![CDATA[<p>Today, I went to France to drive in Porsche (see my previous post)<br />
It was memorable. The co-pilot complimented me on my driving and my ability to quickly apply what they have just taught me.</p>
<p>A big thank to the staff on site and of course to my girlfriend who allowed me to live that.</p>
<p><img src="http://blog.segfault.be/diplomeporschegt3.jpg" alt="!!!" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.segfault.be/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

