Date: Fri, 01 Oct 1999 17:30:11 -0700 From: gjukema@silk.net To: freebsd-questions@FreeBSD.org Subject: ppp gateway not passing "connected" to windows client Message-ID: <3.0.5.32.19991001173011.007cf9c0@silk.net>
next in thread | raw e-mail | index | archive | help
Hi,
I've setup many ppp gateways in the past and for the first time I'm really
stumped. "ppp -auto -alias goonline" auto dials, and logs in fine; from
the FreeBSD gateway I can browse, ping whatever and things are swell, even
when initiating the connection from the windows browser.
The problem is that the windows browser does not get notified that we have
a connection, so it times-out; but here's the kicker; this only occurs with
this particular ISP. With the same configuration, different ISP, username,
and password; things are perfect. Of course, clicking on the IE refresh or
home or whatever, and it knows the connection is there - I've also tried
this with Netscape, and am experiencing the same results. Its definately
somewhere during, or shortly after, ppp authentication.
The only difference in the log file between the ISP that works, and the one
that doesn't are as follows:
ISP (sympatico) doesn't work:
...
PAP_ACK (Selection: ^M )
...
ISP does work:
...
PAP_ACK ()
...
Thanks in advance for any direction on this one, the configure and log
files follow.
Geoff Jukema
# PPP Configuration File
#
# $Id: ppp.conf.sample,v 1.5.2.12 1997/09/10 01:00:27 brian Exp $
#
# Default setup. Always executed when PPP is invoked.
#
default:
set device /dev/cuaa1
set speed 115200
deny lqr
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK
\\dATDT\\T TIMEOUT 40 CONNECT"
#
goonline:
set phone 9,14166811638
set authname b1vcnl89
set authkey mypassword
set timeout 300
set openmode active
accept pap
set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0
add 0 0 127.2.2.2
# end of PPP Configuration File
**LOG START**
Oct 1 15:47:53 gecco ppp[1427]: Phase: PPP Started.
Oct 1 15:47:58 gecco ppp[1427]: Phase: Phone: 9,14166811638
Oct 1 15:48:20 gecco ppp[1427]: Phase: *Connected!
Oct 1 15:48:26 gecco ppp[1427]: Phase: NewPhase: Authenticate
Oct 1 15:48:26 gecco ppp[1427]: Phase: his = c023, mine = 0
Oct 1 15:48:26 gecco ppp[1427]: Phase: PAP: b1vcnl89
Oct 1 15:48:27 gecco ppp[1427]: Phase: PapInput: ACK
Oct 1 15:48:27 gecco ppp[1427]: Phase: Received PAP_ACK (Selection: ^M )
Oct 1 15:48:27 gecco ppp[1427]: Phase: NewPhase: Network
Oct 1 15:48:27 gecco ppp[1427]: Link: myaddr = 206.172.226.84 hisaddr =
206.172.226.242
Oct 1 15:48:27 gecco ppp[1427]: Link: OsLinkup: 206.172.226.242
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?3.0.5.32.19991001173011.007cf9c0>
