mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #547] BUG: Network subnet wrong when add 2 or more virtual networks #409
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 24, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/547
Hi there!
I was testing subnets configs and I got a bug.
In 'Network' menu I did it:
Network: 192.168.2.0/30 (gateway was auto add as 192.168.2.1 and the broadcast is 192.168.2.3)
DHCP On
IP Start: 192.168.2.2/30
IP End: 192.168.2.2/30
Forward: ROUTE
Ok so far.....
Network: 192.168.2.4/30 (gateway was auto add as 192.168.2.4 and the broadcast is 192.168.2.7)
DHCP On
IP Start: 192.168.2.5/30
IP End: 192.168.2.6/30
Forward: ROUTE
The gateway here is wrong! The system should be add the 192.168.2.5 like gateway and not 192.168.2.4. This is network address and not host address.
The DHCP should be start in 192.168.2.6/30 and End 192.168.2.6/30.
Who can test it and report here if the result is the same?
Thanks.
@retspen commented on GitHub (Apr 24, 2015):
Yes you are right problem exist, I will create fix soon as possible.
@ghost commented on GitHub (Apr 24, 2015):
Thank you very much!