Help! Is there a way to stop OS X from self assigning an ip address?
In switching between wireless networks, instead of obtaining the ip info through dhcp, my machine seems to end up with a self-assigned 169 addr.
I've tried to force it to dhcp with no success. Some of the methods I've tried are:
1. through the Network Prefs GUI, changing from DHCP to Manual and back to DHCP
2. through the Network Prefs GUI, using locations
3. through CLI, ipconfig set en1 DHCP
4. through CLI, SystemStarter restart Network
The only time that I can successfully obtain ip through dhcp is by reboot, booting into the correct network location setting.
In FreeBSD, you can force the request / renewal of ip through the use of dhclient command. That does not seem to be available in Darwin.
Is there something that I have overlooked? I switched to OS X b/c of the flexibility & stability of BSD. The last thing that I want to do is to have to reboot in order to get networking set up correctly.
In switching between wireless networks, instead of obtaining the ip info through dhcp, my machine seems to end up with a self-assigned 169 addr.
I've tried to force it to dhcp with no success. Some of the methods I've tried are:
1. through the Network Prefs GUI, changing from DHCP to Manual and back to DHCP
2. through the Network Prefs GUI, using locations
3. through CLI, ipconfig set en1 DHCP
4. through CLI, SystemStarter restart Network
The only time that I can successfully obtain ip through dhcp is by reboot, booting into the correct network location setting.
In FreeBSD, you can force the request / renewal of ip through the use of dhclient command. That does not seem to be available in Darwin.
Is there something that I have overlooked? I switched to OS X b/c of the flexibility & stability of BSD. The last thing that I want to do is to have to reboot in order to get networking set up correctly.