Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 1997 08:43:57 -0500
From:      abbott on 9th Street <jabbott@wolf.co.net>
To:        questions@FreeBSD.ORG
Subject:   ip aliasing question
Message-ID:  <199705251343.IAA29136@wolf.co.net>

next in thread | raw e-mail | index | archive | help
I am trying to setup IP Aliasing on 2.2.1 and am getting an error.  This is
my ppp.conf
default:
        set device /dev/cuaa0
        disable pred1
        deny pred1
        disable lqr
        deny lqr
        set speed 38400
        set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT
OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNEC
T"
        set redial 3 10
provider:
        set authname jabbott
        set authkey mypwhere
        set phone 123-4567
        set timeout 300
        set openmode active
        accept chap
        set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0
        add 0 0 127.2.2.2

but when I turn it on using
ppp -auto -alias provider

My ppp.log file that looks like this....
# more ppp.log
05-25 07:42:32 [243] Using interface: tun0
05-25 07:42:32 [244] Listening at 3000.
05-25 07:42:32 [244] PPP Started.
05-25 07:43:00 [244] Enter pause for redialing.
05-25 07:43:03 [244] Redialing timer expired.
05-25 07:43:08 [244] Enter pause for redialing.
05-25 07:43:11 [244] Redialing timer expired.
05-25 07:43:16 [244] Enter pause for redialing.
05-25 07:43:19 [244] Redialing timer expired.

All the time this is happening my terminal ready light on my modem is
blinking on and off.  Any ideas what is going on?  If I just run ppp and go
into term mode I can at the modem just fine.

--ja




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