diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-08-26 09:52:11 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-08-26 09:52:11 +0000 |
| commit | 82c17c2178a1cdc7af1ead519dea651dc8b5fa8b (patch) | |
| tree | 1424d3ba8ff5d2bc36428a984dcadee74343e470 /FAQ | |
| parent | cc5789760d66b482cd0bbd57fef84dd307cf3396 (diff) | |
Notes
Diffstat (limited to 'FAQ')
| -rw-r--r-- | FAQ/network.sgml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/FAQ/network.sgml b/FAQ/network.sgml index 30f46b5ad5..ba7f689c7f 100644 --- a/FAQ/network.sgml +++ b/FAQ/network.sgml @@ -1,4 +1,4 @@ -<!-- $Id: network.sgml,v 1.13 1998-08-18 23:26:50 dwhite Exp $ --> +<!-- $Id: network.sgml,v 1.14 1998-08-26 09:52:11 brian Exp $ --> <!-- The FreeBSD Documentation Project --> <sect> @@ -171,6 +171,25 @@ It will build on FreeBSD version 2.1.5 and higher. <sect2> + <heading>Ppp just hangs when I run it</heading> + + <p>This is usually because your hostname won't resolve. The best + way to fix this is to make sure that <tt>/etc/hosts</tt> is + consoluted by your resolver first by editing <tt>/etc/host.conf</tt> + and putting the <tt>hosts</tt> line first. Then, simply put an + entry in <tt>/etc/hosts</tt> for your local machine. If you have + no local network, change your <tt>localhost</tt> line: + + <verb> +127.0.0.1 foo.bar.com foo localhost + </verb> + + Otherwise, simply add another entry for your host. Consult the + relevant man pages for more details. + <p>You should be able to successfully <tt>ping -c1 `hostname`</tt> + when you're done. + + <sect2> <heading>Ppp won't dial in -auto mode</heading> <p>First, check that you've got a default route. By running <htmlurl |
