[GH-ISSUE #645] The pool bridge name must not contain any special characters #375

Open
opened 2026-02-27 15:58:26 +03:00 by kerem · 1 comment
Owner

Originally created by @softboy99 on GitHub (May 13, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/645

image

Originally created by @softboy99 on GitHub (May 13, 2024). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/645 ![image](https://github.com/retspen/webvirtcloud/assets/228731/33ab0499-78a8-4039-a37a-59077286218c)
Author
Owner

@catborise commented on GitHub (Jun 24, 2024):

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

<!-- gh-comment-id:2185770454 --> @catborise commented on GitHub (Jun 24, 2024): 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#375
No description provided.