Re: Virtual Network Interface Card

2010-12-17 Thread Julian Elischer
On 12/17/10 1:30 PM, rozhuk...@gmail.com wrote: Hi, Alex! You can make virtual NIC via netgraph. 1. ng_ether automatic attached to every physical NICs on load module. 2. connect ng_bridge to upper and lower hooks on ng_ether 3. create and connect ng_eiface to ng_bridge and you will get new NIC

RE: Virtual Network Interface Card

2010-12-17 Thread rozhuk . im
Hi, Alex! You can make virtual NIC via netgraph. 1. ng_ether automatic attached to every physical NICs on load module. 2. connect ng_bridge to upper and lower hooks on ng_ether 3. create and connect ng_eiface to ng_bridge and you will get new NIC ngethX with its own MAC address and IP addrs too.

Re: Virtual Network Interface Card

2010-12-17 Thread Julian Elischer
On 12/17/10 10:30 AM, Alex Zhang wrote: Hi all, I just wonder that if there are virtual nic functionalities which provides MAC address? there are many ways to do this but yes most of the virtualy interfaces do provide a way to set the MAC address (e.g. the tap driver) however it is not clear th