On Thu, Jul 08, 2010 at 10:15:26AM -0500, Chet Langin wrote: > I would like to set DHCP for an interface > from the command line. I have tried... > > # ifconfig re0 dhcp > > ..and I get this error... > > ifconfig: dhcp: bad value > > Using version 4.5. > > Can anyone tell me how to do this?
Try `dhclient re0` -ME