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

The pool bridge name must not contain any special characters #645

Open
softboy99 opened this issue May 13, 2024 · 1 comment
Open

The pool bridge name must not contain any special characters #645

softboy99 opened this issue May 13, 2024 · 1 comment

Comments

@softboy99
Copy link

softboy99 commented May 13, 2024

image

@catborise
Copy link
Collaborator

i cannot reproduce the issue. it works as expected. probably it is not related with webvirtcloud but libvirt config. can you check it with command line? (create network with xml)

create an xml file name like test.xml and contains specified directives.

<network>
  <name>testttt</name>
  <forward mode="nat"/>
  <ip address="192.168.123.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.123.2" end="192.168.123.254"/>
    </dhcp>
  </ip>
  <ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64"/>
</network>

run command:
virsh net-create --file text.xml

feedback please

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