Skip to content

Configure Client vs Hotspot Access Point #3

@ch7ck

Description

@ch7ck

Just have an AccessPoint wpa_supplicant-wlan0.conf . Need to break this out into having an option for client or access point. The wpa_supplicant-wlan0.conf for a client should look like the eth0 interface...for a Static IP of say 192.168.1.200 should look like:

cat > ${FULLPIROOTPATH}/etc/systemd/network/08-wlan0.network << EOF
[Match]
Name=wl*
[Network]
Address=192.168.1.200/24
Gateway=$192.168.1.1
DNS=8.8.8.8 8.8.4.4
EOF

duck

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions