> On Fri, Dec 14, 2012 at 02:46:33PM -0800, Chris H wrote: >> OK. So it is possible with BSD. Let's try to make it permanent! >> adding any of the following attempts failed miserably: >> ifconfig_ue0="ether ##:##:##:##:##:## DHCP" >> >> ifconfig_ue0="DHCP" >> ifconfig_ue0_alias0="ether ##:##:##:##:##:##" >> Well, dfeeling "armed, and dangerous" with the new knowledge gained from Mateusz Guzik, Freddie Cash, and Glen Barber, I downloaded CD1 of RELENG_9, and installed it. I attempted to use the suggestions previously provided. However, they were either rejected, or quietly ignored. :(
with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" the ether isn't honored (ignored) ifconfig_ue0="ether blah blah blah" ifconfig_ue0_alias0="DHCP" throws an error (but spins by too fast to catch) /var/log/messages would probably reveal it. ifconfig_ue0="DHCP" create_args_ue0="ether ##:##:##:##:##:##" create_args is simply ignored. I don't get it. I've tried every imaginable incarnation I could possibly conceive. Is it even possible? I had really hoped to turn this into a gateway, and while Linux will "clone" the MAC(3). I don't trust it (security wise). Is Linux' DHCP more robust than BSD'?! Hard to imagine, but I'm completely at a loss. --Chris _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"