You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ -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
The text was updated successfully, but these errors were encountered:
@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.
[ -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.04The text was updated successfully, but these errors were encountered: