|
||||||||||
Sorry ...I could not help anymore...I am bit not the best...thought I could help I can look and see if there is anything on the archive also Adrian Padilla http://www.majesticsoundsonline.com http://www.a1-audio.com http://www.publicwi-fi.us -----Original Message----- From: Chris Buechler [mailto:cbuechler at gmail dot com] Sent: Monday, October 04, 2004 12:19 PM To: Ziekke Cc: m0n0wall at lists dot m0n0 dot ch Subject: Re: [m0n0wall] Only allowing certain MAC to use IP? On Mon, 4 Oct 2004 11:57:53 -0400, Ziekke <ziekke at ziekke dot net> wrote: > I appreciate your response, but I dont think it was quite what I was looking > for. > > What I want to do is have my DHCP server open to anyone who wishes to use it (it > is a wireless interface), but specify a range IP address that is only usable by > certain MAC IDs. > > I do not wish to deny unknown clients from my DHCP server, I want to deny > everyone but a specific MAC access to an IP address. > It's not possible in the webGUI, but you can use static ARP in a <shellcmd> parameter in your config.xml. (google 'shellcmd site:m0n0.ch' to find info on using that) Syntax is: arp -s 10.1.1.3 00:60:97:B9:3B:B5 to assign that MAC address to IP 10.1.1.3. You can put that in on a temporary basis to test using /exec.php on your m0n0wall. This setting will be lost at reboot unless you put it in config.xml. But that's easy to get around if you know what you're doing by changing the MAC address on your NIC to the permitted one. Many Windows drivers have this built into the NIC GUI. And the MAC address of another system on the LAN is easy to come by (ping IP, run 'arp -a'). -Chris --------------------------------------------------------------------- To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |