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();
|
NICs.Clear();
|
||||||
tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.lo);
|
tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.lo);
|
||||||
NICs.Add(tnic);
|
NICs.Add(tnic);
|
||||||
tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.management_interface);
|
//tnic = new NetworkCard(0, GetUniqueIdentifier, hostname, NicType.management_interface);
|
||||||
NICs.Add(tnic);
|
//NICs.Add(tnic); --we use the wlan port for this
|
||||||
tnic = new NetworkCard(NICs.Count(), GetUniqueIdentifier, hostname, NicType.wlan); //Add a wireless nic
|
tnic = new NetworkCard(NICs.Count(), GetUniqueIdentifier, hostname, NicType.wlan); //Add a wireless nic
|
||||||
NICs.Add(tnic);
|
NICs.Add(tnic);
|
||||||
//A bridge is a switch with a wireless link, add 4 ports
|
//A bridge is a switch with a wireless link, add 4 ports
|
||||||
|
Loading…
Reference in New Issue
Block a user