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

Add networking configuration #1

Open
mborgerson opened this issue Jun 14, 2018 · 1 comment
Open

Add networking configuration #1

mborgerson opened this issue Jun 14, 2018 · 1 comment

Comments

@mborgerson
Copy link
Member

The UI tab/components are there but nothing is hooked up. This needs to add the proper net flags to xqemu. Should support port forwarding. Here's a sample partial command line to get started:

-net nic,model=nvnet -net user,hostfwd=tcp:127.0.0.1:8081-:21,hostfwd=tcp:127.0.0.1:731-:731 \
@JayFoxRox
Copy link
Member

I think we should remove the MAC text-box and. if anything, it should be a read-only field which displays the EEPROM field; but that still isn't ideal.

I'm not sure what the "Connected to" is for (network speed?). If it is meant for network-speed, it could be combined into the "Cable connected" box probably.


We also care about socket mode for https://github.com/mborgerson/l2tunnel now. This would probably need another table to add sockets.


As a stop-gap, it would be interesting to see this configurable via the settings.json (even if the UI might be read-only for now).

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