Skip to content
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

Guest VM can not get IP via DHCP #830

Open
tfrist opened this issue Oct 26, 2023 · 0 comments
Open

Guest VM can not get IP via DHCP #830

tfrist opened this issue Oct 26, 2023 · 0 comments

Comments

@tfrist
Copy link

tfrist commented Oct 26, 2023

I installed Win7 VM.
It can not get the IP address from DHCP and connect to the internet, however, it works if I specify static IP for it, like 10.13.1.10.

I have set net_enable to 1 as blow in /etc/drakrun/config.ini.

;============================================================
[drakrun]
; if set, drakrun dumps raw VM guest memory after finished analysis with drakvuf
; compressed dumps are stored as "post_sample.raw_memdump.gz" in analysis folder
raw_memory_dump=0

; whether guest VMs should have access to the Internet or no
net_enable=1

; through which host interface the Internet traffic from guest VMs should be routed
out_interface=enp75s0f1

; the address of DNS server as reported to the guest VM by DHCP
; if you want to have a DNS on a gateway IP, use this setting:
; dns_server=use-gateway-address
dns_server=8.8.8.8

;============================================================

'drakrun@*' service has been also restarted after the modification.

xen@xenpc:~$ drak-healthcheck
Checking daemon status...
drak-web.service OK
drak-system.service OK
drak-minio.service OK
Checking worker status...
drakrun@1.service OK
drak-postprocess@1.service OK

On the Guest VM where, upon checking the network status, I can see it sends out many packets but does not receive any.

This problem has been persisting for several days, and despite my efforts of searching extensively and attempting various solutions, I have been unable to resolve it.

Could you please provide assistance with this issue? Let me know if you require any further information.

Thank you for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant