9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Ameritech PPP/PPPoE
@ 2002-04-08 13:00 Don
  0 siblings, 0 replies; 2+ messages in thread
From: Don @ 2002-04-08 13:00 UTC (permalink / raw)
  To: 9fans

Heyas again ;),
    Has anyone gotten PPoE/PPP to work for Ameritech's
DSL service? After a quick look its obvious that the
connection sets into Session stage properly. Discovery
stage's conversation has no problems. The issue seems
to be the PPP configuration session, which, I know
absolutely nothing about. Any advice before I glance
at the RFCs?
Don
north_@www.7f.no-ip.info
http://www.7f.no-ip.org/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Ameritech PPP/PPPoE
@ 2002-04-08 14:02 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2002-04-08 14:02 UTC (permalink / raw)
  To: 9fans

ip/pppoe was written for and tested using a
Verizon DSL connection.  I'm not sure anyone
else has used it yet.  I put the following
changes into ip/ppp at the same time.  Perhaps
you don't have these.  the case 'F' goes in the
ARGBEGIN...ARGEND section of main.  The other two
lines should be easily locatable.

Russ


/n/dump/2001/1104/sys/src/cmd/ip/ppp/ppp.c:398 c /n/dump/2001/1006/sys/src/cmd/ip/ppp/ppp.c:393
< 		if(pppframing && b->rptr[0] == PPP_addr && b->rptr[1] == PPP_ctl)
---
> 		if(b->rptr[0] == PPP_addr && b->rptr[1] == PPP_ctl)
/n/dump/2001/1104/sys/src/cmd/ip/ppp/ppp.c:514 c /n/dump/2001/1006/sys/src/cmd/ip/ppp/ppp.c:509
< 	if(pppframing && (!(ppp->lcp->flags&Fac) || proto == Plcp)){
---
> 	if(!(ppp->lcp->flags&Fac) || proto == Plcp){
/n/dump/2001/1104/sys/src/cmd/ip/ppp/ppp.c:2460,2462 d /n/dump/2001/1006/sys/src/cmd/ip/ppp/ppp.c:2369
< 		break;
< 	case 'F':
< 		pppframing = 0;



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-08 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-08 13:00 [9fans] Ameritech PPP/PPPoE Don
2002-04-08 14:02 Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).