Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. Not sending DNS information to selected clients. (SMF Forum 1)


----------------------------------------------------------------------

Message: 1
Date: Fri, 04 Aug 2023 12:09:15 +0100
From: SMF Forum 1 <smf.for...@ntlworld.com>
To: dhcp-users@lists.isc.org
Subject: Not sending DNS information to selected clients.
Message-ID:
        <a20254aa5ace8f977c7983557f69097e1caa5735.ca...@ntlworld.com>
Content-Type: text/plain; charset="UTF-8"

I have a problem with a phantom network printer in my cups printing
environment.
The cups people have suggested that I turn off dns for the network
printer in question to resolve this.
How do I correctly amend the dhcpd.conf to achieve this ie not send a
DNS ip addess for this device and only this device.

The version of dhcpd is isc-dhcpd-4.4.2-P1.

The header of my dhcpd.conf file is as follows:

authoritative;
default-lease-time 43200;
max-lease-time 86400;
option custom-proxy-server code 252 = text;    
option custom-proxy-server "http://wpad.dat";;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.90 192.168.0.128;
    option domain-name "delta";
    option domain-name-servers 192.168.0.1;
    option routers 192.168.0.1;
    option ip-forwarding on;
    option broadcast-address 192.168.0.255;
    option subnet-mask 255.255.255.0;
    option ntp-servers 192.168.0.1;
}

The entry for the printer currently reads as follows:

host hp6020e {
    hardware ethernet e0:70:ea:72:6f:10;
    fixed-address hp6020e.delta;
}


Thanks


------------------------------

Subject: Digest Footer

_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

End of dhcp-users Digest, Vol 177, Issue 1
******************************************

Reply via email to