This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DHCP Server no WINS setting

Why is there no setting for the DHCP to assign a WINS address?  This seems to be missing.


This thread was automatically locked due to age.
Parents
  • It can be added manually to the dhcpd-default.conf file. It won't show in the GUI but your DHCP clients get the right data.

    option wins-servers 192.168.1.10;

    or something like that.
     
     [size="1"][ 21 August 2002, 18:51: Message edited by: Jim M. ][/size]
Reply
  • It can be added manually to the dhcpd-default.conf file. It won't show in the GUI but your DHCP clients get the right data.

    option wins-servers 192.168.1.10;

    or something like that.
     
     [size="1"][ 21 August 2002, 18:51: Message edited by: Jim M. ][/size]
Children
No Data