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

[SUGGESTION] Network configuration improvement (tap interface) #120

Open
2 of 3 tasks
giaur500 opened this issue Sep 16, 2024 · 0 comments
Open
2 of 3 tasks

[SUGGESTION] Network configuration improvement (tap interface) #120

giaur500 opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
Investigating The reported issue is under investigation New Feature New feature or request Under Development A feature or fix in active development

Comments

@giaur500
Copy link

giaur500 commented Sep 16, 2024

Describe the Suggestion

Network configuration generated by autopilot is currently very limited. Guest network access works fine, but limitations are:

  • not possible to connect to guest from host
  • network access is limited (for example, ping command does not work)

To resolve that, we need to setup tap interface on host and use network configuration like this:
-netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device virtio-net-pci,netdev=net0,id=net0,mac="$MAC_ADDRESS"

tap0 is tap virtual network on host, it can be configured by hand, or automatically by virt-manager. That may be not not easy to setup (unless virt manager do that automatically), but my suggestion is to try to add it to autopilot, with 2 options - either choose existing tap intrface (if exists), or configure new tap network from scratch.

(Or maybe it's already there and I just miseed it, correct me in this case).

Suggestion Type

  • New Feature
  • Related to an existing feature
  • Other

Concept Images

No response

Additional Information

No response

@giaur500 giaur500 added New Feature New feature or request Pending The issue or pull request is being reviewed labels Sep 16, 2024
@Coopydood Coopydood added Investigating The reported issue is under investigation Under Development A feature or fix in active development and removed Pending The issue or pull request is being reviewed labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigating The reported issue is under investigation New Feature New feature or request Under Development A feature or fix in active development
Projects
None yet
Development

No branches or pull requests

2 participants