mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
networking - RpiOS - May impact bluetooth networking.
Only supply 'iiab' and use networking service for wired slaves needing br0.
This commit is contained in:
parent
fba4024962
commit
b44526cc27
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,12 @@
|
|||
dest: /etc/network/interfaces.d/iiab
|
||||
src: network/rpi.j2
|
||||
#src: network/iiab.j2 2019-02-05: caused ./iiab-network to fail repeatedly in recent days on one particular RPi 3, even after reboot ("Unable to start service networking: Job for networking.service failed..." at "Restart the networking service if appropriate") ...leaving dnsmasq off (#1452)
|
||||
when: iiab_wired_lan_iface is defined
|
||||
|
||||
- name: Use bind-dynamic for dnsmasq
|
||||
template:
|
||||
dest: /etc/dnsmasq.d/dnsmasq-iiab
|
||||
src: network/dnsmasq-iiab
|
||||
when: iiab_lan_iface == "br0"
|
||||
|
||||
- name: Stopping services
|
||||
|
@ -60,6 +66,7 @@
|
|||
name: networking
|
||||
enabled: yes
|
||||
state: restarted
|
||||
when: iiab_wired_lan_iface is defined
|
||||
|
||||
- name: Restart hostapd when WiFi is present but not when using WiFi as gateway
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Reference in a new issue