Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 17:59:36 -0700 (PDT)
From:      Nick Murphy <nicholas@deltanet.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   User PPP hangs up after Variable time periods.
Message-ID:  <Pine.SCO.3.96.981012175304.4356A-100000@delta1.deltanet.com>

next in thread | raw e-mail | index | archive | help
Dear Daemon Doctors:

Any help with the following problem on a 2.2.6 GENERIC system would
be most appreciated.

Symptoms:

User PPP connections hangup anywhere from 2 to 60 minutes into the
session.  Carrier appears to stay up.  PPP appears to stay up.
Route to host appears to stay up. But, if the download of a web
page stalls in any way, everything hangs and the tun0 device becomes
inaccessible.  I.e. you can't free it to open a new page or connection.
This happens with lynx, with popclient, telnet, netscape.  The only way I
can clear it is to close PPP then quit, then redial for another
try.  When this happens netstat -rn will show a seemingly good
jroute; ppp "show route" shows a good route; but both netstat and
netstat -r will hang.  If netstat eventually clears, it will show the
last route as an open tcp socket in the FIN_WAIT_1 state. See the
screens and configs which follow.

What I've tried:

Got and built latest PPP downloaded from awfulhak and built 9-27-98.
Rebuilt /dev/tun0.  Configured with and without localhost dns, with
and without ppp "enable dns", have run as ppp interactive and ppp
-auto.

Pertinent config files and output follow:

ppp.conf--

default:
  set log Phase Chat Connect lcp ipcp ccp command
  allow user logname
  set device /dev/cuaa1
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
relay:
  set phone "3728600"        #Separate multiple phone numbers with a |
  set login "TIMEOUT 30 gin:-BREAK-gin: logname word: xxx"
  disable lqr
  deny lqr
  disable pred1
  deny pred1
  set timeout 0
  set openmode active 10
pmdemand:
  set phone "3728600"
  set login "TIMEOUT 30 gin:-BREAK-gin: logname word: xxx"
  disable lqr
  deny lqr
  disable pred1
  deny pred1
  set timeout 300
  set server +3000 test
  set openmode active 10
  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
  add default HISADDR

rc.conf--


#!/bin/sh
#

# This is rc.conf - a file full of useful variables that you can set 
# to change the default startup behavior of your system.
#
# All arguments must be in double or single quotes.
#
#	$Id: rc.conf,v 1.1.2.40 1998/03/15 16:39:41 jkh Exp $

##############################################################
### Important initial Boot-time options  #####################
##############################################################

swapfile="NO"		# Set to name of swapfile if aux swapfile desired.
apm_enable="NO"		# Set to YES if you want APM enabled.
pccard_enable="NO"	# Set to YES if you want to configure PCCARD devices.
pccard_mem="DEFAULT"	# If pccard_enable=YES, this is card memory address.
pccard_ifconfig="NO"	# Specialized pccard ethernet configuration (or NO).
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"	# startup script dirs.


##############################################################
###  Network configuration sub-section  ######################
##############################################################

### Basic network options: ###
hostname="apostate.relaypoint.net"	# Set this!
nisdomainname="NO"		# Set to NIS domain if using NIS (or NO).
firewall_enable="NO"		# Set to YES to enable firewall functionality
firewall_type="UNKNOWN"		# Firewall type (see /etc/rc.firewall)
firewall_quiet="NO"		# Set to YES to suppress rule display
tcp_extensions="YES"		# Allow RFC1323 & RFC1644 extensions (or NO).
network_interfaces="lo0 tun0"	# List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.0"	# default loopback device configuration.
ifconfig_tun0="inet 10.0.0.1"
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.

### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable="YES"		# Run syslog daemon (or NO).
syslogd_flags=""		# Flags to syslogd (if enabled).
inetd_enable="YES"		# Run the network daemon dispatcher (or NO).
inetd_flags=""			# Optional flags to inetd.
named_enable="YES"		# Run named, the DNS server (or NO).
named_program="/usr/sbin/named"	# named program, in case we want bind8 instead.
named_flags="-b /etc/namedb/named.boot" # Flags to named (if enabled).
kerberos_server_enable="NO"	# Run a kerberos master server (or NO).
kadmind_server_enable="NO"	# Run kadmind (or NO) -- do not run on
				# a slave kerberos server
kerberos_stash=""		# Is the kerberos master key stashed?
rwhod_enable="NO"		# Run the rwho daemon (or NO).
amd_enable="NO"			# Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
nfs_client_enable="NO"		# This host is an NFS client (or NO).
nfs_client_flags="-n 4"		# Flags to nfsiod (if enabled).
nfs_server_enable="NO"		# This host is an NFS server (or NO).
nfs_server_flags="-u -t 4"	# Flags to nfsd (if enabled).
mountd_flags="-r"		# Flags to mountd (if NFS server enabled).
nfs_reserved_port_only="NO"	# Provide NFS only on secure port (or NO).
rpc_lockd_enable="NO"		# Run NFS rpc.lockd (*broken!*) if nfs_server.
rpc_statd_enable="YES"		# Run NFS rpc.statd if nfs_server (or NO).
portmap_enable="YES"		# Run the portmapper service (or NO).
portmap_flags=""		# Flags to portmap (if enabled).
rarpd_enable="NO"		# Run rarpd (or NO).
rarpd_flags=""			# Flags to rarpd.
xtend_enable="NO"		# Run the X-10 power controller daemon.
xtend_flags=""			# Flags to xtend (if enabled).

### Network Time Services options: ###
timed_enable="NO"		# Run the time daemon (or NO).
timed_flags=""			# Flags to timed (if enabled).
ntpdate_enable="NO"		# Run the ntpdate to sync time (or NO).
ntpdate_flags=""		# Flags to ntpdate (if enabled).
xntpd_enable="NO"		# Run xntpd Network Time Protocol (or NO).
xntpd_flags=""			# Flags to xntpd (if enabled).
tickadj_enable="NO"		# Run tickadj (or NO).
tickadj_flags="-Aq"		# Flags to tickadj (if enabled).

# Network Information Services (NIS) options: ###
nis_client_enable="NO"		# We're an NIS client (or NO).
nis_client_flags=""		# Flags to ypbind (if enabled).
nis_ypset_enable="NO"		# Run ypset at boot time (or NO).
nis_ypset_flags=""		# Flags to ypset (if enabled).
nis_server_enable="NO"		# We're an NIS server (or NO).
nis_server_flags=""		# Flags to ypserv (if enabled).
nis_ypxfrd_enable="NO"		# Run rpc.ypxfrd at boot time (or NO).
nis_ypxfrd_flags=""		# Flags to rpc.ypxfrd (if enabled).
nis_yppasswdd_enable="NO"	# Run rpc.yppasswdd at boot time (or NO).
nis_yppasswdd_flags=""		# Flags to rpc.yppasswdd (if enabled).

### Network routing options: ###
defaultrouter="NO"		#Set to default gateway (or NO).
static_routes=""		# Set to static route list (or leave empty).
gateway_enable="NO"		# Set to YES if this host will be a gateway.
router_enable="NO"		# Set to YES to enable a routing daemon.
router="routed"			# Name of routing daemon to use if enabled.
router_flags="-q"		# Flags for routing daemon.
mrouted_enable="NO"		# Do multicast routing (see /etc/mrouted.conf).
mrouted_flags=""		# Flags for multicast routing daemon.
ipxgateway_enable="NO"		# Set to YES to enable IPX routing.
ipxrouted_enable="NO"		# Set to YES to run the IPX routing daemon.
ipxrouted_flags=""		# Flags for IPX routing daemon.
arpproxy_all=""			# replaces obsolete kernel option ARP_PROXYALL.
forward_sourceroute="NO"	# do source routing (only if gateway_enable is set to "YES")
accept_sourceroute="NO"		# accept source routed packets to us


##############################################################
###  System console options  #################################
##############################################################

