Re: MAC cloning available like Linux has?

2012-12-15 Thread Glen Barber
On Fri, Dec 14, 2012 at 11:26:06PM -0800, Chris H wrote: > ifconfig_ue0="DHCP" > create_args_ue0="ether ##:##:##:##:##:##" > create_args is simply ignored. > Ignored how? What commands are you running to verify it works? For me, create_args_IFNAME works fine on my firewall. > I don't get it. I'

Re: MAC cloning available like Linux has?

2012-12-15 Thread Warren Block
On Fri, 14 Dec 2012, Chris H wrote: with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" the ether isn't honored (ignored) Remove the semicolon. I don't know if the order of parameters there matters, but think that the rc scripts just look for the presence of DHCP. This just worked in a VM

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
Hello Glen, and thank you for your reply. > On Fri, Dec 14, 2012 at 11:26:06PM -0800, Chris H wrote: >> ifconfig_ue0="DHCP" >> create_args_ue0="ether ##:##:##:##:##:##" >> create_args is simply ignored. >> > > Ignored how? What commands are you running to verify it works? > For me, create_args_IFN

Re: MAC cloning available like Linux has?

2012-12-15 Thread Glen Barber
On Sat, Dec 15, 2012 at 10:11:41AM -0800, Chris H wrote: > Hello Glen, and thank you for your reply. > > On Fri, Dec 14, 2012 at 11:26:06PM -0800, Chris H wrote: > >> ifconfig_ue0="DHCP" > >> create_args_ue0="ether ##:##:##:##:##:##" > >> create_args is simply ignored. > >> > > > > Ignored how? Wh

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
Greetings Warren, and thank you for your reply. > On Fri, 14 Dec 2012, Chris H wrote: > >> with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" >> the ether isn't honored (ignored) > > Remove the semicolon. I don't know if the order of parameters there > matters, but think that the rc scripts just

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
> On Sat, Dec 15, 2012 at 10:11:41AM -0800, Chris H wrote: >> Hello Glen, and thank you for your reply. >> > On Fri, Dec 14, 2012 at 11:26:06PM -0800, Chris H wrote: >> >> ifconfig_ue0="DHCP" >> >> create_args_ue0="ether ##:##:##:##:##:##" >> >> create_args is simply ignored. >> >> >> > >> > Ignore

Re: MAC cloning available like Linux has?

2012-12-15 Thread Adrian Chadd
Hi, Please file a PR for this. I think this (and mac address setup/changing on net80211, similar issues) needs both some better documentation/FAQ entries and updates to the rc scripts. I think we may want to add an ifconfig_X_ether="" to set the L2 address appropriately for an interface. Thanks,

Re: MAC cloning available like Linux has?

2012-12-15 Thread Warren Block
On Sat, 15 Dec 2012, Chris H wrote: Greetings Warren, and thank you for your reply. On Fri, 14 Dec 2012, Chris H wrote: with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" the ether isn't honored (ignored) Remove the semicolon. I don't know if the order of parameters there matters, but thi

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
> Hi, > > Please file a PR for this. I think this (and mac address Greetings Adrian, and thank you for your reply. > setup/changing on net80211, similar issues) needs both some better > documentation/FAQ entries and updates to the rc scripts. > > I think we may want to add an ifconfig_X_ether="" t

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
Hello Warren, and thank you for your reply. > On Sat, 15 Dec 2012, Chris H wrote: > >> Greetings Warren, and thank you for your reply. >> >>> On Fri, 14 Dec 2012, Chris H wrote: >>> with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" the ether isn't honored (ignored) >>> >>> Remove the se

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
>> Hi, >> >> Please file a PR for this. I think this (and mac address > Greetings Adrian, and thank you for your reply. > >> setup/changing on net80211, similar issues) needs both some better >> documentation/FAQ entries and updates to the rc scripts. >> >> I think we may want to add an ifconfig_X_

Re: MAC cloning available like Linux has? [SOLVED]

2012-12-15 Thread Chris H
>> Hi, >> >> Please file a PR for this. I think this (and mac address > Greetings Adrian, and thank you for your reply. > >> setup/changing on net80211, similar issues) needs both some better >> documentation/FAQ entries and updates to the rc scripts. >> >> I think we may want to add an ifconfig_X_

Re: MAC cloning available like Linux has?

2012-12-15 Thread Adrian Chadd
Yes, please file a PR so that the documentation gets updated to reflect this. You can't be the only person who wishes to do this. As I said, I think it's worth extended rc.conf to have a specific "ether" field for ifconfig, so any device-specific weird crap (especially when creating cloned device

Re: MAC cloning available like Linux has?

2012-12-15 Thread Ian Smith
On Sat, 15 Dec 2012 12:51:11 -0800, Chris H wrote: > in rc.conf, adding the following (order is important!), everything > works as expected/desired/anticipated; > > --- begin rc,conf > -- > ifconfig_ue0="ether ##:##:##:##:##:##"

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
> Yes, please file a PR so that the documentation gets updated to reflect this. > > You can't be the only person who wishes to do this. > > As I said, I think it's worth extended rc.conf to have a specific > "ether" field for ifconfig, so any device-specific weird crap > (especially when creating c

Re: MAC cloning available like Linux has?

2012-12-15 Thread Chris H
> On Sat, 15 Dec 2012 12:51:11 -0800, Chris H wrote: > > > in rc.conf, adding the following (order is important!), everything > > works as expected/desired/anticipated; > > > > --- begin rc,conf > -- > > ifconfig_ue0="ether ##:##:##: