Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 1999 12:12:58 -0800
From:      Kent Stewart <kstewart@3-cities.com>
To:        Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: troubles using cvsup
Message-ID:  <382C74CA.2750BF1B@3-cities.com>
References:  <Pine.GSO.4.10.9911121949260.18092-100000@sun33>

next in thread | previous in thread | raw e-mail | index | archive | help


Ariel Burbaickij wrote:
> 
> Tried to run cvsup ports-supfile
> Got:Cannot get IP address of my own host - is its hostname correct?
> (my ISP use dynamic IP-adresses if it does care)
> Question:What should I do futher?

You need to read the /usr/share/example/ppp/ppp.conf.sample. You are
in .de land and that may make a difference. The ppp.conf.sample has a
section called pmdemand that is setup to dial an ISP using DHCP. I
modified it to add my dial in username and password. You also need a
proper ppp.linkup and a ppp.linkdown to add and clear information for
your tun0 interface.

I start user-ppp from /etc/ppp, where I have the ppp information, with
"ppp -auto -alias pmdemand" and it does everything from then on.

My ppp.linkup is

pmdemand:
        delete ALL
        add 0 0 HISADDR

My ppp.linkdown is

pmdemand:
 iface clear

This keeps everything clean as I dial to my ISP.

Kent

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

-- 
Kent Stewart
Richland, WA

mailto:kstewart@3-cities.com
http://www.3-cities.com/~kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

SETI(Search for Extraterrestrial Intelligence) @ HOME
http://setiathome.ssl.berkeley.edu/


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?382C74CA.2750BF1B>