|
|
Subject:
Gateway Assignment by MAC Address
Category: Computers > Internet Asked by: chasuk-ga List Price: $10.00 |
Posted:
29 Oct 2005 16:35 PDT
Expires: 28 Nov 2005 15:35 PST Question ID: 586552 |
I would like to be able to assign gateways based on the MAC address. In other words, "approved" MAC addresses would be assigned one set of gateways, all others would be assigned a different set of gateways. I would prefer that this was built-in to the router. Can anyone suggest a product which supports this? | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Gateway Assignment by MAC Address
From: zorro_paris-ga on 02 Nov 2005 03:01 PST |
hello you can do that with a linux box and dhcpd, which offers MAC-based gateways and ip assignations. example in dhcpd.conf : group { option routers 192.168.1.254; option subnet-mask 255.255.255.0; host pc1 { hardware ethernet 11:22:33:44:55:66; } host pc2 { hardware ethernet 22:33:44:55:66:77; } } group { option routers 192.168.1.253; option subnet-mask 255.255.255.0; host pc1 { hardware ethernet 33:44:55:66:77:88; } host pc2 { hardware ethernet 44:55:66:77:88:99; } } hope this helps |
Subject:
Re: Gateway Assignment by MAC Address
From: chasuk-ga on 02 Nov 2005 12:58 PST |
zorro_paris: Thank you for your input. It is very informative, but can it be done in realtime? Thanks again! |
Subject:
Re: Gateway Assignment by MAC Address
From: zorro_paris-ga on 03 Nov 2005 08:23 PST |
well, you can of course edit the conf file and reload the dhcpd server in real time ;) |
Subject:
Re: Gateway Assignment by MAC Address
From: zorro_paris-ga on 03 Nov 2005 09:05 PST |
you just need a program that will update the conf file for you i can do it for you if you need ;) |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |