amuck-landowner

wlan

  1. wlanboy

    Creating an WLAN access point with your Raspberry Pi

    Install required packages: sudo apt-get install hostapd dnsmasqSet static ip to your wlan interface: nano /etc/network/interfacescontent: (check for a single wlan0 entry!) iface wlan0 inet static address 192.168.20.1 netmask 255.255.255.0Add a configuration to hostap: nano...
  2. wlanboy

    Your own OpenVPN WLAN

    I do have some devices where I am not able to install an OpenVPN client. But I want to use an US IP for these devices. You might think that the only way to get an US IP is to root/patch the devices. The more elegant way is to have a device that is doing the OpenVPN client job. Therefore I...
Top
amuck-landowner