Hi Jason, On 15/11/10 10:54 AM, Jason Chan wrote: > Hi Olivier, > > Thanks for the reply. I edited :80 virtual server on template/httpd.conf but > it didn't do the trick. > > Seems to me that redir.cgi didn't read the client's MAC address and > redirected me to 'redirecturl' even my client has opened violations. >
If PacketFence can't lookup an IP to obtain a client's MAC address then there is no way for it to fetch violations. PacketFence needs to see the clients DHCP requests to be able to do that association in your VLANs. You can accomplish this using several means: - add an additional IP helper that points to PacketFence's IP and have it run a pfdhcplistener on that interface (current best practice) - duplicate traffic to your DHCP Servers to PacketFence (using span/rspan/monitor) and run a pfdhcplistener (requires additional NIC because of monitor/span) - have layer 2 visibility on every normal VLAN and run a pfdhcplistener on each VLAN interface (eth0.20, eth0.100, etc.) - your suggestion! :) Cheers! -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
