Is there a "pppoe passthrough" in DD-WRT ?

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2  Next
Author Message
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Fri Feb 25, 2011 7:16    Post subject: Is there a "pppoe passthrough" in DD-WRT ? Reply with quote
Hi,I have a G300NH with offical 1.76 firmware.
The "pppoe passthrough" is quite useful for me to watch IPTV,but I don't want to use fat32 or XFS on my NAS disk,so is there a "pppoe passthrough" in DD-WRT ?
Thanks for help.
Sponsor
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Fri Feb 25, 2011 13:38    Post subject: Reply with quote
someone knows?
anees.sw
DD-WRT User


Joined: 17 Sep 2010
Posts: 267
Location: India

PostPosted: Fri Feb 25, 2011 13:49    Post subject: Reply with quote
did you check under the security tab?
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Fri Feb 25, 2011 15:04    Post subject: Reply with quote
anees.sw wrote:
did you check under the security tab?


yes,there is a "pppoe relay",I've tried it,but didn't work.the IPTV pppoe could connect for a while(about 5 min) ,and disconnect then.
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Fri Feb 25, 2011 16:00    Post subject: Reply with quote
Is pppoe relay = pppoe passthrough ?
And how to use pppoe relay ?
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Fri Feb 25, 2011 16:46    Post subject: Reply with quote
I've tried "pppoe relay" in BrainSlayer-V24-preSP2 r16214 ,why it kept disconnecting IPTV pppoe which on Lan port?
fyi2000
DD-WRT Guru


Joined: 04 Apr 2010
Posts: 642

PostPosted: Fri Feb 25, 2011 21:01    Post subject: Reply with quote

Replace "eth1" with the actual wan interface.
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Sat Feb 26, 2011 6:53    Post subject: Reply with quote
fyi2000 wrote:

Replace "eth1" with the actual wan interface.


Much thanks for help !
But when run ipkg the following error shows:
Code:
ERROR: File not found: //usr/local/lib/ipkg/lists/whiterussian
       You probably want to run `ipkg update'
ERROR: File not found: //usr/local/lib/ipkg/lists/non-free
       You probably want to run `ipkg update'
ERROR: File not found: //usr/local/lib/ipkg/lists/backports
       You probably want to run `ipkg update'
/bin/ipkg: line 1184: sort: not found
mkdir: cannot create directory '/jffs/tmp/': Read-only file system


what to do with this ?
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Sat Feb 26, 2011 6:55    Post subject: Reply with quote
Code:
root@Buffalo WZR-HP-G300NH /tmp $ ipkg update
mkdir: cannot create directory '//usr/local/lib/': Read-only file system


Also tried opkg

Code:
root@Buffalo WZR-HP-G300NH /tmp $ opkg install rp-pppoe-relay
Installing rp-pppoe-relay (3.10-1) to root...
Downloading http://downloads.openwrt.org/backfire/10.03.1-rc4/ar71xx/packages/rp-pppoe-relay_3.10-1_ar71xx.ipk.
Configuring kmod-crc-ccitt.
/opt//usr/lib/opkg/info/kmod-crc-ccitt.postinst: .: line 3: can't open /etc/functions.sh
Configuring kmod-ppp.
/opt//usr/lib/opkg/info/kmod-ppp.postinst: .: line 3: can't open /etc/functions.sh
Configuring rp-pppoe-relay.
Collected errors:
 * pkg_run_script: postinst script returned status 2.
 * opkg_configure: kmod-crc-ccitt.postinst returned 2.
 * pkg_run_script: postinst script returned status 2.
 * opkg_configure: kmod-ppp.postinst returned 2.
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Sat Feb 26, 2011 8:37    Post subject: Reply with quote
WZR-HP-G300NH with DD-WRT v24-sp2 (02/17/11) std
(SVN revision 16214)

Why I enable jffs2,it shows jffs space is (11.75 MB / 0)??
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Sat Feb 26, 2011 16:40    Post subject: Reply with quote
Now I've installed the rp-pppoe-relay ,but IPTV pppoe disconnect for about 3min ,somebody know why ??
fyi2000
DD-WRT Guru


Joined: 04 Apr 2010
Posts: 642

PostPosted: Sat Feb 26, 2011 21:20    Post subject: Reply with quote
omhhw wrote:
I've tried "pppoe relay" in BrainSlayer-V24-preSP2 r16214 ,why it kept disconnecting IPTV pppoe which on Lan port?

Do not enable DD-WRT built-in PPPoE Relay if you install rp-pppoe-relay.
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Sun Feb 27, 2011 6:30    Post subject: Reply with quote
fyi2000 wrote:
omhhw wrote:
I've tried "pppoe relay" in BrainSlayer-V24-preSP2 r16214 ,why it kept disconnecting IPTV pppoe which on Lan port?

Do not enable DD-WRT built-in PPPoE Relay if you install rp-pppoe-relay.


I've tried both enable and disable ,neither work.....
And when IPTV can connect to internet ,PC can't....

Thanks for help!
fyi2000
DD-WRT Guru


Joined: 04 Apr 2010
Posts: 642

PostPosted: Sun Feb 27, 2011 10:45    Post subject: Reply with quote
Have you thought about vlan instead of PPPoE relay? Ex:
    Before WAN:LAN=1:4
    After WAN:LAN=2:3
omhhw
DD-WRT Novice


Joined: 12 Feb 2011
Posts: 12

PostPosted: Sun Feb 27, 2011 12:54    Post subject: Reply with quote
fyi2000 wrote:
Have you thought about vlan instead of PPPoE relay? Ex:
    Before WAN:LAN=1:4
    After WAN:LAN=2:3


Yes,I know this is the simplest way,but Atheros ddwrt doesn't have Vlan support.

I don't know why the original Buffalo firmware can do pppoe-passthrough well,ddwrt can't ?
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum