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 | a456471c03aa084f5683b611076ec94736055cd7 (patch) | |
| tree | dd4cf687f0c275428d9ab60ee5cafb7087d0c389 /files | |
| parent | ae85dd945f35239948755ec86e5c682ea8bbeebd (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  | 