keymap="NO"		# keymap in /usr/share/syscons/keymaps/* (or NO).
keyrate="NO"		# keyboard rate to: slow, normal, fast (or NO).
keybell="NO"		# bell to duration.pitch or normal or visual (or NO).
keychange="NO"		# function keys default values (or NO).
cursor="normal"		# cursor type {normal|blink|destructive} (or NO).
scrnmap="NO"		# screen map in /usr/share/syscons/scrnmaps/* (or NO).
font8x16="NO"		# font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14="NO"		# font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO"		# font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="300"		# blank time (in seconds) or "NO" to turn it off.
saver="daemon"		# screen saver: blank/daemon/green/snake/star/NO.
moused_enable="NO"	# Run the mouse daemon.
moused_type="auto"	# See man page for rc.conf(5) for available settings.
moused_port="/dev/cuaa0" # Set to your mouse port.
moused_flags=""		# Any additional flags to moused.
vidcontrol lightcyan black

##############################################################
###  Miscellaneous administrative options  ###################
##############################################################

cron_enable="YES"	# Run the periodic job daemon.
lpd_enable="NO"		# Run the line printer daemon.
lpd_flags=""		# Flags to lpd (if enabled).
sendmail_enable="YES"	# Run the sendmail daemon (or NO).
sendmail_flags="-bd"	# -bd is pretty mandatory.
dumpdev="NO"		# Device name to crashdump to (if enabled).
check_quotas="NO"	# Check quotas (or NO).
accounting_enable="NO"	# Turn on process accounting (or NO).
ibcs2_enable="NO"	# Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="YES"	# Linux emulation loaded at startup (or NO).
rand_irqs="NO"		# Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable="NO"	# Clear /tmp at startup.
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths

##############################################################
### Allow local configuration override at the very end here ##
##############################################################
if [ -f /etc/rc.conf.local ]; then
	. /etc/rc.conf.local
fi

=================================================================
Results of netstat after closing ppp:

Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp        0    436  206.170.250.5.1446     209.1.224.17.http      FIN_WAIT_1
tcp        0    424  206.170.250.5.1445     209.1.224.17.http      FIN_WAIT_1
tcp        0      0  206.170.250.5.1444     209.1.224.151.http     LAST_ACK
tcp        0      0  206.170.250.5.1420     207.211.106.40.http    LAST_ACK
tcp        0      0  206.170.250.5.1422     199.172.144.24.http    LAST_ACK
tcp        0      0  206.170.250.5.1403     207.211.106.40.http    LAST_ACK
tcp        0      0  206.170.250.5.1394     207.211.106.40.http    LAST_ACK
tcp        0      0  206.170.250.5.1395     207.211.106.40.http    LAST_ACK
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
f07f5b00 stream      0      0        0 f0514814        0        0
f08cd000 stream      0      0        0 f0518e94        0        0
f0903300 stream      0      0        0 f0518f14        0        0
f0914c00 stream      0      0        0 f0516194        0        0
f0835c00 stream      0      0        0 f0516294        0        0
f08fb300 stream      0      0        0 f0516b94        0        0
f08e6600 stream      0      0        0 f0514014        0        0
f08ab200 stream      0      0        0 f0516114        0        0
f0921c00 stream      0      0        0 f0517394        0        0 /tmp/.X11-unix/X0
f0890e00 stream      0      0        0 f0516014        0        0 /tmp/.X11-unix/X0
f092cd00 stream      0      0        0 f0516c14        0        0 /tmp/.X11-unix/X0
f0903700 stream      0      0        0 f0516e14        0        0 /tmp/.X11-unix/X0
f091da00 stream      0      0        0 f0517194        0        0 /tmp/.X11-unix/X0
f08bfd00 stream      0      0        0 f0514d14        0        0 /tmp/.X11-unix/X0
f0842a00 stream      0      0        0 f0516814        0        0 /tmp/.X11-unix/X0
f0834200 stream      0      0        0 f0516f14        0        0 /tmp/.X11-unix/X0
f08be900 stream      0      0        0 f0518d14        0        0 /tmp/.X11-unix/X0
f0920f00 stream      0      0        0 f0517894        0        0 /tmp/.X11-unix/X0
f081f000 stream      0      0 f08d7780        0        0        0 /tmp/.X11-unix/X0
f0714b00 stream      0      0        0 f0517214        0        0
f08bf000 stream      0      0        0 f0518d94        0        0
f07f5900 stream      0      0 f08d4300        0        0        0 /var/run/printer
f0909200 dgram       0      0        0 f0514f14        0 f0514d94
f0738600 dgram       0      0        0 f0514f14        0 f0514c94
f0735a00 dgram       0      0        0 f0514f14        0 f0514e94
f06f7a00 dgram       0      0        0 f0514f14        0        0
f06f3c00 dgram       0      0 f06f1080        0 f0518414        0 /var/run/log

