PacketFence - BTS - PacketFence
View Issue Details
0000760PacketFencecorepublic2009-08-11 09:182012-02-29 10:58
obilodeau 
obilodeau 
normalminorN/A
closedwon't fix 
 
3.0.0 
0000760: Improve DHCP isolation mode documentation
Install and admin guide should cover dhcp isolation mode configuration. At least getting started and also put some emphasis that vlan isolation is way better.

Test then freeze.
Use this as a basis:

Basic DHCP Configuration

Download and install packetfence-1.6.x.tar.gz. Please see install documentation.

Change /usr/local/pf/conf/pf.conf
[network]
mode=dhcp

[service]
dhcp=path/to/dhcp
Add your dhcp networks to pf.conf (example below)
[dhcp studentnet]
isolation_scopes=iso
registered_scopes=reg
unregistered_scopes=unreg
device=eth0

[scope iso]
network=192.168.10.0/24
gateway=192.168.10.1
range=192.168.10.10-192.168.10.50

[scope reg]
network=192.168.0.0/24
gateway=192.168.0.1
range=192.168.0.100-192.168.0.200

[scope unreg]
network=192.168.1.0/24
gateway=192.168.1.1
range=192.168.1.150-192.168.1.160
Start packetfence
/usr/local/pf/bin/start
No tags attached.
related to 0001227closed obilodeau Reintroduce inline mode as a first class citizen 
Issue History
2009-08-11 09:18obilodeauNew Issue
2009-08-19 15:55obilodeauStatusnew => assigned
2009-08-19 15:55obilodeauAssigned To => obilodeau
2011-06-17 17:24obilodeauRelationship addedrelated to 0001227
2011-09-08 12:40obilodeauNote Added: 0002191
2011-09-08 12:40obilodeauStatusassigned => resolved
2011-09-08 12:40obilodeauFixed in Version => trunk
2011-09-08 12:40obilodeauResolutionopen => won't fix
2011-09-21 22:07obilodeauFixed in Versiontrunk => 3.0.0
2011-09-21 22:15obilodeauNote Added: 0002272
2011-09-21 22:16obilodeauStatusresolved => closed
2012-02-29 10:58obilodeauCategoryfuture => core

Notes
(0002191)
obilodeau   
2011-09-08 12:40   
dhcp mode no longer exists. See 3.0's inline enforcement for an equivalent.
(0002272)
obilodeau   
2011-09-21 22:15   
fix released in 3.0