pppoe client upload speed

PPPoE related questions
Post Reply
manyax
Posts: 20
Joined: 24 Jun 2016, 15:41

pppoe client upload speed

Post by manyax »

When using pppoe on a 1Gb line the download speed it's ok but the upload doesn't seem to match the line speed.
Is this normal? Are there any ways to tune this ?

tested with iperf2
download [ 4] 0.0-60.0 sec 8.26 GBytes 1.18 Gbits/sec
upload [ 3] 0.0-30.0 sec 2.35 GBytes 673 Mbits/sec


Code: Select all

[ppp]
verbose=1
min-mtu=1280
mtu=1492
mru=1492
ipv4=require
ipv6=deny
ipv6-intf-id=0:0:0:1
ipv6-peer-intf-id=0:0:0:2
ipv6-accept-peer-intf-id=1
lcp-echo-interval=30
#lcp-echo-failure=3
lcp-echo-timeout=120
unit-cache=1
ccp=0

[pppoe]
verbose=1
ac-name=TEST-PPPoE
called-sid=mac
interface=eth1,padi-limit=1000
hugleo
Posts: 59
Joined: 13 Apr 2016, 14:28

Re: pppoe client upload speed

Post by hugleo »

Did you tried to test without bandwidth control and also testing directly without using the accel-ppp tunnel?
manyax
Posts: 20
Joined: 24 Jun 2016, 15:41

Re: pppoe client upload speed

Post by manyax »

Yes, I did without bandwidth control and also tried using rp-pppoe, same issue.
Post Reply