มันเป็นไปได้ที่จะมี DNS robin ปัดกับการกำหนดค่า follwing ใน/etc/hosts
?
192.168.4.10 shaakunthala.local
192.168.4.20 shaakunthala.local
ฉันอยู่บน Linux
มันเป็นไปได้ที่จะมี DNS robin ปัดกับการกำหนดค่า follwing ใน/etc/hosts
?
192.168.4.10 shaakunthala.local
192.168.4.20 shaakunthala.local
ฉันอยู่บน Linux
คำตอบ:
dnsmasq รวมถึง Round-robin DNS ไม่อยู่ในกล่อง
> egrep -m1 '^nameserver' /etc/resolv.conf
nameserver 127.0.0.1
> grep -i rrtest /etc/hosts
1.1.1.1 rrtest
2.2.2.2 rrtest
> /etc/init.d/dnsmasq restart
Shutting down dnsmasq: [ OK ]
Starting dnsmasq: [ OK ]
> nslookup rrtest
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: rrtest
Address: 2.2.2.2
Name: rrtest
Address: 1.1.1.1
> nslookup rrtest
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: rrtest
Address: 1.1.1.1
Name: rrtest
Address: 2.2.2.2
ไม่มันไม่ทำงาน
นอกจากนี้ / etc / hosts เป็นรูปแบบดั้งเดิมของการแมปชื่อ -> ที่ DNS หมายถึงการแทนที่ หากคุณต้องการ round-robin DNS ให้ติดตั้งเซิร์ฟเวอร์ DNS