Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 1998 22:07:15 -0800 (PST)
From:      Tim Moony <timm@uniqsite.com>
To:        questions@freebsd.org
Subject:   Quest for ijPPP Server
Message-ID:  <Pine.BSF.3.96.980104215351.2784A-100000@uniqsite.com>

next in thread | raw e-mail | index | archive | help

I've been trying to make ijppp monster to work for some time without
success.

I saw tun0 with some meaningful routing info at one point of time with the
following ppp.conf:

#################################################################
#
#  	PPP  Sample Configuration File
#
#	  Written by Toshiharu OHNO
#
# $Id: ppp.conf.sample,v 1.5.2.6 1997/05/12 14:08:52 brian Exp $
#
#################################################################

# Default setup. Always executed when PPP is invoked.
#
default:
 set speed 57600
 set timeout 0
 allow users timm afaik nickliu
 set socket 3000 
 disable lqr
 deny lqr
 set log CONNECT PHASE

# On demand dialup example
#  Here, we assume that local side use 192.244.185.226 and
#  remote side use 192.244.176.44 as their IP address.
#  You must supply -auto option to invoke PPP.
#
#  $ ppp -auto ondemand
#
isp:
 set device /dev/cuaa3
 set speed 57600
 set mtu 768 
 set mru 1500
 enable throughput
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F1C1&D3&K3+MS=56,0,44000,,0%E1S202=32 OK ATM0L3X4S95=1 OK \\dATDT\\T TIMEOUT 55 CONNECT"
 set phone 1234567
 set login "TIMEOUT 55 Login:-\\r-Login: xxxxx word: yyyyy"
 set openmode passive
 set timeout 0
 set redial 10
 delete ALL
 set ifaddr 206.14.149.33 209.21.1.1/20
 add 0 0 HISADDR
 disable pred1
 deny pred1
 disable vjcomp
 deny vjcomp
 dial

timm:
 set sp 57600
 set escape 0x11 0x13
 set timeout 0
 set ifaddr 206.14.149.42 206.14.149.33 206.14.149.32

afaik:
 set sp 57600
 set escape 0x11 0x13
 set timeout 0
 set ifaddr 206.14.149.43 206.14.149.33 206.14.149.32
 add 206.14.149.40 206.14.149.32 0

shannonw:
 set sp 57600
 set escape 0x11 0x13
 set timeout 300
 set ifaddr 206.14.149.44 206.14.149.33 206.14.149.32


And ppp.linkup has the following lines:

#
#  This section was used in ISP connection
#
206.14.149.33:
 delete ALL
 add 0 0 HISADDR

#
#  The following sections are for local users connecting through
#  nullmodems.
#
timm: 
  add 206.14.149.42 206.14.149.32 HISADDR

afaik:
  add 206.14.149.43 206.14.149.32 HISADDR

shannonw:
  add 206.14.149.44 206.14.149.32 HISADDR



I don't know why it still does not work.  Can someone give me a hint?





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980104215351.2784A-100000>