<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux Bridging for GNS3 LAN communications</title>
	<atom:link href="http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/</link>
	<description>Tips and Video Tutorials - Cisco .:. Linux .:. VOIP</description>
	<lastBuildDate>Tue, 29 Nov 2011 04:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-38222</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 18 Apr 2011 14:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-38222</guid>
		<description>I found this configuration worked in my /etc/network/interfaces file as a permanent solution.

auto br0
iface br0 inet static
address 10.105.105.20
netmask 255.255.255.0
gateway 10.105.105.254
dns-nameservers 10.105.105.254
dns-search something.com
pre-up tunctl -t tap0
pre-up brctl addbr br0
pre-up brctl addif br0 eth0
pre-up brctl addif br0 tap0
pre-up ifconfig eth0 0.0.0.0 promisc up
pre-up ifconfig tap0 0.0.0.0 promisc up
post-down ifconfig eth0 down
post-down ifconfig tap0 down
post-down ifconfig br0 down
post-down brctl delif br0 eth0
post-down brctl delif br0 tap0
post-down brctl delif br0</description>
		<content:encoded><![CDATA[<p>I found this configuration worked in my /etc/network/interfaces file as a permanent solution.</p>
<p>auto br0<br />
iface br0 inet static<br />
address 10.105.105.20<br />
netmask 255.255.255.0<br />
gateway 10.105.105.254<br />
dns-nameservers 10.105.105.254<br />
dns-search something.com<br />
pre-up tunctl -t tap0<br />
pre-up brctl addbr br0<br />
pre-up brctl addif br0 eth0<br />
pre-up brctl addif br0 tap0<br />
pre-up ifconfig eth0 0.0.0.0 promisc up<br />
pre-up ifconfig tap0 0.0.0.0 promisc up<br />
post-down ifconfig eth0 down<br />
post-down ifconfig tap0 down<br />
post-down ifconfig br0 down<br />
post-down brctl delif br0 eth0<br />
post-down brctl delif br0 tap0<br />
post-down brctl delif br0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-38005</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Thu, 31 Mar 2011 22:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-38005</guid>
		<description>Hello Josh,

I am trying to do on window but not able to access the Local PC address.

Do you please let me know how to do it on a window PC</description>
		<content:encoded><![CDATA[<p>Hello Josh,</p>
<p>I am trying to do on window but not able to access the Local PC address.</p>
<p>Do you please let me know how to do it on a window PC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fintan Keeling</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-37970</link>
		<dc:creator>Fintan Keeling</dc:creator>
		<pubDate>Mon, 28 Mar 2011 13:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-37970</guid>
		<description>Many tx, details from your original post worked perfectly after I had spent some hours trying to combine bits and pieces from other sites on bridging and tapping.

Fintan.</description>
		<content:encoded><![CDATA[<p>Many tx, details from your original post worked perfectly after I had spent some hours trying to combine bits and pieces from other sites on bridging and tapping.</p>
<p>Fintan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-37843</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 23 Feb 2011 14:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-37843</guid>
		<description>Kinetik,

This is a problem. This can not be accomplished from your host machine. It will find a better route.

You can use vmware server on your host and bring up a virtual machine only connected to tap.2. 
http://www.blindhog.net/voice-lab-branch1-and-branch2-virtual-machine/

Josh</description>
		<content:encoded><![CDATA[<p>Kinetik,</p>
<p>This is a problem. This can not be accomplished from your host machine. It will find a better route.</p>
<p>You can use vmware server on your host and bring up a virtual machine only connected to tap.2.<br />
<a href="http://www.blindhog.net/voice-lab-branch1-and-branch2-virtual-machine/" rel="nofollow">http://www.blindhog.net/voice-lab-branch1-and-branch2-virtual-machine/</a></p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KinetiK</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-37839</link>
		<dc:creator>KinetiK</dc:creator>
		<pubDate>Fri, 18 Feb 2011 05:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-37839</guid>
		<description>i have managed to create two taps with two bridges. they both work, both way pings work, i need those two interfaces to ping each other through a gns network, but not from local manner, this is a huge problem cause i have no idea how this could be resolved.

ping -I ip.of.tap.1 ip.of.tap.2

how can i split those two interfaces from seeing each other? each tap has its own interface number connected to a unique bridge, both bridges are on different networks.

i have noticed that when tunctl &quot;sets the persists&quot;, both of my interfaces are owned by UID 0, what does that mean? could i split them here somewhere????</description>
		<content:encoded><![CDATA[<p>i have managed to create two taps with two bridges. they both work, both way pings work, i need those two interfaces to ping each other through a gns network, but not from local manner, this is a huge problem cause i have no idea how this could be resolved.</p>
<p>ping -I ip.of.tap.1 ip.of.tap.2</p>
<p>how can i split those two interfaces from seeing each other? each tap has its own interface number connected to a unique bridge, both bridges are on different networks.</p>
<p>i have noticed that when tunctl &#8220;sets the persists&#8221;, both of my interfaces are owned by UID 0, what does that mean? could i split them here somewhere????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a virtual cisco router (VMWare ESX + GNS3 + Linux) &#171; Dvas0004&#039;s Blog</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-35013</link>
		<dc:creator>Creating a virtual cisco router (VMWare ESX + GNS3 + Linux) &#171; Dvas0004&#039;s Blog</dc:creator>
		<pubDate>Thu, 18 Nov 2010 13:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-35013</guid>
		<description>[...] http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/" rel="nofollow">http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkatesh</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-34115</link>
		<dc:creator>venkatesh</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-34115</guid>
		<description>Hey Guys,

As i tried in windows XP, i am able to ping to access server from other PC&#039;s on the LAN, but not to other routers on the GNS.

 I have one router say R1 and one cloud, I made connection with R1 and cloud, and made R1 as Access-server. I have another router name R2 which is not connected to R1 nor cloud. How i can access R2 on GNS from other PC on the same LAN.

This is the configuration made on R1
###########################################

!
! No configuration change since last restart
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname access-server
!
boot-start-marker
boot-end-marker
!
enable password anand
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
ip host r1 2001 172.16.0.240
ip host r2 2002 172.16.0.240
ip host r3 2003 172.16.0.240
ip host r4 2004 172.16.0.240
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username anand password 0 anand
!
! 
!
!
!
!
!
interface FastEthernet0/0
 ip address 172.16.0.111 255.255.0.0
 duplex half
 speed auto
!
interface FastEthernet0/1
 no ip address 
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/4
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/5
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/6
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/7
 no ip address
 shutdown
 serial restart-delay 0
!
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 logging synchronous
 transport output all
 stopbits 1
line aux 0
 transport output all
 stopbits 1
line vty 0 4
 login local
 transport output all
line vty 5 14
 login local
 transport output all
line vty 15
 login local
!
!
end
###########################################</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>As i tried in windows XP, i am able to ping to access server from other PC&#8217;s on the LAN, but not to other routers on the GNS.</p>
<p> I have one router say R1 and one cloud, I made connection with R1 and cloud, and made R1 as Access-server. I have another router name R2 which is not connected to R1 nor cloud. How i can access R2 on GNS from other PC on the same LAN.</p>
<p>This is the configuration made on R1<br />
###########################################</p>
<p>!<br />
! No configuration change since last restart<br />
!<br />
version 12.4<br />
service timestamps debug datetime msec<br />
service timestamps log datetime msec<br />
no service password-encryption<br />
!<br />
hostname access-server<br />
!<br />
boot-start-marker<br />
boot-end-marker<br />
!<br />
enable password anand<br />
!<br />
no aaa new-model<br />
!<br />
resource policy<br />
!<br />
ip cef<br />
!<br />
!<br />
!<br />
!<br />
ip host r1 2001 172.16.0.240<br />
ip host r2 2002 172.16.0.240<br />
ip host r3 2003 172.16.0.240<br />
ip host r4 2004 172.16.0.240<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
username anand password 0 anand<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
interface FastEthernet0/0<br />
 ip address 172.16.0.111 255.255.0.0<br />
 duplex half<br />
 speed auto<br />
!<br />
interface FastEthernet0/1<br />
 no ip address<br />
 shutdown<br />
 duplex auto<br />
 speed auto<br />
!<br />
interface Serial1/0<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/1<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/2<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/3<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/4<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/5<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/6<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
interface Serial1/7<br />
 no ip address<br />
 shutdown<br />
 serial restart-delay 0<br />
!<br />
no ip http server<br />
no ip http secure-server<br />
!<br />
!<br />
!<br />
logging alarm informational<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
control-plane<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
gatekeeper<br />
 shutdown<br />
!<br />
!<br />
line con 0<br />
 logging synchronous<br />
 transport output all<br />
 stopbits 1<br />
line aux 0<br />
 transport output all<br />
 stopbits 1<br />
line vty 0 4<br />
 login local<br />
 transport output all<br />
line vty 5 14<br />
 login local<br />
 transport output all<br />
line vty 15<br />
 login local<br />
!<br />
!<br />
end<br />
###########################################</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Peter Samuel</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-33733</link>
		<dc:creator>Aaron Peter Samuel</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-33733</guid>
		<description>OK I know im 2 years late...

This tutorial is very good. I had been hacking at getting this working for atleast a week off and on. This was 1-2-3. Cheers!!!</description>
		<content:encoded><![CDATA[<p>OK I know im 2 years late&#8230;</p>
<p>This tutorial is very good. I had been hacking at getting this working for atleast a week off and on. This was 1-2-3. Cheers!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy D</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-33312</link>
		<dc:creator>Andy D</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-33312</guid>
		<description>Hi All

Or another way when you configure the cloud you will note it says requires root access.  If you run Terminal (shell) then enter sudo gns3 this will run GNS3 with root access and all will be well

If GNS3 is not installed in a path that linux searches for binaries you will have to enter the full path i.e. sudo /home/ubuntu/gns3

Hope that helps</description>
		<content:encoded><![CDATA[<p>Hi All</p>
<p>Or another way when you configure the cloud you will note it says requires root access.  If you run Terminal (shell) then enter sudo gns3 this will run GNS3 with root access and all will be well</p>
<p>If GNS3 is not installed in a path that linux searches for binaries you will have to enter the full path i.e. sudo /home/ubuntu/gns3</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/comment-page-1/#comment-33300</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=569#comment-33300</guid>
		<description>Hey Guys,

You guys are rocking and thanks for all the support. Let me jump into my problem.

I&#039;ve GNS3 running inside my Vmware virtual machine and everything seems to be perfect. The problem is that, I can&#039;t ping my router from the VM that hosts GNS3. Also, not pinging from the GNS3 router to the host VM. What could be the problem? I can ping fine with VPCS. I&#039;m sure that my NIO ETH configuration is correct. Can someone help?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>You guys are rocking and thanks for all the support. Let me jump into my problem.</p>
<p>I&#8217;ve GNS3 running inside my Vmware virtual machine and everything seems to be perfect. The problem is that, I can&#8217;t ping my router from the VM that hosts GNS3. Also, not pinging from the GNS3 router to the host VM. What could be the problem? I can ping fine with VPCS. I&#8217;m sure that my NIO ETH configuration is correct. Can someone help?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

