Hello to all,


First I'll apologize in advance if this post is a little lengthy.  I
successfully installed PF on a CentOS 5 box and able to get PF to detect
machines when connected.  However, when unregistered devices connect they
never get moved to the registration vlan.  I've included excerpts from
pf.conf, ifconfig and vlan config from the test switch.  PF is currently
setup in vlan mode and I have 3 NIC's installed but only utilizing 2 (1 for
management and the other for registration).  I'm almost certain that the
piece missing is something very small which I am over looking.



I would like to have any unregistered node in the 172.16.180 (production)
segment moved over to the registration vlan of 192.168.2 (registration).
Obviously after registering they can be moved back to production.



Guess the question I'm wondering is how come the unregistered devices never
get moved to other vlan?


Thank for all your help in advance!



[trapping]

range=192.168.2.0/24, 172.16.180.0/22



[network]

mode=vlan

dhcpdetector=enabled



[interface eth0]

ip=172.16.180.25

mask=255.255.252.0

type=managed,internal,monitor

gateway=172.16.180.1

authorizedips=



[interface eth0.4000]

ip=192.168.2.1

mask=255.255.255.0

gateway=192.168.2.1

type=internal



[interface eth2]

ip=172.16.183.250

mask=255.255.252.0

gateway=172.16.180.25

type=dhcplistener



eth0: <BROADCAST,MULTICAST,UP,LOWER_UP>

eth2: <BROADCAST,MULTICAST,UP,LOWER_UP>

eth0.4...@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP>



set vlan create 180

set vlan create 4000

set vlan name 180 "Testing"

set vlan name 4000 "registration"



mysql> select computername, status from node;

+---------------+--------+

| computername  | status |

+---------------+--------+

|                          | reg    |

|                          | reg    |

| lap-test-01          | unreg  |

| wrkstn-03           | unreg  |

+---------------+--------+

4 rows in set (0.00 sec)
------------------------------------------------------------------------------
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to