commit | 02cc96ca32ded5a7985570d99ee8eb44a95d7340 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 10:29:10 2011 -0800 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 10:29:10 2011 -0800 |
tree | 7d911117221ed1b6af10551e764c184394c1c27f | |
parent | 6e3a4c56a553e340d08fdc245e3b491b29d17e12 [diff] [blame] |
increase the dhcp range
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index cbcdad6..a0997e0 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -96,7 +96,7 @@ <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>