Changes between Version 61 and Version 62 of wireless/wifi
- Timestamp:
- 06/18/2021 07:01:39 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v61 v62 488 488 489 489 Configuration: 490 1. Update apt-get and install dnsmasq 491 {{{#!bash 492 apt-get update 493 apt-get install dnsmasq -y 494 }}} 490 495 1. Kill systemd-resolved process to avoid conflict with dnsmasq 491 496 {{{#!bash … … 497 502 rm /etc/resolv.conf 498 503 echo nameserver 8.8.8.8 | tee /etc/resolv.conf 499 }}}500 1. Update apt-get and install dnsmasq501 {{{#!bash502 apt-get update503 apt-get install dnsmasq -y504 504 }}} 505 505 1. 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: