<div dir="ltr"><div><div><div>Hello Folks,<br><br>I am looking for ideas on how to create 1000 DOT1X sessions generated from a Linux BOX. DOT1X is a name for EAP packets that travel in an Ethernet environment and is used to transport authentication information before a PC will get access to the network, it is based on RFC-3748. Having this in mind a virtual interface will need a MAC address and an eventually IP (I want to stress out that for EAP over LAN, DOT1X, there is need for L2 virtual interface).<br><br>One DOT1X session can be easily generated using network manager (nmcli) on a physical NIC. For network manager this is a session that may include many parameters used to form the connection, in my case used for DOT1X authentication.<br>I am looking for a solution on how to create 1000 DOT1X sessions/connections using Linux virtual interfaces and one physical NIC.<br><br>An idea would be to use a virtual bridge and attach to it a physical interface. After that, create virtual interfaces that will be connected to the bridge. In this case the bridge will relay packets between physical and virtual interfaces. <br><br>Looking on this alias I understood from Michal Privoznik that above is feasible.<br><br>Questions<br>1.Is it possible to create virtual interfaces that will be further managed by the NETWORK MANAGER ?<br>2.What would be the exact steps and commands to generate these interfaces having fresh OS installed ?<br><br>I have tried creating vNICs using "virsh" using bellow syntax but it will not start it and I am still not sure if in the end can be managed by the NETWORK MANAGER:<br>virsh iface-define   XML_LOCATION<br>virsh iface-list    ---> this will list interfaces created<br>virsh iface-start    INTERFACE_DEFINED_ABOVE<br><br><br></div>Thanks in advance.<br><br></div>Best Regards<br></div>Ion Ermurachi<br></div>