<?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>Since 2007</title>
	<atom:link href="http://tykimus.com/tykimus_blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tykimus.com/tykimus_blog</link>
	<description>Sharing information about IPv6, Networking, Programming, Cloud Computing, Linux, Windows, Mac, System Adminstration, MySQL and Oracle</description>
	<lastBuildDate>Sat, 29 May 2010 00:47:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Rails] Installation on Centos 5.4</title>
		<link>http://tykimus.com/tykimus_blog/?p=78</link>
		<comments>http://tykimus.com/tykimus_blog/?p=78#comments</comments>
		<pubDate>Sun, 07 Mar 2010 00:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=78</guid>
		<description><![CDATA[//View current gem list
$ gem list
// Install rails
$ gem install rails
// Install sqlite3-ruby
$ gem install sqlite3-ruby
// Move into the directory where you will create the project
$ cd /path/to/yourproject
// Create the project
$ rails [project_name]
// Move into the project directory
$ cd [project_name]
// Start the Ruby Webserver
$ ruby script/server
or
$ ruby script/server &#8211;port=xxx
// Open up a web brower
http://[ip_or_domainname]:3000
or
http://[ip_or_domainname]:[your_defined_port]
That&#8217;s all!
]]></description>
			<content:encoded><![CDATA[<p>//View current gem list<br />
<strong>$ gem list</strong></p>
<p>// Install rails<br />
<strong>$ gem install rails</strong><br />
// Install sqlite3-ruby<br />
<strong>$ gem install sqlite3-ruby</strong></p>
<p>// Move into the directory where you will create the project<br />
<strong>$ cd /path/to/yourproject</strong><br />
// Create the project<br />
<strong>$ rails [project_name]</strong><br />
// Move into the project directory<br />
<strong>$ cd [project_name]</strong><br />
// Start the Ruby Webserver<br />
<strong>$ ruby script/server</strong><br />
<strong>or</strong><br />
<strong>$ ruby script/server &#8211;port=xxx</strong></p>
<p>// Open up a web brower<br />
<strong>http://[ip_or_domainname]:3000<br />
or</p>
<p>http://[ip_or_domainname]:[your_defined_port]</strong></p>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Rubygems] Installation on Centos 5.4</title>
		<link>http://tykimus.com/tykimus_blog/?p=71</link>
		<comments>http://tykimus.com/tykimus_blog/?p=71#comments</comments>
		<pubDate>Sat, 06 Mar 2010 22:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rubygems]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygem]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=71</guid>
		<description><![CDATA[[Run this command if it applies to your environment]
$ su -l
[Enter your sudo password]
[Step skipped to get the lastest Rubygem - use either FTP or wget]
[I placed my copy in /usr/local/src/ ]
#  tar xzvf rubygems-1.3.x.tgz
# cd rubygems-1.3.x
# ruby setup.rb 
[Final check]
[Checking Rubygem Version]
# gem -v
1.3.6
[Checking Rubygem Path]
# which gem
/usr/local/bin/gem
All done!!
]]></description>
			<content:encoded><![CDATA[<p>[Run this command if it applies to your environment]<br />
<strong>$ su -l</strong><br />
[Enter your sudo password]</p>
<p>[Step skipped to get the lastest Rubygem - use either FTP or wget]<br />
[I placed my copy in /usr/local/src/ ]<br />
<strong>#  tar xzvf rubygems-1.3.x.tgz<br />
# cd rubygems-1.3.x<br />
# ruby setup.rb </strong></p>
<p>[Final check]<br />
[Checking Rubygem Version]<br />
<strong># gem -v</strong><br />
1.3.6<br />
[Checking Rubygem Path]<br />
<strong># which gem</strong><br />
/usr/local/bin/gem</p>
<p>All done!!</p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Ruby] Installation on Centos 5.4</title>
		<link>http://tykimus.com/tykimus_blog/?p=60</link>
		<comments>http://tykimus.com/tykimus_blog/?p=60#comments</comments>
		<pubDate>Sat, 06 Mar 2010 21:40:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby Programming]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby-1.9.1]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=60</guid>
		<description><![CDATA[If you want to manually install the latest Ruby version:
[Run this command if it applies to your environment]
[apt-get install build-essential for Debian based]
$ su -l
[Enter your sudo password]
[Install the following if missing and needed]
# yum groupinstall &#8216;Development Tools&#8217;
# yum install openssl-devel
# yum install zlib-devel
# yum install ruby-devel sqlite-devel
[Step skipped to get the lastest Ruby - [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to manually install the latest Ruby version:</p>
<p>[Run this command if it applies to your environment]<br />
[apt-get install build-essential for Debian based]<br />
<strong>$ su -l</strong><br />
[Enter your sudo password]<br />
[Install the following if missing and needed]<br />
<strong># yum groupinstall &#8216;Development Tools&#8217;</strong><br />
<strong># yum install openssl-devel</strong><br />
<strong># yum install zlib-devel</strong><br />
<strong># yum install ruby-devel sqlite-devel</strong><br />
[Step skipped to get the lastest Ruby - use either FTP or wget]<br />
[I placed my copy in /usr/local/src/ ]<br />
<strong># tar xzvf ruby-1.9.1-pxxx.tar.gz<br />
# cd ruby-1.9.1-pxxx<br />
# ./configure &#8211;prefix=/usr/local  [or your preferred directory]<br />
# make &#038;&#038; make install</strong></p>
<p>[Final check]<br />
[Checking Ruby Version]<br />
<strong># ruby -v</strong><br />
ruby 1.9.1p376 (2009-12-07 revision 26041) [i686-linux]<br />
[Checking Ruby Path]<br />
<strong># which ruby</strong><br />
/usr/local/bin/ruby</p>
<p>All done!!</p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[IPv6] How to disable Teredo for Windows Vista, 7 and Server 2008</title>
		<link>http://tykimus.com/tykimus_blog/?p=55</link>
		<comments>http://tykimus.com/tykimus_blog/?p=55#comments</comments>
		<pubDate>Sat, 06 Mar 2010 02:38:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=55</guid>
		<description><![CDATA[In Windows Vista, 7 and Server 2008, IPv6 is installed and enabled by default.  When IPv4 and IPv6 are both enabled, IPv6 connection is preferred.
The IPv6 protocol for Windows Vista, 7 and Server 2008 supports Teredo as a Teredo client.
If you wish to use 6in4 tunneling instead, then you must disable Teredo before configure [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows Vista, 7 and Server 2008, IPv6 is installed and enabled by default.  When IPv4 and IPv6 are both enabled, IPv6 connection is preferred.</p>
<p>The IPv6 protocol for Windows Vista, 7 and Server 2008 supports Teredo as a Teredo client.</p>
<p>If you wish to use 6in4 tunneling instead, then you must disable Teredo before configure your machine:</p>
<p>&#8216;<strong>netsh interface teredo set state disabled</strong>&#8216;</p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Ruby] What is Ruby?</title>
		<link>http://tykimus.com/tykimus_blog/?p=53</link>
		<comments>http://tykimus.com/tykimus_blog/?p=53#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:25:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby Programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=53</guid>
		<description><![CDATA[Ruby is a dynamic object-oriented programming language.
You can use the language for Web development or system utilities.
It can handle graphics as well &#8211; [gruff, scruff, rgl, graphiviz and more].
Ruby uses an interpreter instead of compiler.
Founder of Ruby:
Created by Yukihiro Matsumoto.
In 2005 and 2006, the Ruby on Rails Web development framework became popular.
]]></description>
			<content:encoded><![CDATA[<p>Ruby is a dynamic object-oriented programming language.<br />
You can use the language for Web development or system utilities.<br />
It can handle graphics as well &#8211; [gruff, scruff, rgl, graphiviz and more].<br />
Ruby uses an interpreter instead of compiler.</p>
<p>Founder of Ruby:<br />
Created by Yukihiro Matsumoto.<br />
In 2005 and 2006, the Ruby on Rails Web development framework became popular.</p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>32bit ASN</title>
		<link>http://tykimus.com/tykimus_blog/?p=50</link>
		<comments>http://tykimus.com/tykimus_blog/?p=50#comments</comments>
		<pubDate>Wed, 07 Oct 2009 02:02:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASN]]></category>
		<category><![CDATA[32bit]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=50</guid>
		<description><![CDATA[Excellent video tutorial on 32bit ASN

]]></description>
			<content:encoded><![CDATA[<p>Excellent video tutorial on 32bit ASN<br />
<object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/VRZ2ErfBY9E&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VRZ2ErfBY9E&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 host address interpretation</title>
		<link>http://tykimus.com/tykimus_blog/?p=48</link>
		<comments>http://tykimus.com/tykimus_blog/?p=48#comments</comments>
		<pubDate>Sat, 03 Oct 2009 23:01:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[address]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=48</guid>
		<description><![CDATA[

Bits
Name
Purpose


1-3
Format Prefix(FP)
Address type(unicast, multicast)


4-16
Top-level aggregation ID(TLA ID)
Highest-level organization(major upstream ISP)


17-24

Reserved


25-48
Next-level aggregation ID(NLA ID)
Regional organization(local ISP)


49-64
Site-level aggregation ID(SLA ID)
Site-specific subdivision(subnet)


65-128
Interface ID
Specific device address:a transformation of the MAC address


]]></description>
			<content:encoded><![CDATA[<table border='1'>
<tr>
<td>Bits</td>
<td>Name</td>
<td>Purpose</td>
</tr>
<tr>
<td>1-3</td>
<td>Format Prefix(FP)</td>
<td>Address type(unicast, multicast)</td>
</tr>
<tr>
<td>4-16</td>
<td>Top-level aggregation ID(TLA ID)</td>
<td>Highest-level organization(major upstream ISP)</td>
</tr>
<tr>
<td>17-24</td>
<td></td>
<td>Reserved</td>
</tr>
<tr>
<td>25-48</td>
<td>Next-level aggregation ID(NLA ID)</td>
<td>Regional organization(local ISP)</td>
</tr>
<tr>
<td>49-64</td>
<td>Site-level aggregation ID(SLA ID)</td>
<td>Site-specific subdivision(subnet)</td>
</tr>
<tr>
<td>65-128</td>
<td>Interface ID</td>
<td>Specific device address:a transformation of the MAC address</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Sys-Admin - Basic]Administrative Commands</title>
		<link>http://tykimus.com/tykimus_blog/?p=43</link>
		<comments>http://tykimus.com/tykimus_blog/?p=43#comments</comments>
		<pubDate>Sat, 03 Oct 2009 22:46:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=43</guid>
		<description><![CDATA[Unix Operating Systems or Unix Like Operating Systems include a number of generic TCP/IP user commands as follows:
:~$ hostname
Display the name of the local system
:~$ ifconfig
Display information about network interfaces (also configure them)
:~$ ping
Perform a simple network connectivity test
:~$ arp
Display or modify the IP-to-MAC address-translation tables
:~$ netstat
Display various network usage statistics
:~$ route
Display or modify the [...]]]></description>
			<content:encoded><![CDATA[<p>Unix Operating Systems or Unix Like Operating Systems include a number of generic TCP/IP user commands as follows:</p>
<p>:~$ hostname<br />
Display the name of the local system</p>
<p>:~$ ifconfig<br />
Display information about network interfaces (also configure them)</p>
<p>:~$ ping<br />
Perform a simple network connectivity test</p>
<p>:~$ arp<br />
Display or modify the IP-to-MAC address-translation tables</p>
<p>:~$ netstat<br />
Display various network usage statistics</p>
<p>:~$ route<br />
Display or modify the static routing tables</p>
<p>:~$ traceroute<br />
Determine the route to a specified target host</p>
<p>:~$ nslookup<br />
Determine IP address-to-hostname and other translations produced by the Domain Name Service</p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL time-related commands</title>
		<link>http://tykimus.com/tykimus_blog/?p=36</link>
		<comments>http://tykimus.com/tykimus_blog/?p=36#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=36</guid>
		<description><![CDATA[mysql> SELECT UNIX_TIMESTAMP();

mysql> SELECT NOW();

mysql> SELECT UNIX_TIMESTAMP(timestamp);

mysql> SELECT FROM_UNIXTIME();

mysql> SELECT FROM_UNIXTIME(unixtime);

mysql> SELECT DATE_SUB(NOW(), INTERVAL 1 DAY);

]]></description>
			<content:encoded><![CDATA[<p>mysql> SELECT UNIX_TIMESTAMP();<br />
<Returns current UNIXTIME><br />
mysql> SELECT NOW();<br />
<Returns current timestamp><br />
mysql> SELECT UNIX_TIMESTAMP(timestamp);<br />
<Returns timestamp equivalent UNIXTIME><br />
mysql> SELECT FROM_UNIXTIME();<br />
<Returns an Error><br />
mysql> SELECT FROM_UNIXTIME(unixtime);<br />
<Returns a timestamp equivalent to unixtime><br />
mysql> SELECT DATE_SUB(NOW(), INTERVAL 1 DAY);<br />
<Returns a day ago timestamp></p>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protocol 41</title>
		<link>http://tykimus.com/tykimus_blog/?p=32</link>
		<comments>http://tykimus.com/tykimus_blog/?p=32#comments</comments>
		<pubDate>Sat, 19 Sep 2009 01:05:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Protocol 41]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://tykimus.com/tykimus_blog/?p=32</guid>
		<description><![CDATA[Tunneling is used when two hosts using IPv6 want to communicate through a region of IPv4.
When a packet enters and passes through the IPv4 region, IPv6 packet is encapsulated in IPv4 packet.
The IPv6 packet leaves the capsule when it exits the region of IPv4.
The source and destination fields are set to IPv4 addresses of tunnel [...]]]></description>
			<content:encoded><![CDATA[<p>Tunneling is used when two hosts using IPv6 want to communicate through a region of IPv4.<br />
When a packet enters and passes through the IPv4 region, IPv6 packet is encapsulated in IPv4 packet.<br />
The IPv6 packet leaves the capsule when it exits the region of IPv4.<br />
The source and destination fields are set to IPv4 addresses of tunnel endpoints.<br />
The IPv4 Protocol field within the IPv4 header is set to 41 to indicate an encapsulated IPv6 packet.<br />
When using the tunnel, firewalls and/or routers using packet filtering must be configured to allow IPv4 Protocol 41 packets to be received and forwarded.   </p>
<p><strong>Quick Illustration:</strong></p>
<p>[IPv6 Host] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[IPv4 Only Region] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[IPv6 Host]<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{Tunneling start &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;Tunneling end}<br />
[IPv6 Header] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [IPv4 Header] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[IPv6 Header]<br />
[Payload]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[IPv6 Header]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Payload]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Payload]</p>
<p>[IPv6 encapsulated Protocol 41 Packet] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-> [NAT Appliance - "check point"]</p>
<ul>
<li>
If NAT appliance supports Protocol 41 then it allows the packet and forward it
</li>
<li>
If NAT appliance does not support Protocol 41 then it drops the packet</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tykimus.com/tykimus_blog/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

