Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2003 20:14:55 +0200
From:      "Naetius" <naetius@timworld.org>
To:        freebsd-net@freebsd.org
Subject:   Problems w/ default gw && PPP+cb
Message-ID:  <20030521181451.5D40F43FAF@mx1.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hello all,

it's long time I'm trying to solve a problem with a dialin PPP
server with callback; everything goes well, except for the
client that sets the default gateway with its own IP address
(192.168.0.4) instead of 192.168.0.99 (default router) or
192.168.0.3 (dial in server's IP address with forwarding
enabled).
I'm using FreeBSD 5.0-RELEASE-p7 with user space PPP, this
is the actual piece of ppp.conf for incoming calls:

<conf>
incoming:

set log Phase Chat LCP IPCP CCP tun command
set device /dev/cuaa1
set speed 115200
set timeout 600
enable pap
# enable chap
accept dns
set dns 192.168.0.3
set ifaddr 192.168.0.3 192.168.0.4
add default 192.168.0.99
enable proxy
enable proxyall
set callback cbcp
set cbcp * 10 4
set log +cbcp
set redial 10 4
set dial "TIMEOUT 50 \"\" AT OK-AT-OK ATDT\\T CONNECT"
</conf>

Can anyone help me?

PS: The client is a Win2K Pro; server's IP address's 192.168.0.3


C Ya!

---
...then it comes to be that the soothing light at the end
of your tunnel was just a freight train comin' your way
It's coming your way, It's coming your



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