Eu quero usar mininet-wifi no ubuntu 14.04 e vmware. Eu instalei mininet-wifi de acordo com este tutorial: link
Agora, quando eu digito este comando:
sudo mn --wifi
Para iniciar o mininet-wifi com o cenário de rede padrão, recebo a seguinte saída:
*** Creating network
*** Adding controller
*** Adding hosts and stations:
sta1 sta2
*** Adding switches and access point(s):
ap1
*** Configuring wifi nodes...
*** Adding Link(s):
*** Error: RTNETLINK answers: No such file or directory
*** Adding links and associating station(s):
(sta1, ap1) *** Error: RTNETLINK answers: No such file or directory
(sta2, ap1)
*** Configuring nodes
*** Starting controller(s)
c0
*** Starting switches and access points
ap1
*** Starting CLI:
mininet-wifi>
Qual é esse erro e como devo resolvê-lo:
*** Error: RTNETLINK answers: No such file or directory