increase the dhcp range
This commit is contained in:
parent
6e3a4c56a5
commit
02cc96ca32
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ cat > $NET_XML <<EOF
|
|||
<forward/>
|
||||
<ip address="$GUEST_GATEWAY" netmask="$GUEST_NETMASK">
|
||||
<dhcp>
|
||||
<range start='192.168.$GUEST_NETWORK.100' end='192.168.$GUEST_NETWORK.120' />
|
||||
<range start='192.168.$GUEST_NETWORK.2' end='192.168.$GUEST_NETWORK.127' />
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
|
|
Loading…
Reference in a new issue