Search found 20 matches

by manyax
18 May 2017, 09:28
Forum: IPoE
Topic: ipv6 ipoe shared=0
Replies: 3
Views: 2621

ipv6 ipoe shared=0

I have some problems making IPv6 work with ipoe. The client doesn't get the default route. Can this attributes be used for ipoe ?

Code: Select all

ipv6-intf-id=0:0:0:1
ipv6-peer-intf-id=0:0:0:2
ipv6-accept-peer-intf-id=0
by manyax
16 May 2017, 08:42
Forum: Bugs
Topic: ipoe shared=1 on accel-ppp reload
Replies: 5
Views: 5797

Re: ipoe shared=1 on accel-ppp reload

Looks like is because of my configuration. Shouldn't this suppose to work ? [ipoe] verbose=100 lua-file=/etc/accel-ppp.lua #lease-time=600 max-lease-time=86400 username=ifname unit-cache=1 attr-l4-redirect=L4-Redirect attr-dhcp-client-ip=Framed-IP-Address attr-dhcp-router-ip=DHCP-Router-IP-Address a...
by manyax
16 May 2017, 07:08
Forum: Bugs
Topic: ipoe shared=1 on accel-ppp reload
Replies: 5
Views: 5797

ipoe shared=1 on accel-ppp reload

Code: Select all

accel-ppp reload 
terminates the ipoe interfaces. Reload doesn't affect the ipoe shared=0 subscribers or pppoe.

accel-ppp version 928aefd7779593961beca41376dd829c26d58de5
Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux

https://pastebin.com/CiRh8rRy
by manyax
09 May 2017, 06:35
Forum: IPoE
Topic: ipoe shared=0
Replies: 2
Views: 1261

Re: ipoe shared=0

Answer my own question

Code: Select all

interface=re:eth1\.800.[0-9][0-9]
overlaps

Code: Select all

interface=re:eth1\.800.11,mode=L2,start=dhcpv4,shared=1,ifcfg=1
and my guess only first one is taken in consideration.
Now the problem is that

Code: Select all

 accel-cmd reload
terminates the 'ipoeX' interfaces
by manyax
08 May 2017, 12:29
Forum: IPoE
Topic: ipoe shared=0
Replies: 2
Views: 1261

Re: ipoe shared=0

Is this not working because of the global enabled ipv6 ?
viewtopic.php?f=10&t=672
by manyax
02 May 2017, 12:16
Forum: IPoE
Topic: ipoe shared=0
Replies: 2
Views: 1261

ipoe shared=0

Mostly I have vlan per client, but in some cases I need to assign 2 or more IP addresses per vlan, can I have ? : global ip-unnumbered=1 proxy-arp=1 shared=0 ifcfg=1 ipv6=1 mode=L2 interface=re:eth1\.800.[0-9][0-9] and have a single vlan with shared=1 interface=re:eth1\.800.11,mode=L2,start=dhcpv4,s...
by manyax
11 Jul 2016, 06:11
Forum: PPPoE
Topic: pppoe client upload speed
Replies: 2
Views: 1899

Re: pppoe client upload speed

Yes, I did without bandwidth control and also tried using rp-pppoe, same issue.
by manyax
06 Jul 2016, 10:44
Forum: PPPoE
Topic: pppoe client upload speed
Replies: 2
Views: 1899

pppoe client upload speed

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 [ppp] verbose=1...
by manyax
04 Jul 2016, 09:30
Forum: IPoE
Topic: IPoE Centos
Replies: 20
Views: 4814

Re: IPoE Centos

Will this be ok? Since I want to separate the clients?
by manyax
04 Jul 2016, 07:33
Forum: IPoE
Topic: IPoE Centos
Replies: 20
Views: 4814

Re: IPoE Centos

It seems to be a problem with some dhcp clients. On a HP1910, if I issue 192.168.250.67/32 and gw 10.0.10.1 for vlan 67. The vlan comes up, auth with radius succeeded but the client refuses the ip address. Only works If I issue 192.168.250.67/24 gw 192.168.250.1. [ipoe] verbose=1 username=ifname lea...