Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 1999 02:01:10 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        larry_nilsen <larry_nilsen@eee.org>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ppp ???? 
Message-ID:  <199901130201.CAA20891@keep.lan.Awfulhak.org>
In-Reply-To: Your message of "Sun, 03 Jan 1999 23:53:34 PST." <3690737E.75662C96@eee.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
[.....]
> 5) Heres what i have on my pppON >show commands
[.....]

If your prompt says ``ppp ON >'', then you haven't configured your 
host name.  This will probably play havoc with ppp.

In general, you need to through every line in /etc/rc.conf and adjust 
it according to your preferences then reboot.

To fix this problem, ensure that you have a hostname specified in 
/etc/rc.conf:

.....
hostname="larry.home"        # Set this!
.....

and that it can be resolved in /etc/hosts:

.....
10.0.0.1 larry.home larry
.....

and that things are done in the right order from /etc/host.conf:

hosts
bind

After rebooting and starting ppp, you should now see a prompt saying 
``ppp ON larry >''.

-- 
Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901130201.CAA20891>