More fixes

This commit is contained in:
John Burwell 2025-04-25 20:17:16 -05:00
parent c3a7ed97dd
commit cf0c8db76a
3 changed files with 12 additions and 0 deletions

View File

@ -158,12 +158,22 @@
enabled: yes
state: started
- name: Assign static IP to ax0
shell: |
ip addr add {{ radio.ip_address }}/24 dev ax0 || true
ip link set ax0 up
- name: Enable and start hostapd
systemd:
name: hostapd.service
enabled: yes
state: started
- name: Assign static IP to wlan0
shell: |
ip addr add {{ network.lan_gateway }}/24 dev wlan0 || true
ip link set wlan0 up
- name: Enable and start dnsmasq
systemd:
name: dnsmasq.service

View File

@ -16,3 +16,4 @@ radio:
mycall: KI5QKX-11
port_name: radio0
ip_address: 44.31.1.1
ptt: CM108

View File

@ -16,6 +16,7 @@ TXTAIL 10
DWAIT 0
SLOTTIME 100
PERSIST 63
PTT {{ radio.ptt }}
# Log settings
LOGDIR /var/log/direwolf