|
Revision 40, 0.6 kB
(checked in by docwhat, 7 years ago)
|
|
Added thingy for debian example.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 | QUICKSTART |
|---|
| 2 | ========== |
|---|
| 3 | |
|---|
| 4 | This is currently missing because things are much different than |
|---|
| 5 | they used to be. |
|---|
| 6 | |
|---|
| 7 | Basically, rename and fill out the example.conf file. |
|---|
| 8 | |
|---|
| 9 | When you start gdhostd give it the full path to renamed conf file. |
|---|
| 10 | |
|---|
| 11 | gdhostc is hopefully easy enough to understand that I don't need to |
|---|
| 12 | explain it. |
|---|
| 13 | |
|---|
| 14 | If you run Debian woody or newer, you should be able to simply edit |
|---|
| 15 | /etc/network/interfaces and add an "up" entry for the interface in |
|---|
| 16 | question. |
|---|
| 17 | |
|---|
| 18 | Example: |
|---|
| 19 | iface eth0 inet dhcp |
|---|
| 20 | hostname laptop |
|---|
| 21 | up /etc/gdhost/gdhostc somekey replace laptop |
|---|
| 22 | |
|---|
| 23 | $Id: README,v 1.4 2002/03/31 20:15:29 docwhat Exp $ |
|---|