diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-20 21:25:43 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-20 21:25:43 (GMT) |
commit | eadf789544e3bdcbe04c5198e5e04b344f60268a (patch) | |
tree | dd4cf687f0c275428d9ab60ee5cafb7087d0c389 /files | |
parent | 424fad6cb35136a3bdbf1899b90e12a90af41eb2 (diff) |
Change netmask to 255.255.0.0
Diffstat (limited to 'files')
-rwxr-xr-x | files/sbin/setup_router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sbin/setup_router b/files/sbin/setup_router index 469175f..460922b 100755 --- a/files/sbin/setup_router +++ b/files/sbin/setup_router @@ -10,7 +10,7 @@ if [[ $router = "j" ]] read ipv4_adress uci set network.mesh.ipaddr=$ipv4_adress uci set network.mesh.proto=static - uci set network.mesh.netmask=255.0.0.0 + uci set network.mesh.netmask=255.255.0.0 uci set dhcp.mesh=dhcp uci set dhcp.mesh.start=2 uci set dhcp.mesh.limit=254 |