<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for joshatterbury.com - CCIE #23347</title>
	<atom:link href="http://joshatterbury.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshatterbury.com</link>
	<description>Cisco, Networking - CCIE #23347</description>
	<pubDate>Sat, 19 May 2012 05:53:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on Part 1 of Dynamips External Cloud Interface on Linux by Farhan</title>
		<link>http://joshatterbury.com/tutorials/configuring-dynamips-to-use-a-linux-tap-interface/#comment-20022</link>
		<dc:creator>Farhan</dc:creator>
		<pubDate>Wed, 09 Nov 2011 04:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=7#comment-20022</guid>
		<description>1st Thanks for the great post. 
 I follow the instruction its work well but when I connect cloud tap0 interface to the Router I got dynamips error, it says "206-unable to create TAP NIO".

 I change the user of tap interface to root, also change the permission "sudo chmod 777 /dev/net/tun* " to this but no result.

Could you tell me what I'm doing wrong? Please Help.</description>
		<content:encoded><![CDATA[<p>1st Thanks for the great post.<br />
 I follow the instruction its work well but when I connect cloud tap0 interface to the Router I got dynamips error, it says &#8220;206-unable to create TAP NIO&#8221;.</p>
<p> I change the user of tap interface to root, also change the permission &#8220;sudo chmod 777 /dev/net/tun* &#8221; to this but no result.</p>
<p>Could you tell me what I&#8217;m doing wrong? Please Help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 2 of Dynamips External Cloud Interface on Linux by Willie</title>
		<link>http://joshatterbury.com/tutorials/part-2-of-dynamips-external-cloud-interface-on-linux/#comment-17954</link>
		<dc:creator>Willie</dc:creator>
		<pubDate>Sun, 28 Aug 2011 10:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=10#comment-17954</guid>
		<description>Thank you, was about to switch back to windows gns3 until seeing this post.

Really appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you, was about to switch back to windows gns3 until seeing this post.</p>
<p>Really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Part 1 of Ultimate Dynamips Dynagen config - focusing on start on boot with Terminal Servers by Praveen</title>
		<link>http://joshatterbury.com/tutorials/dynamips-setup-linux-termserv-and-4-virtual-racks/#comment-16314</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 23 Jun 2011 03:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=17#comment-16314</guid>
		<description>hi joshatterbury.com

such a nice and useful post but i am new in dynagen and i want to learn it my problem is i don't know linux so would you teach me this how to setup rack lab in windows what u tell here in very concise and if possible visual way i hope u will help me to learn this i will wait for your reply please brother i really need to learn this in windows 7.</description>
		<content:encoded><![CDATA[<p>hi joshatterbury.com</p>
<p>such a nice and useful post but i am new in dynagen and i want to learn it my problem is i don&#8217;t know linux so would you teach me this how to setup rack lab in windows what u tell here in very concise and if possible visual way i hope u will help me to learn this i will wait for your reply please brother i really need to learn this in windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 1 of Dynamips External Cloud Interface on Linux by Juanlu</title>
		<link>http://joshatterbury.com/tutorials/configuring-dynamips-to-use-a-linux-tap-interface/#comment-16224</link>
		<dc:creator>Juanlu</dc:creator>
		<pubDate>Fri, 17 Jun 2011 17:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=7#comment-16224</guid>
		<description>Hi,

I have configured folow your steps:


 
# brctl addbr br0
# ip l s dev br0 up
# tunctl -t tap0 -u juanlu
TUNSETIFF: Device or resource busy
# ip l s dev tap0 up
# brctl addif br0 tap0
# brctl addif br0 wlan1
#
# brctl show br0
bridge name     bridge id               STP enabled     interfaces
br0             8000.00e04c04a085       no              tap0
                                                        wlan1
 # ifconfig wlan1 0.0.0.0 promisc
 # dhclient br0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster1: unknown hardware address type 801
wmaster0: unknown hardware address type 801
wmaster1: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/br0/00:e0:4c:04:a0:85
Sending on   LPF/br0/00:e0:4c:04:a0:85
Sending on   Socket/fallback
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 18
DHCPOFFER from 192.168.1.1
DHCPREQUEST on br0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.136 -- renewal in 1462 seconds.
# route add default gw 192.168.1.1
#




Now, these are my interfaces:

# ip a
1: lo:  mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
    inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:23:54:2d:53:3e brd ff:ff:ff:ff:ff:ff
3: wmaster0:  mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ieee802.11 00:e0:4c:04:a0:85 brd ff:ff:ff:ff:ff:ff
4: wlan1:  mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:e0:4c:04:a0:85 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.136/24 brd 192.168.1.255 scope global wlan1
    inet6 fe80::2e0:4cff:fe04:a085/64 scope link
       valid_lft forever preferred_lft forever
5: wmaster1:  mtu 1500 qdisc noop state DOWN qlen 1000
    link/ieee802.11 00:22:5f:35:23:02 brd ff:ff:ff:ff:ff:ff
6: wlan0:  mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:22:5f:35:23:02 brd ff:ff:ff:ff:ff:ff
13: tap0:  mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
    link/ether 8a:fb:25:0e:93:1b brd ff:ff:ff:ff:ff:ff
    inet6 fe80::88fb:25ff:fe0e:931b/64 scope link
       valid_lft forever preferred_lft forever
14: br0:  mtu 1500 qdisc noqueue state UNKNOWN
    link/ether 00:e0:4c:04:a0:85 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.136/24 brd 192.168.1.255 scope global br0
    inet6 fe80::b860:e5ff:fe12:2368/64 scope link
       valid_lft forever preferred_lft forever
#


I make a ping from my PC to gw and result is successfully:

# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=1.60 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.36 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=3.75 ms
^C
--- 192.168.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2006ms
rtt min/avg/max/mdev = 1.365/2.238/3.750/1.073 ms

Im ake a pig from my PC to my virtual router GNS3 and the result is sucessfully too.


# ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=255 time=2.54 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=255 time=1.66 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=255 time=3.50 ms
^C
--- 192.168.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2008ms
rtt min/avg/max/mdev = 1.663/2.571/3.506/0.753 ms

 

My ARP table is ok:

# arp
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.1.2              ether   cc:0f:1d:0e:f0:01   C           br0
192.168.1.1              ether   64:68:0c:83:83:0b   C           br0


My problema is this. From my virtual router GNS3 i can ping to my PC but i can not ping to my default gw 192.168.1.1.
 
i resolve arp in GNS3 router the ip of gw. It is very strange.

Any can i help me???. Me and I can only think jumping out the window. :D

Sorry my english
Kind regards
JL</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have configured folow your steps:</p>
<p># brctl addbr br0<br />
# ip l s dev br0 up<br />
# tunctl -t tap0 -u juanlu<br />
TUNSETIFF: Device or resource busy<br />
# ip l s dev tap0 up<br />
# brctl addif br0 tap0<br />
# brctl addif br0 wlan1<br />
#<br />
# brctl show br0<br />
bridge name     bridge id               STP enabled     interfaces<br />
br0             8000.00e04c04a085       no              tap0<br />
                                                        wlan1<br />
 # ifconfig wlan1 0.0.0.0 promisc<br />
 # dhclient br0<br />
Internet Systems Consortium DHCP Client V3.1.1<br />
Copyright 2004-2008 Internet Systems Consortium.<br />
All rights reserved.<br />
For info, please visit <a href="http://www.isc.org/sw/dhcp/" rel="nofollow">http://www.isc.org/sw/dhcp/</a></p>
<p>wmaster1: unknown hardware address type 801<br />
wmaster0: unknown hardware address type 801<br />
wmaster1: unknown hardware address type 801<br />
wmaster0: unknown hardware address type 801<br />
Listening on LPF/br0/00:e0:4c:04:a0:85<br />
Sending on   LPF/br0/00:e0:4c:04:a0:85<br />
Sending on   Socket/fallback<br />
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 3<br />
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 4<br />
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 11<br />
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 18<br />
DHCPOFFER from 192.168.1.1<br />
DHCPREQUEST on br0 to 255.255.255.255 port 67<br />
DHCPACK from 192.168.1.1<br />
bound to 192.168.1.136 &#8212; renewal in 1462 seconds.<br />
# route add default gw 192.168.1.1<br />
#</p>
<p>Now, these are my interfaces:</p>
<p># ip a<br />
1: lo:  mtu 16436 qdisc noqueue state UNKNOWN<br />
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br />
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo<br />
    inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo<br />
    inet6 ::1/128 scope host<br />
       valid_lft forever preferred_lft forever<br />
2: eth0:  mtu 1500 qdisc pfifo_fast state DOWN qlen 1000<br />
    link/ether 00:23:54:2d:53:3e brd ff:ff:ff:ff:ff:ff<br />
3: wmaster0:  mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000<br />
    link/ieee802.11 00:e0:4c:04:a0:85 brd ff:ff:ff:ff:ff:ff<br />
4: wlan1:  mtu 1500 qdisc pfifo_fast state UP qlen 1000<br />
    link/ether 00:e0:4c:04:a0:85 brd ff:ff:ff:ff:ff:ff<br />
    inet 192.168.1.136/24 brd 192.168.1.255 scope global wlan1<br />
    inet6 fe80::2e0:4cff:fe04:a085/64 scope link<br />
       valid_lft forever preferred_lft forever<br />
5: wmaster1:  mtu 1500 qdisc noop state DOWN qlen 1000<br />
    link/ieee802.11 00:22:5f:35:23:02 brd ff:ff:ff:ff:ff:ff<br />
6: wlan0:  mtu 1500 qdisc noop state DOWN qlen 1000<br />
    link/ether 00:22:5f:35:23:02 brd ff:ff:ff:ff:ff:ff<br />
13: tap0:  mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500<br />
    link/ether 8a:fb:25:0e:93:1b brd ff:ff:ff:ff:ff:ff<br />
    inet6 fe80::88fb:25ff:fe0e:931b/64 scope link<br />
       valid_lft forever preferred_lft forever<br />
14: br0:  mtu 1500 qdisc noqueue state UNKNOWN<br />
    link/ether 00:e0:4c:04:a0:85 brd ff:ff:ff:ff:ff:ff<br />
    inet 192.168.1.136/24 brd 192.168.1.255 scope global br0<br />
    inet6 fe80::b860:e5ff:fe12:2368/64 scope link<br />
       valid_lft forever preferred_lft forever<br />
#</p>
<p>I make a ping from my PC to gw and result is successfully:</p>
<p># ping 192.168.1.1<br />
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.<br />
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=1.60 ms<br />
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.36 ms<br />
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=3.75 ms<br />
^C<br />
&#8212; 192.168.1.1 ping statistics &#8212;<br />
3 packets transmitted, 3 received, 0% packet loss, time 2006ms<br />
rtt min/avg/max/mdev = 1.365/2.238/3.750/1.073 ms</p>
<p>Im ake a pig from my PC to my virtual router GNS3 and the result is sucessfully too.</p>
<p># ping 192.168.1.2<br />
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.<br />
64 bytes from 192.168.1.2: icmp_seq=1 ttl=255 time=2.54 ms<br />
64 bytes from 192.168.1.2: icmp_seq=2 ttl=255 time=1.66 ms<br />
64 bytes from 192.168.1.2: icmp_seq=3 ttl=255 time=3.50 ms<br />
^C<br />
&#8212; 192.168.1.2 ping statistics &#8212;<br />
3 packets transmitted, 3 received, 0% packet loss, time 2008ms<br />
rtt min/avg/max/mdev = 1.663/2.571/3.506/0.753 ms</p>
<p>My ARP table is ok:</p>
<p># arp<br />
Address                  HWtype  HWaddress           Flags Mask            Iface<br />
192.168.1.2              ether   cc:0f:1d:0e:f0:01   C           br0<br />
192.168.1.1              ether   64:68:0c:83:83:0b   C           br0</p>
<p>My problema is this. From my virtual router GNS3 i can ping to my PC but i can not ping to my default gw 192.168.1.1.</p>
<p>i resolve arp in GNS3 router the ip of gw. It is very strange.</p>
<p>Any can i help me???. Me and I can only think jumping out the window. <img src='http://joshatterbury.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Sorry my english<br />
Kind regards<br />
JL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 1 of Dynamips External Cloud Interface on Linux by Thibault</title>
		<link>http://joshatterbury.com/tutorials/configuring-dynamips-to-use-a-linux-tap-interface/#comment-16177</link>
		<dc:creator>Thibault</dc:creator>
		<pubDate>Thu, 16 Jun 2011 00:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=7#comment-16177</guid>
		<description>great tutorial the first that really works throughout,

congratulations and thanks

on top of that there is no need to run GNS3 in root mode great

thanks a lot</description>
		<content:encoded><![CDATA[<p>great tutorial the first that really works throughout,</p>
<p>congratulations and thanks</p>
<p>on top of that there is no need to run GNS3 in root mode great</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 1 of Dynamips External Cloud Interface on Linux by Michal</title>
		<link>http://joshatterbury.com/tutorials/configuring-dynamips-to-use-a-linux-tap-interface/#comment-15174</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 28 Apr 2011 00:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=7#comment-15174</guid>
		<description>Hello.
Thanks for great tutorial - without that i'd never worked out how to connect LAN to GNS3 router on Linux using cloud interface. 
However based on your tut, i've found alternative (in my opinion shorter and better) way to accomplish that. Instead of bridging virtual tap interface with your ethernet device, setting an ip address to 0.0.0.0 on ethernet device and running dhclient on new created bridge, you can only create the virtual interface (the same way you create it in tutorial), then assign it an ip address and set forwarding between the interfaces on your linux machine. 
The last thing is done by:
echo '1' &#62; /proc/sys/net/ipv4/conf/all/forwarding.
Then you can attach your virtual interface to the cloud and enjoy connecting dynamips to your LAN without any bridging between interfaces.
Thanks for this great tut once more!</description>
		<content:encoded><![CDATA[<p>Hello.<br />
Thanks for great tutorial - without that i&#8217;d never worked out how to connect LAN to GNS3 router on Linux using cloud interface.<br />
However based on your tut, i&#8217;ve found alternative (in my opinion shorter and better) way to accomplish that. Instead of bridging virtual tap interface with your ethernet device, setting an ip address to 0.0.0.0 on ethernet device and running dhclient on new created bridge, you can only create the virtual interface (the same way you create it in tutorial), then assign it an ip address and set forwarding between the interfaces on your linux machine.<br />
The last thing is done by:<br />
echo &#8216;1&#8242; &gt; /proc/sys/net/ipv4/conf/all/forwarding.<br />
Then you can attach your virtual interface to the cloud and enjoy connecting dynamips to your LAN without any bridging between interfaces.<br />
Thanks for this great tut once more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CCIE SP Technology Workbooks by Rajeev</title>
		<link>http://joshatterbury.com/labs/sp-workbook/#comment-12550</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Wed, 02 Feb 2011 13:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=71#comment-12550</guid>
		<description>Awesome .. Thank you.. how about giving next 

1.MPLS Te
2. ATOM</description>
		<content:encoded><![CDATA[<p>Awesome .. Thank you.. how about giving next </p>
<p>1.MPLS Te<br />
2. ATOM</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 2 of Dynamips External Cloud Interface on Linux by Gunner</title>
		<link>http://joshatterbury.com/tutorials/part-2-of-dynamips-external-cloud-interface-on-linux/#comment-12253</link>
		<dc:creator>Gunner</dc:creator>
		<pubDate>Tue, 25 Jan 2011 20:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=10#comment-12253</guid>
		<description>How do you get this to work with multiple NICs? I have a 4 port card and I want to bridge br0 (tap0 &#38; eth0), br1 (tap1 &#38; eth1) etc.

My aim is to fit several quad cards to the PC so that I can bridge many router interfaces to external switches. Am I missing something with the scripts? I have the following in 'config':

HOST_IF="eth0"
HOST_SETUP="dhcp"
HOST_IPADDR="
HOST_GW="
DYNA_USER="user1"
TAPS="tap0"
HOST_IF="eth1"
HOST_SETUP="dhcp"
HOST_IPADDR="
HOST_GW="
DYNA_USER="user1"
TAPS="tap1"
.
etc etc.....
.
TAPS="tap4"

"brctl show" has br0 with eth4 &#38; tap4 assigned.

I'm running Ubuntu 10.10

Many thanks.</description>
		<content:encoded><![CDATA[<p>How do you get this to work with multiple NICs? I have a 4 port card and I want to bridge br0 (tap0 &amp; eth0), br1 (tap1 &amp; eth1) etc.</p>
<p>My aim is to fit several quad cards to the PC so that I can bridge many router interfaces to external switches. Am I missing something with the scripts? I have the following in &#8216;config&#8217;:</p>
<p>HOST_IF=&#8221;eth0&#8243;<br />
HOST_SETUP=&#8221;dhcp&#8221;<br />
HOST_IPADDR=&#8221;<br />
HOST_GW=&#8221;<br />
DYNA_USER=&#8221;user1&#8243;<br />
TAPS=&#8221;tap0&#8243;<br />
HOST_IF=&#8221;eth1&#8243;<br />
HOST_SETUP=&#8221;dhcp&#8221;<br />
HOST_IPADDR=&#8221;<br />
HOST_GW=&#8221;<br />
DYNA_USER=&#8221;user1&#8243;<br />
TAPS=&#8221;tap1&#8243;<br />
.<br />
etc etc&#8230;..<br />
.<br />
TAPS=&#8221;tap4&#8243;</p>
<p>&#8220;brctl show&#8221; has br0 with eth4 &amp; tap4 assigned.</p>
<p>I&#8217;m running Ubuntu 10.10</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 2 of Dynamips External Cloud Interface on Linux by Bowo</title>
		<link>http://joshatterbury.com/tutorials/part-2-of-dynamips-external-cloud-interface-on-linux/#comment-10905</link>
		<dc:creator>Bowo</dc:creator>
		<pubDate>Tue, 14 Dec 2010 02:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=10#comment-10905</guid>
		<description>Thanks very much for your work. 
It's mean so much to my research plan.

One problem is, what if I had multiple NIC and I want to connect it all to my GNS3 project? Can I just add it all at config file? 

Many thanks before.

Satriyo Wibowo
- beginner -</description>
		<content:encoded><![CDATA[<p>Thanks very much for your work.<br />
It&#8217;s mean so much to my research plan.</p>
<p>One problem is, what if I had multiple NIC and I want to connect it all to my GNS3 project? Can I just add it all at config file? </p>
<p>Many thanks before.</p>
<p>Satriyo Wibowo<br />
- beginner -</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CCIE SP Technology Workbooks by Rajinder</title>
		<link>http://joshatterbury.com/labs/sp-workbook/#comment-10233</link>
		<dc:creator>Rajinder</dc:creator>
		<pubDate>Mon, 22 Nov 2010 21:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://joshatterbury.com/?p=71#comment-10233</guid>
		<description>Really You are very great,, your labs really help mea lot,,, keep posting buddy.. God Bless you!!!1</description>
		<content:encoded><![CDATA[<p>Really You are very great,, your labs really help mea lot,,, keep posting buddy.. God Bless you!!!1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

