<?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: Cisco &#8211; Dynamips with Linux loopback (tap) interface</title>
	<atom:link href="http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/</link>
	<description>Tips and Video Tutorials - Cisco .:. Linux .:. VOIP</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:55:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Lucein</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-33728</link>
		<dc:creator>Lucein</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-33728</guid>
		<description>Just a quick heads up. 

First excellent post and video. 

I&#039;m new to Linux, but I found an easier way to make the tap0 int permanent.

After following the instructions above, go to the interfaces file, located at /etc/network/interfaces. 

Get permission and add the following information to that file:

auto tap0
iface tap0 inet static
address 169.254.0.1
netmask 255.255.0.0
gateway 169.254.0.2
pre-up /usr/sbin/tunctl -t tap0

I think this goes without saying, but make sure to change the address to your appropriate address. 

I think the last line in that config is the key to keeping the int up even after restart..

Ubuntu 10.04 LTS</description>
		<content:encoded><![CDATA[<p>Just a quick heads up. </p>
<p>First excellent post and video. </p>
<p>I&#8217;m new to Linux, but I found an easier way to make the tap0 int permanent.</p>
<p>After following the instructions above, go to the interfaces file, located at /etc/network/interfaces. </p>
<p>Get permission and add the following information to that file:</p>
<p>auto tap0<br />
iface tap0 inet static<br />
address 169.254.0.1<br />
netmask 255.255.0.0<br />
gateway 169.254.0.2<br />
pre-up /usr/sbin/tunctl -t tap0</p>
<p>I think this goes without saying, but make sure to change the address to your appropriate address. </p>
<p>I think the last line in that config is the key to keeping the int up even after restart..</p>
<p>Ubuntu 10.04 LTS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ihulk</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-33170</link>
		<dc:creator>ihulk</dc:creator>
		<pubDate>Fri, 15 Jan 2010 13:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-33170</guid>
		<description>Jee, I finally solved problem, I can access my router also from outside systems (ping, snmp..) but I have a strange problem with telnet. I can telnet from router to outside system, but I can telnet on router (except from system where is running dynamips)</description>
		<content:encoded><![CDATA[<p>Jee, I finally solved problem, I can access my router also from outside systems (ping, snmp..) but I have a strange problem with telnet. I can telnet from router to outside system, but I can telnet on router (except from system where is running dynamips)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ihulk</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-33163</link>
		<dc:creator>ihulk</dc:creator>
		<pubDate>Wed, 13 Jan 2010 12:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-33163</guid>
		<description>I use dynamips running on ubuntu, bridged vmware instance with IP 10.17.8.70. I configured tap1 and added route:

ifconfig tap1 10.18.7.6 netmask 255.255.0.0

route add -net 10.17.12.0 netmask 255.255.255.0 dev tap1

I configured routers R1 and R2:

    [[ROUTER R1]]
    model=3745
    slot 1 = NM-1FE-TX
    #slot 4 = NM-16ESW
    F1/0 = NIO_tap:tap1
    F3/0 = R2 F1/0

    [[router R2]]
    slot 3 = NM-1FE-TX
    slot 4 = NM-1FE-TX
    F4/0 = R5 F4/0
    F1/0 = R1 F3/0
    F3/0 = R3 F1/0
    model=3745
 R1 F3/0 has IP 10.17.12.101
 R1 F1/0 has IP 10.18.7.7  (connected to tap1)

 R2 F1/0 has IP 10.17.12.102

from that ubuntu system I can ping, reach all of those interfaces (10.18.7.7, 10.17.12.101, 10.17.12.102)
# ip r
10.17.12.0/24 dev tap1  scope link 
10.18.0.0/16 dev tap1  proto kernel  scope link  src 10.18.7.6 
10.17.0.0/16 dev eth1  proto kernel  scope link  src 10.17.8.70 
169.254.0.0/16 dev eth1  scope link  metric 1000 
default via 10.17.250.250 dev eth1  metric 100 

The problem is to reach those interfaces from seem other system, for example from my windows deskop. I added those routes, ubuntu is gw, package forwading on ubuntu is enabled:

Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0    10.17.250.250      10.17.1.153     20
        10.17.0.0      255.255.0.0      10.17.1.153      10.17.1.153     20
      10.17.1.153  255.255.255.255        127.0.0.1        127.0.0.1     20
       10.17.12.0    255.255.255.0       10.17.8.70      10.17.1.153      1
        10.18.0.0      255.255.0.0       10.17.8.70      10.17.1.153      1
   10.255.255.255  255.255.255.255      10.17.1.153      10.17.1.153     20
        127.0.0.0        255.0.0.0        127.0.0.1        127.0.0.1      1
     192.168.80.0    255.255.255.0     192.168.80.1     192.168.80.1     20
     192.168.80.1  255.255.255.255        127.0.0.1        127.0.0.1     20
   192.168.80.255  255.255.255.255     192.168.80.1     192.168.80.1     20
    192.168.159.0    255.255.255.0    192.168.159.1    192.168.159.1     20
    192.168.159.1  255.255.255.255        127.0.0.1        127.0.0.1     20
  192.168.159.255  255.255.255.255    192.168.159.1    192.168.159.1     20
       209.85.0.0      255.255.0.0       10.17.8.70      10.17.1.153      1
     209.85.135.0    255.255.255.0       10.17.8.70      10.17.1.153      1
        224.0.0.0        240.0.0.0      10.17.1.153      10.17.1.153     20
        224.0.0.0        240.0.0.0     192.168.80.1     192.168.80.1     20
        224.0.0.0        240.0.0.0    192.168.159.1    192.168.159.1     20
  255.255.255.255  255.255.255.255      10.17.1.153      10.17.1.153      1
  255.255.255.255  255.255.255.255     192.168.80.1     192.168.80.1      1
  255.255.255.255  255.255.255.255    192.168.159.1    192.168.159.1      1
Default Gateway:     10.17.250.250

I can reach eth1 and tap1 interface from that windows box, but it seems that packages to routers are droped (10.18.7.7, 10.17.12.101, 10.17.12.102). What I have to do ?</description>
		<content:encoded><![CDATA[<p>I use dynamips running on ubuntu, bridged vmware instance with IP 10.17.8.70. I configured tap1 and added route:</p>
<p>ifconfig tap1 10.18.7.6 netmask 255.255.0.0</p>
<p>route add -net 10.17.12.0 netmask 255.255.255.0 dev tap1</p>
<p>I configured routers R1 and R2:</p>
<p>    [[ROUTER R1]]<br />
    model=3745<br />
    slot 1 = NM-1FE-TX<br />
    #slot 4 = NM-16ESW<br />
    F1/0 = NIO_tap:tap1<br />
    F3/0 = R2 F1/0</p>
<p>    [[router R2]]<br />
    slot 3 = NM-1FE-TX<br />
    slot 4 = NM-1FE-TX<br />
    F4/0 = R5 F4/0<br />
    F1/0 = R1 F3/0<br />
    F3/0 = R3 F1/0<br />
    model=3745<br />
 R1 F3/0 has IP 10.17.12.101<br />
 R1 F1/0 has IP 10.18.7.7  (connected to tap1)</p>
<p> R2 F1/0 has IP 10.17.12.102</p>
<p>from that ubuntu system I can ping, reach all of those interfaces (10.18.7.7, 10.17.12.101, 10.17.12.102)<br />
# ip r<br />
10.17.12.0/24 dev tap1  scope link<br />
10.18.0.0/16 dev tap1  proto kernel  scope link  src 10.18.7.6<br />
10.17.0.0/16 dev eth1  proto kernel  scope link  src 10.17.8.70<br />
169.254.0.0/16 dev eth1  scope link  metric 1000<br />
default via 10.17.250.250 dev eth1  metric 100 </p>
<p>The problem is to reach those interfaces from seem other system, for example from my windows deskop. I added those routes, ubuntu is gw, package forwading on ubuntu is enabled:</p>
<p>Active Routes:<br />
Network Destination        Netmask          Gateway       Interface  Metric<br />
          0.0.0.0          0.0.0.0    10.17.250.250      10.17.1.153     20<br />
        10.17.0.0      255.255.0.0      10.17.1.153      10.17.1.153     20<br />
      10.17.1.153  255.255.255.255        127.0.0.1        127.0.0.1     20<br />
       10.17.12.0    255.255.255.0       10.17.8.70      10.17.1.153      1<br />
        10.18.0.0      255.255.0.0       10.17.8.70      10.17.1.153      1<br />
   10.255.255.255  255.255.255.255      10.17.1.153      10.17.1.153     20<br />
        127.0.0.0        255.0.0.0        127.0.0.1        127.0.0.1      1<br />
     192.168.80.0    255.255.255.0     192.168.80.1     192.168.80.1     20<br />
     192.168.80.1  255.255.255.255        127.0.0.1        127.0.0.1     20<br />
   192.168.80.255  255.255.255.255     192.168.80.1     192.168.80.1     20<br />
    192.168.159.0    255.255.255.0    192.168.159.1    192.168.159.1     20<br />
    192.168.159.1  255.255.255.255        127.0.0.1        127.0.0.1     20<br />
  192.168.159.255  255.255.255.255    192.168.159.1    192.168.159.1     20<br />
       209.85.0.0      255.255.0.0       10.17.8.70      10.17.1.153      1<br />
     209.85.135.0    255.255.255.0       10.17.8.70      10.17.1.153      1<br />
        224.0.0.0        240.0.0.0      10.17.1.153      10.17.1.153     20<br />
        224.0.0.0        240.0.0.0     192.168.80.1     192.168.80.1     20<br />
        224.0.0.0        240.0.0.0    192.168.159.1    192.168.159.1     20<br />
  255.255.255.255  255.255.255.255      10.17.1.153      10.17.1.153      1<br />
  255.255.255.255  255.255.255.255     192.168.80.1     192.168.80.1      1<br />
  255.255.255.255  255.255.255.255    192.168.159.1    192.168.159.1      1<br />
Default Gateway:     10.17.250.250</p>
<p>I can reach eth1 and tap1 interface from that windows box, but it seems that packages to routers are droped (10.18.7.7, 10.17.12.101, 10.17.12.102). What I have to do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-32470</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-32470</guid>
		<description>Fenando,

Try &lt;a href=&quot;http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/&quot; rel=&quot;nofollow&quot;&gt;this tutorial.&lt;/a&gt;

Josh</description>
		<content:encoded><![CDATA[<p>Fenando,</p>
<p>Try <a href="http://www.blindhog.net/linux-bridging-for-gns3-lan-communications/" rel="nofollow">this tutorial.</a></p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fenando</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-32468</link>
		<dc:creator>Fenando</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-32468</guid>
		<description>Great work.

I was wondering if it is possible to ping another interface of router R1 (that is connected to another router R2) from the linux machine. Moreover, is it possible to ping an interface in router R2?</description>
		<content:encoded><![CDATA[<p>Great work.</p>
<p>I was wondering if it is possible to ping another interface of router R1 (that is connected to another router R2) from the linux machine. Moreover, is it possible to ping an interface in router R2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Вячеслав</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-32403</link>
		<dc:creator>Вячеслав</dc:creator>
		<pubDate>Fri, 03 Jul 2009 18:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-32403</guid>
		<description>Respekt from Russia. It&#039;s really work. Thanks</description>
		<content:encoded><![CDATA[<p>Respekt from Russia. It&#8217;s really work. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-32381</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-32381</guid>
		<description>Does anyone know if this very useful tutorial is available for GNS?
I am still learning more and more about GNS.

Or, would it be better if I only used Dynamips and Dynagen.

Any advise would be nice, even the simplest.

Thanks

Paul</description>
		<content:encoded><![CDATA[<p>Does anyone know if this very useful tutorial is available for GNS?<br />
I am still learning more and more about GNS.</p>
<p>Or, would it be better if I only used Dynamips and Dynagen.</p>
<p>Any advise would be nice, even the simplest.</p>
<p>Thanks</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-26660</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 25 Feb 2009 03:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-26660</guid>
		<description>Jerry,

It looks like you are trying to run a .net config file with dynagen that was created with gns3.

Josh</description>
		<content:encoded><![CDATA[<p>Jerry,</p>
<p>It looks like you are trying to run a .net config file with dynagen that was created with gns3.</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerrysimila</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-26280</link>
		<dc:creator>jerrysimila</dc:creator>
		<pubDate>Fri, 20 Feb 2009 07:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-26280</guid>
		<description>Hi am still taking my baby steps in linux, was trying to connect my gns lab to my real pc and the error i get when i start dynagen is :


root@jerry-laptop:/home/jerry/Desktop/taps# dynagen loopback.net

Reading configuration file...

Shutdown in progress...
Shutdown completed.
Warning: ignoring unknown config item: x = -76.0
Warning: ignoring unknown config item: y = -43.0
Warning: ignoring unknown config item: x = -69.0
Warning: ignoring unknown config item: y = -171.0

*** Error: Could not connect to server: GNS3-DATA
Shutdown in progress...
Shutdown completed.
Press ENTER to continue




please somebody help, appreciate what y&#039;all is doing ..</description>
		<content:encoded><![CDATA[<p>Hi am still taking my baby steps in linux, was trying to connect my gns lab to my real pc and the error i get when i start dynagen is :</p>
<p>root@jerry-laptop:/home/jerry/Desktop/taps# dynagen loopback.net</p>
<p>Reading configuration file&#8230;</p>
<p>Shutdown in progress&#8230;<br />
Shutdown completed.<br />
Warning: ignoring unknown config item: x = -76.0<br />
Warning: ignoring unknown config item: y = -43.0<br />
Warning: ignoring unknown config item: x = -69.0<br />
Warning: ignoring unknown config item: y = -171.0</p>
<p>*** Error: Could not connect to server: GNS3-DATA<br />
Shutdown in progress&#8230;<br />
Shutdown completed.<br />
Press ENTER to continue</p>
<p>please somebody help, appreciate what y&#8217;all is doing ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Netha</title>
		<link>http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/comment-page-1/#comment-25673</link>
		<dc:creator>Netha</dc:creator>
		<pubDate>Thu, 12 Feb 2009 06:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-dynamips-with-linux-loopback-tap-interface/#comment-25673</guid>
		<description>hi..
im searching if there any way to create several loopbacks and brdige them with the PC&#039;s NIC with multiple ip addresses..and create subinterfaces in one of GNS router with several networks. can anyone help me to do this</description>
		<content:encoded><![CDATA[<p>hi..<br />
im searching if there any way to create several loopbacks and brdige them with the PC&#8217;s NIC with multiple ip addresses..and create subinterfaces in one of GNS router with several networks. can anyone help me to do this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
