Troubleshooting¶
No Internet connection in the guest¶
There are reasons galore why your guest VM has no Internet connection when an analysis is fired up. Before digging into this problem, please make sure you followed the steps at Network Configuration to set up both the virtual machine and its connections. Furthermore, you should read the Per-Analysis Network Routing chapter in order to know and understand the different routing modes as well as the CAPE Rooter chapter to understand what the Rooter
is.
Some considerations:
dirtyline
should be the interface that provides your host internet connection like eno1, not a virtual interface like virbr1. This must be configured in therouting.conf
configuration file.- Check
agent.py
is running with elevated privileges within the guest VM. - Make sure you specify the correct STATIC IP in
kvm.conf
. - Make sure you specified the correct interface in
auxiliary.conf
.
Also, bear in mind there are already created (and some of them solved) issues about this particular problem. For example:
PCAP Generation¶
If you are facing problems related to either tcpdump or the PCAP generation, take a look at this issue (#1234).
Note
Make sure the pcap
group exists in your system and that the user you use to launch CAPE (presumably the cape user) belongs to it as well as the tcpdump
binary (lines 775-778 of the installer)
Make sure the correct path is specified in auxiliary.conf
for tcpdump
. Check the path of your local installation of tcpdump with:
$ whereis tcpdump
Check permissions of tcpdump
binary. cape
user must be able to run it. Also check whether you specified the correct interface in auxiliary.conf
.
Other issues about this problem: