adding an ip address with arp
807557Dec 2 2005 — edited Dec 7 2005Hi
We're upgrading from solaris 7 to 10 and I'm at the point with a few machines that use dhcp and need to have a static IP address assigned to them.
In the old days I simply edited one of the scripts in rc3.d and added
arp -s <ipaddress> <macaddress> pub
Looking at solaris 10, the scripts have gone, leaving references to smf (which for the moment is a bit beyond me!)
Could someone possibly suggest the best approach to adding an ipaddress to an interface in a dhcp environment.
Thanks in advance
Nick