===========================================================

PPP.log for this session:

Oct 12 16:54:15 apostate ppp[2593]: Phase: Using interface: tun0 
Oct 12 16:54:15 apostate ppp[2593]: Phase: deflink: Created in closed state 
Oct 12 16:54:15 apostate ppp[2593]: Command: default: set device /dev/cuaa1 
Oct 12 16:54:15 apostate ppp[2593]: Command: default: set speed 115200 
Oct 12 16:54:15 apostate ppp[2593]: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" ATE1Q0 OK-AT-OK \dATDT\T TIMEOUT 40 CONNECT 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: set phone 3728600 #Separate multiple phone numbers with a | 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: set login TIMEOUT 30 gin:-BREAK-gin: logname word: passw 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: disable lqr 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: deny lqr 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: disable pred1 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: deny pred1 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: set timeout 0 
Oct 12 16:54:15 apostate ppp[2593]: Command: relay: set openmode active 10 
Oct 12 16:54:15 apostate ppp[2593]: Phase: PPP Started (interactive mode). 
Oct 12 16:54:16 apostate ppp[2593]: Command: /dev/tty: dial 
Oct 12 16:54:16 apostate ppp[2593]: Phase: bundle: Establish 
Oct 12 16:54:16 apostate ppp[2593]: Phase: deflink: closed -> opening 
Oct 12 16:54:16 apostate ppp[2593]: Phase: deflink: Connected! 
Oct 12 16:54:16 apostate ppp[2593]: Phase: deflink: opening -> dial 
Oct 12 16:54:16 apostate ppp[2593]: Phase: Phone: 3728600 
Oct 12 16:54:16 apostate ppp[2593]: Chat: deflink: Dial attempt 1 of 1 
Oct 12 16:54:16 apostate ppp[2593]: Chat: Send: ATE1Q0^M 
Oct 12 16:54:16 apostate ppp[2593]: Chat: Expect(5): OK 
Oct 12 16:54:17 apostate ppp[2593]: Chat: Received: ATE1Q0^M^M 
Oct 12 16:54:17 apostate ppp[2593]: Chat: Received: OK^M 
Oct 12 16:54:17 apostate ppp[2593]: Chat: Send: ATDT3728600^M 
Oct 12 16:54:18 apostate ppp[2593]: Chat: Expect(40): CONNECT 
Oct 12 16:54:34 apostate ppp[2593]: Chat: Received: ATDT3728600^M^M 
Oct 12 16:54:34 apostate ppp[2593]: Chat: Received: CONNECT 
Oct 12 16:54:34 apostate ppp[2593]: Phase: deflink: dial -> login 
Oct 12 16:54:34 apostate ppp[2593]: Chat: Expect(30): gin: 
Oct 12 16:54:34 apostate ppp[2593]: Chat: Received:  28800/ARQ/V34/LAPM/V42BIS^M 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Received: ^M 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Received: ^MWelcome to Relay Point Internet Services   (ttyS17) 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Received: ^M 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Received: ^Mcs1-corona login: 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Send: logname^M 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Expect(30): word: 
Oct 12 16:54:35 apostate ppp[2593]: Chat: Received:  logname^M 
Oct 12 16:54:36 apostate ppp[2593]: Chat: Received: Password: 
Oct 12 16:54:36 apostate ppp[2593]: Chat: Send: passw^M 
Oct 12 16:54:36 apostate ppp[2593]: Phase: deflink: login -> lcp 
Oct 12 16:54:36 apostate ppp[2593]: LCP: FSM: Using "deflink" as a transport 
Oct 12 16:54:36 apostate ppp[2593]: LCP: deflink: State change Initial --> Closed 
Oct 12 16:54:36 apostate ppp[2593]: Phase: deflink: Entering STOPPED state for 10 seconds 
Oct 12 16:54:36 apostate ppp[2593]: LCP: deflink: State change Closed --> Stopped 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: LayerStart 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: SendConfigReq(1) state = Stopped 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  ACFCOMP[2] 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  PROTOCOMP[2] 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  ACCMAP[6] 0x00000000 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  MRU[4] 1500 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  MAGICNUM[6] 0x758954a8 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: State change Stopped --> Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: RecvConfigReq(1) state = Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  MRU[4] 1500 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  MAGICNUM[6] 0xe7da099b 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  PROTOCOMP[2] 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  ACFCOMP[2] 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: SendConfigAck(1) state = Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  MRU[4] 1500 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  MAGICNUM[6] 0xe7da099b 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  PROTOCOMP[2] 
Oct 12 16:54:46 apostate ppp[2593]: LCP:  ACFCOMP[2] 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: State change Req-Sent --> Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: RecvConfigAck(1) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: State change Ack-Sent --> Opened 
Oct 12 16:54:46 apostate ppp[2593]: LCP: deflink: LayerUp 
Oct 12 16:54:46 apostate ppp[2593]: CCP: FSM: Using "deflink" as a transport 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: State change Initial --> Closed 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: LayerStart. 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: SendConfigReq(1) state = Closed 
Oct 12 16:54:46 apostate ppp[2593]: CCP:  DEFLATE[4] win 15 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: State change Closed --> Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: Phase: deflink: lcp -> open 
Oct 12 16:54:46 apostate ppp[2593]: Phase: bundle: Network 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: FSM: Using "deflink" as a transport 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: State change Initial --> Closed 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: LayerStart. 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: SendConfigReq(1) state = Closed 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  IPADDR[6]  0.0.0.0 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  COMPPROTO[6]  14 VJ slots without slot compression 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: State change Closed --> Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: RecvConfigReq(1) state = Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  IPADDR[6]  206.170.250.1 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  COMPPROTO[6]  14 VJ slots without slot compression 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: SendConfigAck(1) state = Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  IPADDR[6]  206.170.250.1 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  COMPPROTO[6]  14 VJ slots without slot compression 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: State change Req-Sent --> Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: RecvConfigReq(1) state = Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP:   [EMPTY] 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: SendConfigAck(1) state = Req-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP:   [EMPTY] 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: State change Req-Sent --> Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: RecvConfigRej(1) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP:  DEFLATE[4] win 15 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: SendConfigReq(2) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP:   [EMPTY] 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: RecvConfigNak(1) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  IPADDR[6]  206.170.250.5 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  IPADDR[6]  changing address: 0.0.0.0  --> 206.170.250.5 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: SendConfigReq(2) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  IPADDR[6]  206.170.250.5 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  COMPPROTO[6]  14 VJ slots without slot compression 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: RecvConfigAck(2) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: State change Ack-Sent --> Opened 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: LayerUp. 
Oct 12 16:54:46 apostate ppp[2593]: CCP: deflink: Out = none[-1], In = none[-1] 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: RecvConfigAck(2) state = Ack-Sent 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: State change Ack-Sent --> Opened 
Oct 12 16:54:46 apostate ppp[2593]: IPCP: deflink: LayerUp. 
Oct 12 16:54:46 apostate ppp[2593]: IPCP:  myaddr = 206.170.250.5  hisaddr = 206.170.250.1 
Oct 12 16:54:46 apostate ppp[2593]: Command: MYADDR: delete ALL 
Oct 12 16:54:46 apostate ppp[2593]: Command: MYADDR: add default HISADDR 
***************** HANGS UP HERE ====================>>>>>>

