ISPConfig3 OK - Using DNS server to server local LAN
Follwed the How-To "The Perfect Server - Fedora 13 x86_64 [ISPConfig 3]
"
Within ISPConfig3 webadmin:
Changed admin password
Set IP address of server
Set GW IP address
Set DNS of server as the server itself - if the server cannot resolve to an IP it will use the public DNS servers listed in the /etc/resolv.conf file.
To use this DNS server with a local LAN address of 192.168.1.10 to server DNS requests from LAN clients edit the /etc/named.conf file.
Change:
listen-on port 53 { 127.0.0.1; }
To:
listen-on port 53 { 127.0.0.1; 192.168.1.10; }
Also change:
allow-query { localhost; }
To:
allow-query { localhost; 192.168.1.0/24; }
The "/24" matches the subnet for my network settings of 255.255.255.0 which can be found by running system-config-network it is the 'subnetmask'.
|
Recent comments
17 hours 4 min ago
22 hours 3 min ago
23 hours 29 min ago
1 day 22 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 22 hours ago
2 days 18 min ago