eaglestrike7339
July 30th, 2008, 04:06 PM
I just wanted to see if anyone knew anything about this, or could offer an alternative.
Goal: -Have a DHCP server be filter MAC addresses and only give IPs to a computer if its MAC was on the allowed list.
-Have this list be read from a column in a MySql database.
[even trickier] -Have this action occur in real time [/et]
This system would be used to allow a PC to join a small subnet of other PCs, for the purpose of, say, gaming.
Could there be a system of registering a PC, through the user-accessible means of an intranet webpage, and then allowing to connect within a short period of time (<2minutes?)
MAC filtering by itself is not difficult with dhcpd. The problem with a short-termed cron'd script, to print the MACs and replace the dhcpd.conf file is that the DHCP server would have to restart, which would drop connections (?).
Any ideas on how to do this? Any input at all would be great, even if it was little more than gasping, pointing a finger and saying "oohh, good luck" or something.
Thanks guys,
eagle
Goal: -Have a DHCP server be filter MAC addresses and only give IPs to a computer if its MAC was on the allowed list.
-Have this list be read from a column in a MySql database.
[even trickier] -Have this action occur in real time [/et]
This system would be used to allow a PC to join a small subnet of other PCs, for the purpose of, say, gaming.
Could there be a system of registering a PC, through the user-accessible means of an intranet webpage, and then allowing to connect within a short period of time (<2minutes?)
MAC filtering by itself is not difficult with dhcpd. The problem with a short-termed cron'd script, to print the MACs and replace the dhcpd.conf file is that the DHCP server would have to restart, which would drop connections (?).
Any ideas on how to do this? Any input at all would be great, even if it was little more than gasping, pointing a finger and saying "oohh, good luck" or something.
Thanks guys,
eagle