[Server-devel] For xs-0.4 setups wanting many clients on the LAN port (AP setups)
Martin Langhoff
martin.langhoff at gmail.com
Tue Oct 14 21:31:38 EDT 2008
On Wed, Oct 15, 2008 at 2:13 PM, Martin Langhoff
<martin.langhoff at gmail.com> wrote:
> Working through the network setup, I spotted an opportunity that is
> possibly the easiest path - hand dhcp leases in this netblock on eth1:
>
> $ ipcalculator 172.18.0.0/21
Actually that walks over 172.18.1.1 which will cause trouble. Better use:
$ ipcalculator 172.18.96.0/19
Address: 172.18.96.0 10101100.00010010.011 00000.00000000
Netmask: 255.255.224.0 = 19 11111111.11111111.111 00000.00000000
Wildcard: 0.0.31.255 00000000.00000000.000 11111.11111111
=>
Network: 172.18.96.0/19 10101100.00010010.011 00000.00000000
HostMin: 172.18.96.1 10101100.00010010.011 00000.00000001
HostMax: 172.18.127.254 10101100.00010010.011 11111.11111110
Broadcast: 172.18.127.255 10101100.00010010.011 11111.11111111
Hosts/Net: 8190 Class B, Private Internet
cheers,
m
--
martin.langhoff at gmail.com
martin at laptop.org -- School Server Architect
- ask interesting questions
- don't get distracted with shiny stuff - working code first
- http://wiki.laptop.org/go/User:Martinlanghoff
More information about the Server-devel
mailing list