On Wed, Oct 15, 2008 at 2:13 PM, Martin Langhoff
<[EMAIL PROTECTED]> 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
-- 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED] -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
_______________________________________________
Server-devel mailing list
[EMAIL PROTECTED]
http://lists.laptop.org/listinfo/server-devel

Reply via email to