[Casper] disable ad hoc networking

Thomas Larkin tlarki at kckps.org
Tue Jan 13 13:28:35 PST 2009


Craig, if I were a betting man, I'd bet you are most likely right 

looking at the airportd daemon I want to know what other commands I can
use with it.  The man page is seriously lacking.  In fact it doesn't
display any information.  I will search the Apple White pages and see if
I can come up with something else, but the documentation is really light
on this. 

Thanks,

>>> "Ernst, Craig S." <ERNSTCS at uwec.edu> 01/13/09 2:59 PM >>>

My guess...in the world of bits...

ibss_admin 0

;)

Craig E


On 1/13/09 2:55 PM, "Miles Leacy" <miles.leacy at themacadmin.com> wrote:


Thanks!  Could you explain what the "-ibss_admin" switch means?  How
would this be undone if you needed to?

If your airport interface is not "en1", would you need to discover the
correct value and substitute it in the command?  Isn't airport en2 on
Mac Pros and en0 on MacBook Airs?

Such as:
airport_interface=`system_profiler SPNetworkDataType| grep -A 1
"Hardware: AirPort"` airport_interface=${airport_interface: -3}

expect -c 'spawn /usr/libexec/airportd $airport_interface -ibss_admin 1;
expect eof'


Thanks again for the great info!

----------
Miles A. Leacy IV

 Certified System Administrator 10.4
 Certified Technical Coordinator 10.5
 Certified Trainer
Certified Casper Administrator
----------
voice: 1-347-277-7321
miles.leacy at themacadmin.com
www.themacadmin.com <http://www.themacadmin.com>




2009/1/13 John DeTroye <detroye1 at apple.com>

For Airport? From Terminal,  sudo /usr/libexec/airportd en1 -ibss_admin
1

or for remote deployment:

expect -c 'spawn /usr/libexec/airportd en1 -ibss_admin 1; expect eof'

johnd
  



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090113/a14abac4/attachment.html 


More information about the Casper mailing list