Re: pppoe problems
Patrick McNamara <wpmcnamara-/[email protected]>
| Newsgroups | gmane.linux.uclinux.actiontec |
|---|---|
| Message-ID | <[email protected]> |
I suspect that the pppd included in the actiontec image probably doesn't know anything about eth* interfaces. My guess is that it only knows about the onboard modem. You will probably have to compile pppd as well to get a more full featured daemon. Patrick M --- john <john-k2rtHP/[email protected]> wrote: > I'm attempting to run the rp-pppoe on the actiontec router and having > problems. Here is what I've done so far > > 1) disabled bridging so that eth1 comes up and unconfigured on reset > 2) removed the default options in /etc/ppp/ > 3) compiled the pppoe binary for the actiontec > > > okay, after that I run the following: > > #!/bin/sh > > PPP_STD_OPTIONS="ipparam ppp0 linkname ppp0 linkname ppp0 noipdefault > noauth \ > default-asyncmap defaultroute hide-password nodetach usepeerdns mtu 1492 > mru 1492 \ > noaccomp noccp nopcomp novj novjccomp user jarv \ > lcp-echo-interval 20 lcp-echo-failure 3" > > # PPPoE invocation > PPPOE_CMD="./pppoe -p /var/adsl.pid -I eth1 -T 80 -U -m 1412" > /sbin/pppd pty "$PPPOE_CMD" \ > $PPP_STD_OPTIONS > > > I see the following on stdout, some stuff about pppd followed by > prompt. No activity on eth1. > > > # ./start.sh > (null): ACTION_TEC DEBUG : EMBEDDED PPPD 0.1 > (null): ACTION_TEC DEBUG : EMBEDDED PPPD 0.2 > /sbin/pppd: ACTION_TEC DEBUG : EMBEDDED PPPD 0.3 > /sbin/pppd: ACTION_TEC DEBUG : EMBEDDED open serial device > /sbin/pppd: ACTION_TEC DEBUG : device_script entry > /sbin/pppd: ACTION_TEC DEBUG : device_script entry 4.0 > /sbin/pppd: ACTION_TEC DEBUG : device_script entry 4.000 > /sbin/pppd: ACTION_TEC DEBUG : device_script entry 4.00x1 > # > > > > Any ideas? > Thanks, > John > > > > > __ > ActionHack Mailing List - ActionHack-W7/[email protected] > http://www.express.org/mailman/listinfo/actionhack > http://www.embeddedlinuxinterfacing.com/wiki.php/ActiontecDualModem __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash __ ActionHack Mailing List - ActionHack-W7/[email protected] http://www.express.org/mailman/listinfo/actionhack http://www.embeddedlinuxinterfacing.com/wiki.php/ActiontecDualModem