Page 1 of 1

ipoe shared=0

Posted: 02 May 2017, 12:16
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?

Re: ipoe shared=0

Posted: 08 May 2017, 12:29
by manyax
Is this not working because of the global enabled ipv6 ?
viewtopic.php?f=10&t=672

Re: ipoe shared=0

Posted: 09 May 2017, 06:35
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