[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GlueSTiK



I don't *believe* I left that procmail filter on.  No wonder I wasn't
getting anything from the MiNT list... :-}

On Wed, 17 Sep 1997, Martin-Eric Racine wrote:

>  >[Incidentally, why the Cc:?  If you think the MiNT list is a more
>  >appropriate forum, I'll be happy to move discussion there, but this
>  >seems to be more STiK-related than MiNT-related...]

> Given it's a MiNTnet driver, either lists seemed suitable. ;-)

As soon as I get around to rewriting the thing as a device driver, maybe...

>  >Bookkeeping error. [...]
>  >This is fixed.

> New beta with fix any soon? ;-)

As soon as I figure out the bit below.

> However, if you read STiK docs, Client IP is whatever (fixed
> or dynamic) IP one uses for the session.

See, that's the sticking point.  AIUI, pppd can actually change the local
machine's notion of what its IP address is; and I'm trying to figure out
how to get that information out of it.  Doing a resolve on gethostname()
will probably just return what's defined in /etc/hosts, which does me no
good in the case of dynamic IP address assignment.  Or for that matter, I
may need to be using the IP address of the machine at the other end of the
PPP connection, and I can't figure out how to get *that* either.

						-sbigham