Oct 12 17:25:35 apostate ppp[2593]: Command: /dev/tty: show route 
Oct 12 17:29:58 apostate ppp[2593]: Command: /dev/tty: close 
Oct 12 17:29:58 apostate ppp[2593]: IPCP: deflink: LayerDown: 206.170.250.1 
Oct 12 17:29:58 apostate ppp[2593]: IPCP: deflink: SendTerminateReq(3) state = Opened 
Oct 12 17:29:58 apostate ppp[2593]: IPCP: deflink: State change Opened --> Closing 
Oct 12 17:29:59 apostate ppp[2593]: Command: /dev/tty: quit 
Oct 12 17:30:01 apostate ppp[2593]: IPCP: deflink: SendTerminateReq(3) state = Closing 
Oct 12 17:30:10 apostate last message repeated 3 times
Oct 12 17:30:13 apostate ppp[2593]: IPCP: deflink: LayerFinish. 
Oct 12 17:30:13 apostate ppp[2593]: IPCP: Connect time: 2127 secs: 1368690 octets in, 194509 octets out 
Oct 12 17:30:13 apostate ppp[2593]: IPCP:  total 734 bytes/sec, peak 5683 bytes/sec on Mon Oct 12 17:30:13 1998 
Oct 12 17:30:13 apostate ppp[2593]: IPCP: deflink: State change Closing --> Closed 
Oct 12 17:30:13 apostate ppp[2593]: Phase: bundle: Terminate 
Oct 12 17:30:13 apostate ppp[2593]: CCP: deflink: LayerDown. 
Oct 12 17:30:13 apostate ppp[2593]: CCP: deflink: State change Opened --> Starting 
Oct 12 17:30:13 apostate ppp[2593]: CCP: deflink: LayerFinish. 
Oct 12 17:30:13 apostate ppp[2593]: CCP: deflink: State change Starting --> Initial 
Oct 12 17:30:13 apostate ppp[2593]: LCP: deflink: LayerDown 
Oct 12 17:30:13 apostate ppp[2593]: LCP: deflink: SendTerminateReq(2) state = Opened 
Oct 12 17:30:13 apostate ppp[2593]: LCP: deflink: State change Opened --> Closing 
Oct 12 17:30:13 apostate ppp[2593]: Phase: deflink: open -> lcp 
Oct 12 17:30:13 apostate ppp[2593]: IPCP: deflink: State change Closed --> Initial 
Oct 12 17:30:16 apostate ppp[2593]: LCP: deflink: SendTerminateReq(2) state = Closing 
Oct 12 17:30:25 apostate last message repeated 3 times
Oct 12 17:30:28 apostate ppp[2593]: LCP: deflink: LayerFinish 
Oct 12 17:30:28 apostate ppp[2593]: LCP: deflink: State change Closing --> Closed 
Oct 12 17:30:28 apostate ppp[2593]: LCP: deflink: State change Closed --> Initial 
Oct 12 17:30:28 apostate ppp[2593]: Phase: deflink: Disconnected! 
Oct 12 17:30:28 apostate ppp[2593]: Phase: deflink: lcp -> hangup 
Oct 12 17:30:28 apostate ppp[2593]: Phase: deflink: Connect time: 2172 secs: 1345605 octets in, 250712 octets out 
Oct 12 17:30:28 apostate ppp[2593]: Phase:  total 734 bytes/sec, peak 5809 bytes/sec on Mon Oct 12 17:30:28 1998 
Oct 12 17:30:28 apostate ppp[2593]: Phase: deflink: hangup -> closed 
Oct 12 17:30:28 apostate ppp[2593]: Phase: bundle: Dead 
Oct 12 17:30:28 apostate ppp[2593]: Phase: PPP Terminated (normal). 

======================================================

Thanks.
Nicholas Murphy
nicholas@deltanet.com


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?Pine.SCO.3.96.981012175304.4356A-100000>