Dynamips Virtual Router not pinging external host after bridging
- by maiky
I have setup a virtual router image with dynamips and setup bridging between tap0 interface of the virtual router and eth0 and br0 with commands
[root@cisco_host]# brctl addbr br0
[root@cisco_host]# ifconfig br0 up
[root@cisco_host]# ifconfig eth1 0.0.0.0
[root@cisco_host]# brctl addif br0 eth1
[root@cisco_host]# ifconfig br0 192.168.0.100…