From: Philip P. <phi...@re...> - 2010-08-31 20:11:22
|
I've got pppoe working with Qwest here in the US using rp-pppoe, but I've not been able to get pppoa working. The program craps out without anything resembling a useful error message: # pppd plugin /usr/lib/pppd/2.4.5/pppoatm.so file /tmp/etc/ppp/options.nas1 dump noipdefault noauth default-asyncmap unit 1 Plugin /usr/lib/pppd/2.4.5/pppoatm.so loaded. PPPoATM plugin_init PPPoATM setdevname_pppoatm - SUCCESS:0.32 pppd options in effect: debug # (from /tmp/etc/ppp/options.nas1) kdebug 1 # (from /tmp/etc/ppp/options.nas1) persist # (from /tmp/etc/ppp/options.nas1) maxfail 0 # (from /tmp/etc/ppp/options.nas1) unit 1 # (from command line) dump # (from command line) plugin /usr/lib/pppd/2.4.5/pppoatm.so # (from command line) noauth # (from command line) 0.32 # (from /tmp/etc/ppp/options.nas1) llc-encaps # (from /tmp/etc/ppp/options.nas1) 0.32 # (from /tmp/etc/ppp/options.nas1) llc-encaps # (from /tmp/etc/ppp/options.nas1) default-asyncmap # (from command line) hide-password # (from /tmp/etc/ppp/options.nas1) noipdefault # (from command line) defaultroute # (from /tmp/etc/ppp/options.nas1) # echo $? 0 # Any suggestions would be helpful. Thanks, -Philip |