From: Dan A. <da...@gm...> - 2004-02-01 12:01:55
|
On Sun, Feb 01, 2004 at 05:03:09PM +1000, Ian Latter wrote: > Is it possible to configure the TAP interface to be on the same > network as the ethernet interface? I didn't get very far doing > this (kepy coming up with duplicate IP errors, when there > wasn't another host using that address prior to TAP > configuration). AFAIK what you are talking about is called Bridged Ethernet. It is it is done by activating the promiscuous mode of one Ethernet card and let it recieve packets for two or MAC addresses. Thus, the other operating systems "shares" the NIC with the host. -- Dan Aloni da...@gm... |