Skip to content
Snippets Groups Projects
Commit 3aedf657 authored by Phuc Tran Truong's avatar Phuc Tran Truong
Browse files

Add script for creating Ad Hoc Networks the Gruppe B way

parent 2c239826
No related merge requests found
#!/bin/bash
ifconfig wlan0 down
iw wlan0 set type ibss
ifconfig wlan0 up
iw wlan0 ibss join test 2432
ifconfig wlan0 10.42.43.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment