This commit is contained in:
unixdigest 2021-07-28 12:54:47 +02:00
commit 08b840ac39

View file

@ -300,8 +300,7 @@ subnet 192.168.3.0 netmask 255.255.255.0 {
option host-name "webserver";
}
}</pre>
<
p>The <code>option domain-name-servers</code> line specifies the DNS server we will be running on our router.</p>
<p>The <code>option domain-name-servers</code> line specifies the DNS server we will be running on our router.</p>
<p>Also the computer serving as our web server on the public LAN has gotten a fixed IP address and provided a fixed hostname.</p>