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
When setting portforwarding without an IP, aqemu sets it to e.g. -net user,hostfwd=tcp::2222-...:22 \ instead of the correct -net user,hostfwd=tcp::2222-:22 \
When setting portforwarding without an IP, aqemu sets it to e.g.
-net user,hostfwd=tcp::2222-...:22 \instead of the correct-net user,hostfwd=tcp::2222-:22 \It should recognize an empty guest IP setting.