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

"-nic: invalid option" when run QEMU image on ubuntu 18.04 #1

Open
mingguangZhou opened this issue Oct 30, 2024 · 1 comment
Open

Comments

@mingguangZhou
Copy link

[ -nic user,hostfwd=tcp::10022-:22,mac=00:11:22:33:44:55 ](https://github.com/vectorgrp/sil-kit-adapters-qemu/blob/210e2d187b81fda646805bc328f13012a50336ce/tools/run-silkit-qemu-demos-guest.sh#L8)
need to be replaced by
-netdev user,id=net0,hostfwd=tcp::10022-:22 \ -device e1000,netdev=net0,mac=00:11:22:33:44:55 to make it work on my ubuntu 18.04

@VSvenMorgenthaler
Copy link
Collaborator

@mingguangZhou: Thanks a lot for the hint. Since version 18.04 of Ubuntu is EOL for more than 1.5 years, we ask for your understanding that we will not take any further action on this issue.

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

2 participants