Bootp: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
  rm bootpd-2.4.tar
  rm bootpd-2.4.tar
  cd bootpd-2.4
  cd bootpd-2.4
gmake sunos5
gmake install
Create (or copy existing) file ''/etc/bootptab'' (see EtherLite-related example in [[EtherLite32]]).
Modify ''/etc/inetd.conf'' file adding following line:
bootps dgram udp wait root /usr/sbin/bootpd bootpd
Run ''inetconv'' to produce ''/var/svc/manifest/network/bootps-udp.xml'' file.
Start 'bootpd' service:
clon10:network> svcadm enable network/bootps/udp
clon10:network> svcs | grep bootp
online        11:29:27 svc:/network/bootps/udp:default

Latest revision as of 15:59, 22 November 2007

We are using old BOOTP version 2.4, until better way will be found. Some changes were applied and result was tared and stored in /usr/local/downloads directory. Following procedure shell be used:

cd /usr/local/src
cp ../downloads/bootpd-2.4.tar .
tar xvf bootpd-2.4.tar
rm bootpd-2.4.tar
cd bootpd-2.4
gmake sunos5
gmake install

Create (or copy existing) file /etc/bootptab (see EtherLite-related example in EtherLite32).

Modify /etc/inetd.conf file adding following line:

bootps dgram udp wait root /usr/sbin/bootpd bootpd

Run inetconv to produce /var/svc/manifest/network/bootps-udp.xml file.

Start 'bootpd' service:

clon10:network> svcadm enable network/bootps/udp
clon10:network> svcs | grep bootp
online         11:29:27 svc:/network/bootps/udp:default