Connecting to the WiFi Pineapple on Linux
This guide teaches the basics of connecting to the WiFi Pineapple on Linux-based operating systems.
Last updated
$ sudo ip link set eth0 down
$ sudo ip addr add 172.16.42.42/255.255.255.0 dev eth0
$ sudo ip link set eth0 up