Problems w/ default gw && PPP+cb

Naetius naetius at timworld.org
Wed May 21 11:14:53 PDT 2003


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



More information about the freebsd-net mailing list