📅 2024-10-02 — Session: Configured Ubuntu as a Wi-Fi Repeater
🕒 02:30–02:40
🏷️ Labels: Ubuntu, Wi-Fi, Repeater, Hostapd, Dnsmasq
📂 Project: Dev
⭐ Priority: MEDIUM
Session Goal
The goal of this session was to configure an Ubuntu system to function as a Wi-Fi repeater, enhancing network connectivity in the environment.
Key Activities
- Configured Ubuntu using both graphical interface methods and terminal commands with
hostapd
anddnsmasq
. - Addressed port conflicts between
systemd-resolved
anddnsmasq
by disablingsystemd-resolved
and restartingdnsmasq
. - Diagnosed and resolved issues with
hostapd
, including unmasking the service and verifying Wi-Fi adapter compatibility. - Created and configured the
hostapd
configuration file, ensuring network interface settings were correct. - Implemented a temporary solution for DNS issues by toggling
systemd-resolved
and performing necessary updates.
Achievements
- Successfully set up Ubuntu as a Wi-Fi repeater using terminal commands.
- Resolved service conflicts and ensured stable operation of
dnsmasq
andhostapd
.
Pending Tasks
- Monitor the system for any recurring issues with
dnsmasq
andhostapd
. - Consider automating the configuration process for easier deployment in the future.