Skip to content

Commit

Permalink
Limit dnsmasq-virt to hypershiftlab interface (#45)
Browse files Browse the repository at this point in the history
Previously, dnsmasq-virt was listening in all the interfaces, including main one. In the best case, this results in annoying logs each time there is a DHCP request on the main network (I have preferred to not look for a worse case).
  • Loading branch information
palonsoro authored Nov 28, 2024
1 parent a4f1d1c commit f0311b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab-materials/lab-env-data/dnsmasq/dnsmasq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dhcp-option=hypershiftlab,option:dns-server,192.168.125.1
dhcp-option=hypershiftlab,option:router,192.168.125.1

resolv-file=/opt/dnsmasq/upstream-resolv.conf
interface=hypershiftlab
except-interface=lo
dhcp-lease-max=81
log-dhcp
Expand Down

0 comments on commit f0311b3

Please sign in to comment.