ThingzDefense/IoT-Flock

ERROR getting interface flags

Opened this issue · 2 comments

Hello,

I am using previously attached VM and getting following error in any usecase:

_objDevice.attackType:  "MQTT Publish Flood"
1
SIOCSIFADDR: No such device
enp0s3:17: ERROR while getting interface flags: No such device
enp0s3:17: ERROR while getting interface flags: No such device
shostname "192.168.220.154" 
 
hostname "192.168.220.110" 
 
port 1883 
 
isAuthenticationRequire true 
 
username "arya" 
 
password "stark" 
 
_objDevice.attackType:  "MQTT Publish Flood"
1
SIOCSIFADDR: No such device
enp0s3:18: ERROR while getting interface flags: No such device
enp0s3:18: ERROR while getting interface flags: No such device
shostname "192.168.220.155" 
 
hostname "192.168.220.110" 
 
port 1883 
 
isAuthenticationRequire true 
 
username "arya" 
 
password "stark" 
 
_objDevice.attackType:  "MQTT Publish Flood"
1
SIOCSIFADDR: No such device
enp0s3:19: ERROR while getting interface flags: No such device
enp0s3:19: ERROR while getting interface flags: No such device
shostname "192.168.220.156"
 
hostname "192.168.220.110" 
 
port 1883 
 
isAuthenticationRequire true 
 
username "arya" 
 
password "stark" 
 
_objDevice.attackType:  "MQTT Publish Flood"
1

ifconfig only shows 2 interfaces eth0 and lo. Any help regarding this issue would be appreciated!

as far as i can see the interface is hardcoded in threadmain.cpp. Tried to change that an recompile, no luck...

Anyone got any solution for this? I am facing the same issue.