-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing br0 #191
Comments
Also if could you give me an adivce how to use WEB API. It's working on ubuntu VM allright. The problem I'm faceing is trying to use the WEB API commands for example "/submit/browsers" through my main system which is windows 10, using Global routing with changes in VM IP mine is 192.168.1.16 and br0 mine is 192.168.30.1 but can't get it to work. my tries looks like this: sudo iptables -t nat -A POSTROUTING -o ens33 -s 192.168.30.0/24 -j MASQUERADE echo 1 | sudo tee -a /proc/sys/net/ipv4/ip_forward Update: I am currently able to ping through windows 10 console the VM and br0 but trying to use Any WEB API meets with Update-2: Ok I managed to make it work I needed to set the Api serwer (cuckoo Api) on my VM IP |
@ElMilos Thank you for reporting the issue. |
I powered off then on my VM with ubuntu then I tired to start cuckoo using comande "cuckoo" the answer was
2024-12-21 23:18:12 INFO [cuckoo.startup]: Starting Cuckoo. cwd=/home/cuckoo/.cuckoocwd
2024-12-21 23:18:12 INFO [cuckoo.startup]: Loading configurations
2024-12-21 23:18:12 ERROR [cuckoo.common.log]: Failure during Cuckoo startup: Failed to load config file /home/cuckoo/.cuckoocwd/conf/machineries/qemu.yaml. Error in config file: /home/cuckoo/.cuckoocwd/conf/machineries/qemu.yaml. Constraint violation for key interface: Network interface 'br0' does not exist.
Stopping Cuckoo..
Failure during Cuckoo startup: Failed to load config file /home/cuckoo/.cuckoocwd/conf/machineries/qemu.yaml. Error in config file: /home/cuckoo/.cuckoocwd/conf/machineries/qemu.yaml. Constraint violation for key interface: Network interface 'br0' does not exist.
And when I checked the br0 it was not there.
Is this normal should I set up the br0 every time i power VM and cuckoo or I missed some steps while installing?
Ps. I used quickstart for instalation and have ubuntu 8GB ram 3 core 150 GB storage 22.04 on VMware workstation
The text was updated successfully, but these errors were encountered: