ipoe shared=0

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

ipoe shared=0

Post by manyax »

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

Code: Select all

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

Code: Select all

interface=re:eth1\.800.11,mode=L2,start=dhcpv4,shared=1,ifcfg=1
Only works if I reload the configuration from cli. It doesn't work when I restart the service?
manyax
Posts: 20
Joined: 24 Jun 2016, 15:41

Re: ipoe shared=0

Post by manyax »

Is this not working because of the global enabled ipv6 ?
viewtopic.php?f=10&t=672
manyax
Posts: 20
Joined: 24 Jun 2016, 15:41

Re: ipoe shared=0

Post by manyax »

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
Post Reply