[mdlug] Supernetting

Mat Enders mat.enders at gmail.com
Sun Apr 17 05:37:13 EDT 2011


Alright I have it working the way I want it to (hopefully).  I am
using multiple class C blocks to increase my address pool.  The reason
I did this was so I would not have to touch every machine (to fix
their printers as they print by IP address), and every access point.
I am posting my network declaration in for review.  Like I said with
the limited testing I have done it appears to be working correctly.
If someone notices an error that will have effects when the system
gets put under load after spring break please let me know.

# Network Declaratioon
# The range of IP addresses the server
# will issue to DHCP enabled PC clients
# booting up on the network
# Except the addresses that have been reserved for
# staticly configured addresses
# 192.168.1.49 for Lexmark Printer in Lab
# 192.168.1.101-123 For Servers
# 192.168.1.142-154 For Printers
# 192.168.1.200-219 For Access Points
# 192.168.1.241-253 for VPN server
#
# The (option routers) designation at the bottom
# lists the default gateway to be used by clients


subnet 192.168.0.0 netmask 255.255.248.0 {
        range 192.168.2.1 192.168.2.254;
        range 192.168.3.1 192.168.3.254;
        range 192.168.4.1 192.168.4.254;
        option routers 192.168.1.254;
}




-- 
Mathew E. Enders



More information about the mdlug mailing list