honeyd-python
honeyd-python copied to clipboard
Error: interface does not exist on local machine
i'm trying to run this on ubuntu 16.04 using AWS EC2
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
).