Quote:
Originally Posted by STARHARVEST
Try to start from the very begining.
Check if br2684 is loaded:
# lsmod
br2684 9348 1
# ls /proc/net/atm/
br2684 cxacru:0 devices pvc svc vc
Check if you really did create right nas0 interface:
# br2684ctl -b -c 0 -a 0.0.33
Last two digits in above line are VPI and VCI. So change them according to your ISP.
# cat /proc/net/atm/br2684 | grep dev
dev nas0: num=1, mac=00:30:CD:00:05:16 (auto)
Then try to config rp-pppoe app again.
|
1.lsmod command
module:br2684
Size:10628
Used by:1
bash-3.1# ls /proc/net/atm/
br2684 devices pvc svc vc
bash-3.1# br2684ctl -b -c 0 -a 0.0.35
RFC1483/2684 bridge: Interface "nas0" created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.0.35, encapsulation: LLC
RFC1483/2684 bridge: Interface configured
bash-3.1# cat /proc/net/atm/br2684 | grep dev
dev nas0: num=1, mac=00:05:B4:12:48:8A (auto)
I will try rp-pppoe again later,but it seems that I have no problem in the setup.