Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### /etc/udev/rules.d/70-persistent-net.rules
- SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="30:b5:c2:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="kaliwlan0"
- ### /etc/network/interfaces
- allow-hotplug kaliwlan0
- iface kaliwlan0 inet manual
- pre-up iwconfig $IFACE mode monitor
- pre-up macchanger -r $IFACE
- pre-up ip link set dev $IFACE promisc on
- pre-up ip link set dev $IFACE multicast on
- pre-up ip link set dev $IFACE allmulticast on
- pre-up ip link set dev $IFACE arp on
- pre-up ip link set dev $IFACE up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement