|
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 | |
|---|
| 1 | QUICKSTART |
|---|
| 2 | ========== |
|---|
| 3 | |
|---|
| 4 | The full docs are at http://trac.gerf.org/gdhost/ |
|---|
| 5 | |
|---|
| 6 | This is currently missing because things are much different than |
|---|
| 7 | they used to be. |
|---|
| 8 | |
|---|
| 9 | ================ |
|---|
| 10 | Using the Server |
|---|
| 11 | ================ |
|---|
| 12 | |
|---|
| 13 | Basically, copy the config.example file to /etc/gdhost/config (or |
|---|
| 14 | wherever if you pass in the -c flag) and edit it to meet your |
|---|
| 15 | requirements. I use runit to run gdhost, but inittab can be used |
|---|
| 16 | instead. Alternatively, someone could submit an /etc/init.d/ script |
|---|
| 17 | that is LSB compatible and I'll share that. |
|---|
| 18 | |
|---|
| 19 | ======================== |
|---|
| 20 | Using 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 | |
|---|
| 26 | Thats the quick start. |
|---|
| 27 | |
|---|
| 28 | |
|---|