Author Topic: Configure SLP DA and DHCP to Send to Option 78, 79 on OES Linux (SUSE)  (Read 7432 times)

0 Members and 1 Guest are viewing this topic.

Offline fastbyte

  • Administrator
  • Sr. Member
  • *****
  • Posts: 374
  • Karma: +1002/-0
    • View Profile
    • Telmekom
1. Configure SLP DA on your OES Linux (SUSE).

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
« Last Edit: March 29, 2009, 12:11:15 pm by fastbyte »
SOCP Consultant OpenScape Voice & UC Application + SOCA Consultant OpenScape Voice & UC Application + SOCA Sales - Large Account Business (LAB)
----- Hackers (and creative people in general) should never be bored or have to drudge at stupid repetitive work, because when this happens it means they aren't doing what only they can do solve new problems.