wrepeater does not have management ip. Uses wlan ip for that
This commit is contained in:
parent
570d4b3c91
commit
f78072b42f
@ -79,8 +79,8 @@ namespace EduNetworkBuilder
|
||||
NICs.Clear();
|
||||
tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.lo);
|
||||
NICs.Add(tnic);
|
||||
tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.management_interface);
|
||||
NICs.Add(tnic);
|
||||
//tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.management_interface);
|
||||
//NICs.Add(tnic); --we use the wlan port for this
|
||||
tnic = new NetworkCard(NICs.Count(), GetUniqueIdentifier, hostname, NicType.wlan); //Add a wireless nic
|
||||
NICs.Add(tnic);
|
||||
//A bridge is a switch with a wireless link, add 4 ports
|
||||
|
Loading…
Reference in New Issue
Block a user