mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
ignore all eth for dnsq
This commit is contained in:
parent
04165f2686
commit
46892884a1
1 changed files with 3 additions and 0 deletions
3
setup.sh
3
setup.sh
|
|
@ -306,6 +306,9 @@ sudo sed -i '/^interface wlan0/,/^\s*$/d' /etc/dhcpcd.conf
|
|||
# Now, add our static IP config to the end of the file.
|
||||
sudo tee -a /etc/dhcpcd.conf > /dev/null <<EOF
|
||||
|
||||
# Deny dhcpcd from managing the ethernet port to prevent conflicts
|
||||
denyinterfaces eth*
|
||||
|
||||
# Static IP configuration for Hachi Time AP
|
||||
interface wlan0
|
||||
static ip_address=10.0.252.1/24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue