PDA

Bekijk de volledige versie : DHCP -exact IP address to exact MAC address?



piezomotor
02-01-2008, 14:05
How can I force DHCP to submit exact IP address to exact MAC address?

In XWRT I did it by writing 00:40:f4:7a:fb:ed 192.168.1.110 in /etc/ethers

In WL500gP it does not work....

Thanks!

newbiefan
02-01-2008, 15:54
works pretty similar:

vi /tmp/local/etc/ethers

insert data as usual and
store it forever with:

flashfs save && flashfs commit && flashfs enable && reboot

btw: same thing with dnsmasq

have fun