How can I change from network of 10.0.0.2 to 192.168.88.2 #840
Unanswered
realChytraeus
asked this question in
Quickemu
Replies: 1 comment
-
To pass extra arguments to
based on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected behaviour
I have a netbsd-9.2 virtual machine I added with quickgui. In the netbsd-9.2/ folder I added the following to netbsd-9.2.sh after -netdev.
192.168.88.1/24. This changed nothing so I removed 192.168.88.1/24.
I tried and tested adding the option of -netdev to netbsd-9.2.conf . I added the following line to it:
-netdev="192.168.88.1/24"
Actual behaviour
I restarted the VM and using ifconfig I see that I still have 10.0.2.15.
I would like to be able to have all Linux and BSD VM's and other OS's on my local network of 192.168.88.2.
Steps to reproduce the behaviour
see above.
Quickemu output
quickemu --vm netbsd-9.2.conf
netbsd-9.2.conf: line 2: -netdev=192.168.88.1/24: No such file or directory
Quickemu 4.5 using /usr/bin/qemu-system-x86_64 v7.0.0
or : socat -,echo=0,icanon=0 unix-connect:netbsd-9.2/netbsd-9.2-monitor.socket
or : socat -,echo=0,icanon=0 unix-connect:netbsd-9.2/netbsd-9.2-serial.socket
Linux Distribution & Kernel
lsb_release --all
LSB Version: core-11.2ubuntu1-noarch:printing-11.2ubuntu1-noarch:security-11.2ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic
~ $ uname -a
Linux bernard 5.19.0-1015-lowlatency #16-Ubuntu SMP PREEMPT_DYNAMIC Thu Jan 5 20:11:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Beta Was this translation helpful? Give feedback.
All reactions