Changes between Version 61 and Version 62 of wireless/wifi


Ignore:
Timestamp:
06/18/2021 07:01:39 PM (3 years ago)
Author:
Cale Collins
Comment:

changed routed AP instructions to install programs before editing resolve.conf

Legend:

Unmodified
Added
Removed
Modified
  • wireless/wifi

    v61 v62  
    488488
    489489Configuration:
     4901. Update apt-get and install dnsmasq
     491{{{#!bash
     492apt-get update
     493apt-get install dnsmasq -y
     494}}}
    4904951. Kill systemd-resolved process to avoid conflict with dnsmasq
    491496{{{#!bash
     
    497502rm /etc/resolv.conf
    498503echo nameserver 8.8.8.8 | tee /etc/resolv.conf
    499 }}}
    500 1. Update apt-get and install dnsmasq
    501 {{{#!bash
    502 apt-get update
    503 apt-get install dnsmasq -y
    504504}}}
    5055051. configure your WAN and WLAN interfaces in /etc/network/interfaces. Here we will use eth0 as our WAN configured to obtain IP configuration via DHCP from the upstream provider and wlan0 as our WLAN configured with a DHCP server for a private subnet on the 10.0.0/24 network: