root / trunk / README

Revision 69, 0.8 kB (checked in by docwhat, 3 years ago)

r1095@LC2000: docwhat | 2005-09-22T03:26:05.112720Z
Uh....don't need that
r1096@LC2000: docwhat | 2005-09-22T03:35:10.956584Z
Cleanups

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1QUICKSTART
2==========
3
4The full docs are at http://trac.gerf.org/gdhost/
5
6This is currently missing because things are much different than
7they used to be.
8
9================
10Using the Server
11================
12
13Basically, copy the config.example file to /etc/gdhost/config (or
14wherever if you pass in the -c flag) and edit it to meet your
15requirements.  I use runit to run gdhost, but inittab can be used
16instead.  Alternatively, someone could submit an /etc/init.d/ script
17that is LSB compatible and I'll share that.
18
19========================
20Using gdhostc with dhcp3
21========================
22 Create a file in /etc/dhcp3/dhclient-exit-hooks.d and make it
23 executable.  The file should contain something like:
24  /path/to/gdhostc -q -k "Your Key" -n "Name" update
25
26Thats the quick start.
27
28
Note: See TracBrowser for help on using the browser.