[email protected] wrote: > On (06/22/10 17:09), Ben Lavery wrote: >> On an old router I had, I could tell the router that if a certain >> computer (based on MAC address) requested an IP address, then to give >> it a set address. >> >> e.g. >> I've got a MacBook with the MAC address 00:16:cb:cb:6a:59 and I >> always want the router to assign it the IP 10.0.0.16 > > ah, I see.. you want to set up the IP address for a dhcp client id > (based on mac address) on the dhcp server. > > dhcpmgr is the user-friendly answer. > > The user-unfriendly answer is to mess directly with CLIs: > > http://softpano.dot5hosting.com/Net/Application_layer/DHCP/solaris_dhcp_server_configuration.shtml/engine/api/api.class.php
It's not _too_ horrible, assuming you have a "10.0.0.0" table for that network: # pntadm -M 10.0.0.16 -i 010016CBCB6A59 -f PERMANENT 10.0.0.0 -- James Carlson 42.703N 71.076W <[email protected]> _______________________________________________ networking-discuss mailing list [email protected]
