From: carlsonj@workingcode.com
To: linux-ppp@vger.kernel.org
Subject: Re: Problem with interface ppp0
Date: Fri, 15 Oct 2004 19:02:56 +0000 [thread overview]
Message-ID: <16752.7904.120089.150959@carlson.workingcode.com> (raw)
In-Reply-To: <BAY12-F36sjCGvseE4D000072ea@hotmail.com>
Tomas Vadfors writes:
> Oct 15 00:26:18 Rohan pppd[2054]: Cannot determine ethernet address for
> proxy ARP
That means that you have the "proxyarp" option in your configuration,
and you probably shouldn't. If this log is not from the dial-in
server system (and it looks like it's not), then "proxyarp" isn't
right at all.
Beyond the warning message, though, it doesn't hurt.
> Oct 15 00:26:18 Rohan pppd[2054]: local IP address 82.96.24.131
> Oct 15 00:26:18 Rohan pppd[2054]: remote IP address 82.96.24.3
That looks like a good PPP link. Whatever's going wrong here, I don't
think that it's a PPP problem.
> and it output the following (into ppplog) after I tried as a normal user.
> Note that
> I now had the "noauth" option in /etc/ppp/options
>
> Oct 15 00:29:25 Rohan kdm_greet[2198]: Can't open default user face
> Oct 15 00:30:39 Rohan pppd[2315]: using the noauth option requires root
> privilege
Perhaps 'pppd' itself isn't owned by root or doesn't have the setuid
bit on it. It should. Or you have 'noauth' in some unprivileged
location as well. You need to have it in a privileged location, *IF*
you use it at all.
The fact that you need to use it, though, points out that you may well
have other problems. Do you have a default route? You almost
certainly should not, if this PPP link is dialing into your ISP.
Instead, you should have the "defaultroute" option in /etc/ppp/options
(or /etc/ppp/peers/*, as that's privileged as well) and pppd will
establish the default route when the link is up.
> >Note also the line
> >"Error opening resolv.conf"
> >Have you checked that /etc/resolv.conf is readable by all?
> >That it even exists?
>
> Yep. It's a link to some other file. I think that is readable by all...
What other file?
Are the contents correct?
--
James Carlson <carlsonj@workingcode.com>
next prev parent reply other threads:[~2004-10-15 19:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-28 17:23 Problem with interface ppp0 Tomas Vadfors
2004-09-28 17:39 ` Bill Unruh
2004-09-28 19:57 ` Clifford Kite
2004-10-15 18:51 ` Tomas Vadfors
2004-10-15 19:02 ` carlsonj [this message]
2004-10-16 20:08 ` Bill Unruh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16752.7904.120089.150959@carlson.workingcode.com \
--to=carlsonj@workingcode.com \
--cc=linux-ppp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).