Hi, there are no wins-server settings over dhcp avail in webadmin could it be added ? there is only one dhcp-ip-pool is it possible to add more in asl4 ?
While it isn't in the front end, you can edit the dhcpd.conf-default file yourself to include WINS servers. Simply add this line with the other options. option netbios-name-servers 192.168.20.1, 192.168.20.2; where 192.168.20.1 & 2 are your WINS servers. Stop and restart the DHCP service and when your clients renew their leases the WINS servers will be set.
While it isn't in the front end, you can edit the dhcpd.conf-default file yourself to include WINS servers. Simply add this line with the other options. option netbios-name-servers 192.168.20.1, 192.168.20.2; where 192.168.20.1 & 2 are your WINS servers. Stop and restart the DHCP service and when your clients renew their leases the WINS servers will be set.