Found this on the web (This is new to me) http://www.novell.com/communities/node/1337/configure-slp-da-and-dhcp-send-option-78-79-oes-linux
Problem: SLP DA + DHCP<http://www.novell.com/communities/glossary/term/1249> OPTION 78, 79 FOR OES LINUX This tip will help you to configure SLP DA and DHCP to send to option 78 and 79 on OES Linux. Solution: 1. Configure SLP DA on your OES Linux. Edit: /etc/slp.conf Add this to slp.conf ( This is an example ) net.slp.useScopes = DEFAULT net.slp.DAAddresses = 192.168.1.1 net.slp.isDA = true net.slp.isBroadcastOnly = false 2. Configure DHCP with SLP OPTIONS Edit: /etc/dhcpd.conf Add this to dhcpd.conf ( This is an example ) option nds-servers 192.168.1.1; option slp-directory-agent true 192.168.1.1; option slp-service-scope true "DEFAULT"; option netbios-node-type 8; option domain-name "adaris.ca"; option domain-name-servers 192.168.1.1; option routers 192.168.1.254; authoritative; ddns-update-style none; default-lease-time 604800; subnet 192.168.1.0 netmask { range 192.168.1.50 192.168.1.100; default-lease-time 6040800; } Restart both services /etc/init.d/slpd restart /etc/init.d/dhcpd restart Testing: Reboot your Windows machine, open a DOS Windows ( CMD ) and then type SLPINFO /D to verify if your workstation get to good information regarding the DA by DHCP. You should see something like: 192.168.1.1 DHCP UP SLPV1 DEFAULT From: Andrey Tavares [mailto:[email protected]] Sent: Thursday, April 07, 2011 4:05 PM To: Enterasys Customer Mailing List Subject: [enterasys] SLP option 78 configuration in Linux Server Hi, Can anybody will tell me how to configure option SLP 78 in Linux server. This is related to Hipath Wireless Controller configuration. If you have any ready document please share. Thanks. -- Andrey Tavares UNIVASF - Núcleo de Tecnologia da Informação * --To unsubscribe from enterasys, send email to [email protected]<mailto:[email protected]> with the body: unsubscribe enterasys [email protected]<mailto:[email protected]> --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
