I have setup a test environment so that I can move to the new version of 
Packetfence (currently running 7.4)

In this environment it is running as expected (with one concern), when I move 
it to production how do I set it up to issue IP Addresses on a supernet where 
some addresses are reserved.
Also on the test machine, it is issuing the PF server as the DNS and not 
passing the campus ones.

Here is my current (7.4) setup from dhcpd.conf, how can I port it to 8.0:
<snip>
subnet 10.10.160.0 netmask 255.255.240.0 {
    authoritative;
    one-lease-per-client true;
    option domain-name-servers 10.10.1.24, 10.10.1.26;
    option subnet-mask 255.255.240.0;
    option routers 10.10.160.1;
    option broadcast-address 10.10.175.255;
    option domain-name "resnet.school.edu school.edu";

    # Begin authorized pool
    pool {
        one-lease-per-client true;
        max-lease-time 14400;
        default-lease-time 14400;
        range 10.10.160.40 10.10.160.254;

        range 10.10.161.2 10.10.161.254;
        range 10.10.162.2 10.10.162.254;
        range 10.10.163.2 10.10.163.254;
        range 10.10.164.2 10.10.164.254;
        range 10.10.165.2 10.10.165.254;
        range 10.10.166.2 10.10.166.254;
        range 10.10.167.2 10.10.167.254;
        range 10.10.168.2 10.10.168.254;
        range 10.10.169.2 10.10.169.254;
        range 10.10.170.2 10.10.170.254;
        range 10.10.171.2 10.10.171.254;
        range 10.10.172.2 10.10.172.254;
        range 10.10.173.2 10.10.173.254;
        range 10.10.174.2 10.10.174.254;
        range 10.10.175.2 10.10.175.254;
     }
</snip>

Thanks in advance

--
Gregory A. Thomas
Student Life Support Specialist
University of Wisconsin-Parkside
thom...@uwp.edu</owa/redir.aspx?C=PJoLX1MXo0SU0MLM7GrPmwxJzaMkdtAIgi4jkK-AXpCwJ307G0bt2lvFPw4WGoqQ06Tt1qwrKAA.&URL=mailto%3athomasg%40uwp.edu>
262.595.2432

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to