>
> Instead of bridging both guests through eth0, create a bridge
> interface like br0, containing eth0, tap0, and tap1. Then, change your
> host to use br0 instead of eth0, and put guest1 on tap0, and guest2 on
> tap1. Do not assign any addresses to eth0, tap0, or tap1 on the
> host. HTH.
>
> Thank you very much for replying. I have tried your method and the
permission problem is solved. However, I have got another problem: when I
bridge my guest(192.168.5.60) through tap1, it can ping my
host(192.168.5.67), but cannot ping my gateway(192.168.5.1) or any other
physical machine out of of host. Therefore, currently I bridge one of my
guest through eth0, and another guest through br0, and they can both ping
any hosts in our network. The problem is this could only support two users.
So, are there any clues for my problem about the tap1?

My command list for creating the bridge br0 is:
sudo tunctl -t tap1 -u myname
sudo brctl addbr br0
sudo ifconfig eth0 0.0.0.0 promisc
sudo brctl addif br0 eth0
sudo ifconfig br0 192.168.5.67
sudo brctl addif br0 tap1
sudo ifconfig tap1 up

Thanks again.
-- 
zhouxu
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to