At long last, I figured out the problem. If perform this command:
$ sudo launchctl list | grep bootp
1550 - com.apple.bootpd
You will see that bootpd is actually running, but being com.apple.bootpd means it is running as the normal system bootpd server. You don't want that.
First, disable Internet Sharing. Then run this command:
$ sudo launchctl remove com.apple.bootpd
Then, re-enable Internet Sharing. You should now see something like:
$ sudo launchctl list | grep bootp
3423 - 0x100101440.anonymous.bootpd
This is the anonymous Internet Sharing version of bootpd. Now it all works.
Thank you kindly.
ReplyDeleteThis worked until I downgraded to 10.8.1 from whatever the previous free version was. 10.7 or whatever.
ReplyDeleteI haven't been able to get internet sharing to work reliably ever since. This method currently reloads the same com.apple.bootpd.
Have you been able to get it to work?
Thanks
Not working this hack..
ReplyDeleteDisplaying "launchctl remove error: No such process" error.