ฉันต้องการใช้เฉพาะ dnsmasq เพื่อส่งต่อคำร้องขอ dns ทั้งหมดไปยังเซิร์ฟเวอร์ dns ของ google และปิดการใช้งาน dhcp ...
ฉันจะบรรลุผลนี้ได้อย่างไร?
ฉันต้องการใช้เฉพาะ dnsmasq เพื่อส่งต่อคำร้องขอ dns ทั้งหมดไปยังเซิร์ฟเวอร์ dns ของ google และปิดการใช้งาน dhcp ...
ฉันจะบรรลุผลนี้ได้อย่างไร?
คำตอบ:
dnsmasq ปิดใช้งานเซิร์ฟเวอร์ dhcp โดยค่าเริ่มต้น ในการเปิดใช้งานคุณต้องยกเลิกการคอมเม้นท์สาย dhcp ที่เกี่ยวข้อง/etc/dnsmasq.conf
เพื่อส่งต่อคำขอทั้งหมดไปยัง 208.67.222.222 ก็เพียงพอที่จะเพิ่ม (โดยไม่ต้องแตะการกำหนดค่า dnsmasq) ใน/etc/resolv.conf
:
nameserver 127.0.0.1
# In order to configure dnsmasq to act as cache for the host on which it
# is running, put [as the first line] "nameserver 127.0.0.1" in /etc/resolv.conf to force
# local processes to send queries to dnsmasq. [...]
# dnsmasq is smart enough to ignore this line and forward all queries appropriately,
# while all other applications will send all their queries to dnsmasq.
nameserver 208.67.222.222
แค่นั้นแหละ :)
เพียงคอมเม้นท์บรรทัด dhcp ที่เกี่ยวข้องในไฟล์ dnsmasq.conf ของคุณแล้วรีสตาร์ท dnsmasq