linux-diald.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rod <pikensullivan@yahoo.ca>
To: linux-diald@vger.kernel.org
Subject: Re: How calls diald the pppd?
Date: Fri, 30 Aug 2002 13:24:11 -0400	[thread overview]
Message-ID: <20020830172410.GA1338@pike.home> (raw)
In-Reply-To: <3D6E88B3.3878ACD9@ba228.pppool.de>

On Thu, Aug 29, 2002 at 10:48:51PM +0200, Juergen Kosel wrote:
> Rod wrote:
> > 
> > > mode ppp
> > > pppd-options usepeerdns name juergen.kosel noipdefault ipcp-accept-local ipcp-accept-remote
> > > path-pppd /usr/sbin/pppd
> > > device /dev/ttyS0
> > > connect /etc/ppp/dial-freenet
> > > #connect /usr/local/lib/diald/connect
> > > speed 115200
> > > modem
> > > lock
> > > crtscts
> > > local 192.168.2.1
> > > #remote 62.104.216.42
> > 
> > Pick a local and remote address that are unique and not the address of
> > any machines in your network.  As an example if the diald server in my
> > network has an IP address of 192.168.2.1 my diald.conf has the following
> > 
> > local 192.168.2.2
> > remote 192.168.2.3
> 

Hallo Juergen,

> My machine is standalone (unless conecting to ISP)
> So the IP adresses are uniqe!

OK but in your diald.conf you have commented out the "remote" command.
Perhaps you need to look at "man diald" and the references to "dynamic",
"remote", and "local".  "remote" and "local" should be unique and NOT
the address of your machine.  Also if you look at the info on the use of
"dynamic" it says that you must specify both a "local" and "remote"
address.

> 
> And in pap secrets the remote and local adress field has an '*' as entry
> (match any) for the choosen name.
> So I have no idea why the ppp options ipcp-accept-local
> ipcp-accept-remote have no effect.

I don't use ipcp-accept-local and ipcp-accept-remote so I'm not sure
why you are using them.  I don't use pppd-options in my diald.conf at
all.  I specify my pppd options in /etc/ppp/options.
Is there a reason why you are specifying pppd-options?
What does your /etc/ppp/options file look like?

Have you been able to get pppd up and running without diald?  

What I did was debug pppd first, get that working and then use the same
connection script for diald.  I have a test-script as follows.

/usr/sbin/pppd /dev/modem 38400 modem crtscts noipdefault \
defaultroute connect "/usr/sbin/chat -v -f /etc/ppp/chat-script"

Once I was able to get pppd working manually, it was a simple matter to
get diald to launch it.

Hope that is helpful.

Cheers,
Rod

> And I allready tried 0.0.0.0:0.0.0.0 in the ppp options.
> 
> 
> Juergen
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2002-08-30 17:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-29 16:39 How calls diald the pppd? Juergen Kosel
2002-08-29 18:05 ` Rod
2002-08-29 20:48   ` Juergen Kosel
2002-08-30 17:24     ` Rod [this message]
2002-08-30 19:34       ` Juergen Kosel
2002-08-31 14:46         ` Rod
2002-09-15 16:54         ` Juergen Kosel
2002-09-16 21:07           ` Rod

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=20020830172410.GA1338@pike.home \
    --to=pikensullivan@yahoo.ca \
    --cc=linux-diald@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).