Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 5:37:38 +0100
From:      <gunnar.flygt@bredband.net>
To:        <freebsd-current@freebsd.org>
Subject:   Problems with ppp and modem 
Message-ID:  <20031216043738.SAWA24023.mxfep04.bredband.com@mxfep04>

next in thread | raw e-mail | index | archive | help
I changed machine at home from a box running 4.9-STABLE to a new one running 5.2-CURRENT. I dial in to my company using modem and userland ppp. The config runs OK on the 4.9 box, but on the 5.2 it never "lifts the phone off the hook" so to say. I've checked the examples in /usr/share/examples/ppp to see it there are any news in the config. I haven't found anything different from what I've got.

/etc&ppp/ppp.conf looks like this:

default:
 set log Phase Chat LCP IPCP CCP tun command
 allow user gunnar
 set device /dev/cuaa0
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \
 OK-AT-OK AT&j0E1Q0 OK \\dAT DI\\T TIMEOUT 40 CONNECT"
 set timeout 180

srpool:
 set phone 123456789
 set login
 set authname myloginname
 set authkey somepassword
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255
 set reconnect 5 5
 add default HISADDR


Is anyone still using modems with CURRENT? :)

Gunnar Flygt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031216043738.SAWA24023.mxfep04.bredband.com>