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

misunderstanding virtual network interface #2109

Open
informatique4ipbs opened this issue Mar 27, 2024 · 1 comment
Open

misunderstanding virtual network interface #2109

informatique4ipbs opened this issue Mar 27, 2024 · 1 comment

Comments

@informatique4ipbs
Copy link

Hi,
i m using the last webmin on a debian 12. On Networking->Network Configuration, il you click on an interface and add a virtual interface, it is only allowed to use a number.
In fact we can use anything we wan for naming virtual interface.
But the problem is : if i define a virtual if (ie ens225:test1 wih the command:
sudo ip addr add 10.56.64.110/9 dev ens225 label ens225:test1
webmin will show ens225:0 and if i define
sudo ip addr add 10.56.64.110/9 dev ens225 label ens225:0
webmis is lost ....

It should be allowed \S+ and not only \d :-}

@jcameron
Copy link
Collaborator

Oh interesting, I didn't realize that virtual interfaces could have names that are more than just numbers!

If you create an interface like this manually, does it show up correctly in Webmin?

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