Date: Fri, 9 Jun 2000 00:24:27 -0400 (EDT) From: Adam Blake <blake@sba.miami.edu> To: Dima Dorfman <dima@unixfreak.org> Cc: freebsd-questions@freebsd.org Subject: Re: PPPoE and ed1 device problems Message-ID: <Pine.OSF.4.10.10006090018140.5381-300000@homer.bus.miami.edu> In-Reply-To: <20000608032134.EA8DF1F11@static.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I am still having problems with my PPPoE connection with PacBell.
I configured my ppp.conf file the smae way that yours was configured
and I prought the NIC up using the ifconfig command but it still will
not connect! I am quite confused because I somehow was able to get this
to work at one point.
I have included a copy of my ppp log as well as an output of my ps -x
as you an see user ppp spawned two processes even though it was only
launched once...
Can anybody help?
Adam
[-- Attachment #2 --]
PID TT STAT TIME COMMAND
0 ?? DLs 0:00.00 (swapper)
1 ?? ILs 0:00.04 /sbin/init --
2 ?? DL 0:00.01 (pagedaemon)
3 ?? DL 0:00.00 (vmdaemon)
4 ?? DL 0:00.01 (bufdaemon)
5 ?? DL 0:00.14 (syncer)
27 ?? Is 0:00.00 adjkerntz -i
111 ?? Ss 0:00.26 syslogd
132 ?? Is 0:00.10 inetd -wW
134 ?? Ss 0:00.06 cron
137 ?? Is 0:00.06 sendmail: accepting connections on port 25 (sendmail)
162 ?? Is 0:00.02 moused -p /dev/psm0 -t auto
263 ?? Is 0:00.03 ppp -background -nat -quiet papchap
193 v0 I 0:00.08 _su (csh)
195 v0 I 0:00.40 tcsh
262 v0 I+ 0:00.06 ppp -background -nat -quiet papchap
221 v1 I 0:00.08 _su (csh)
232 v1 S 0:00.22 tcsh
266 v1 R+ 0:00.00 ps -x
180 v2 Is+ 0:00.04 /usr/libexec/getty Pc ttyv2
181 v3 Is+ 0:00.03 /usr/libexec/getty Pc ttyv3
182 v4 Is+ 0:00.04 /usr/libexec/getty Pc ttyv4
183 v5 Is+ 0:00.03 /usr/libexec/getty Pc ttyv5
184 v6 Is+ 0:00.04 /usr/libexec/getty Pc ttyv6
185 v7 Is+ 0:00.04 /usr/libexec/getty Pc ttyv7
[-- Attachment #3 --]
Jun 8 17:46:33 ppp[262]: Phase: Using interface: tun0
Jun 8 17:46:33 ppp[262]: Phase: deflink: Created in closed state
Jun 8 17:46:33 ppp[262]: tun0: Command: default: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
Jun 8 17:46:33 ppp[262]: tun0: Command: default: add default HISADDR
Jun 8 17:46:33 ppp[262]: tun0: TCP/IP: bundle_SetRoute failure:
Jun 8 17:46:33 ppp[262]: tun0: TCP/IP: bundle_SetRoute: Cmd = Add
Jun 8 17:46:33 ppp[262]: tun0: TCP/IP: bundle_SetRoute: Dst = 0.0.0.0
Jun 8 17:46:33 ppp[262]: tun0: TCP/IP: bundle_SetRoute: Gateway = 10.0.0.2
Jun 8 17:46:33 ppp[262]: tun0: TCP/IP: bundle_SetRoute: Mask = 0.0.0.0
Jun 8 17:46:33 ppp[262]: tun0: Command: papchap: set authname kalajoki
Jun 8 17:46:33 ppp[262]: tun0: Command: papchap: set authkey ********
Jun 8 17:46:33 ppp[263]: tun0: Phase: PPP Started (background mode).
Jun 8 17:46:33 ppp[263]: tun0: Phase: bundle: Establish
Jun 8 17:46:33 ppp[263]: tun0: Phase: deflink: closed -> opening
Jun 8 17:46:33 ppp[263]: tun0: Phase: deflink: Connected!
Jun 8 17:46:33 ppp[263]: tun0: Phase: deflink: opening -> dial
Jun 8 17:46:33 ppp[263]: tun0: Chat: deflink: Dial attempt 1 of 1
Jun 8 17:46:33 ppp[263]: tun0: Phase: deflink: dial -> carrier
Jun 8 17:46:38 ppp[263]: tun0: Phase: deflink: Disconnected!
Jun 8 17:46:38 ppp[263]: tun0: Phase: deflink: carrier -> hangup
Jun 8 17:46:38 ppp[263]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Jun 8 17:46:38 ppp[263]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Thu Jun 8 17:46:38 2000
Jun 8 17:46:38 ppp[263]: tun0: Phase: deflink: hangup -> closed
Jun 8 17:46:38 ppp[263]: tun0: Phase: bundle: Dead
Jun 8 17:47:08 ppp[263]: tun0: Phase: PPP Terminated (normal).
Jun 8 17:47:08 ppp[263]: tun0: TCP/IP: bundle_SetRoute failure:
Jun 8 17:47:08 ppp[263]: tun0: TCP/IP: bundle_SetRoute: Cmd = Delete!
Jun 8 17:47:08 ppp[263]: tun0: TCP/IP: bundle_SetRoute: Dst = 0.0.0.0
Jun 8 17:47:08 ppp[263]: tun0: TCP/IP: bundle_SetRoute: Gateway = 0.0.0.0
Jun 8 17:47:08 ppp[263]: tun0: TCP/IP: bundle_SetRoute: Mask = 0.0.0.0
Jun 8 17:47:08 ppp[263]: tun0: Phase: Parent notified of success.
Jun 8 17:47:08 ppp[262]: tun0: Phase: Parent: Child failed (errdead).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.10006090018140.5381-300000>
