honeyd-python icon indicating copy to clipboard operation
honeyd-python copied to clipboard

Error: interface does not exist on local machine

Open zackams opened this issue 6 years ago • 1 comments

i'm trying to run this on ubuntu 16.04 using AWS EC2

zackams avatar Apr 25 '18 01:04 zackams

Hi @zackams , the issue is related to network tunnel creation used to forward the intercepted packets to a remote machine. I assume you're using the default honeyd/templates/honeyd.cfg configuration, which sets the network interface under the tunnel section to enp0s3. It seems that your EC2 instance does not have this interface. I suggest you to change the honeyd.cfg file according to your setup (e.g. interface = eth0).

sookyp avatar Apr 25 '18 11:04 sookyp