dns named[4076]: error (network unreachable) resolving ‘./NS/IN’: 2001:503:ba3e::2:30#53
An error like this is caused by turning on IPv6 and turning off DNS IPv6
Methods:
①: [ root@localhost Etc] # VI/etc/sysconfig/named
add a line options = – 4 ”
②: comment out in named.conf
options{
listen-onport53{any;};
//listen-on-v6port53{::1;};#Comment out the line with // or #, or just delete it.
Similar Posts:
- Xampp Startup Error: Port 80 in use by “Unable to open process” with PID 4!
- CentOS starts nginx and prompts nginx: [emergency] still could not bind ()
- Nginx 400 Bad Request | The plain HTTP request was sent to HTTPS port
- Apache : Error: Apache shutdown unexpectedly [How to Solve]
- [Solved] MySQL Connect Error: Can’t connect to MySQL server on ‘ ‘(61)
- PHP FPM and Nginx start normally, page 502 Error [How to Solve]
- ZABBIX monitoring port
- Listen eadrinuse: 8080 solution
- [Solved] nginx no resolver defined to resolve..
- Error: listen EADDRINUSE :::3000