IPoe Setup notworking

Hi There,
can someone help me with my IPoE setup, in my case i want to setup a testing setup with multiple VLANS but it not working at all.

This is the config im using

interfaces {
ethernet eth0 {
address dhcp
description OUTSIDE
hw-id 00:0c:29:db:5d:be
}
ethernet eth1 {
address 192.168.0.1/24
description INSIDE
hw-id 00:0c:29:db:5d:c8
}
ethernet eth2 {
hw-id 00:0c:29:db:5d:d2
}
loopback lo {
}
}
nat {
source {
rule 100 {
outbound-interface eth0
source {
address 192.168.0.0/24
}
translation {
address masquerade
}
}
}
}
service {
dhcp-server {
shared-network-name LAN {
subnet 192.168.0.0/24 {
default-router 192.168.0.1
domain-name PJM.net
lease 86400
name-server 192.168.0.1
range 0 {
start 192.168.0.9
stop 192.168.0.254
}
}
}
}
dns {
forwarding {
allow-from 192.168.0.0/24
cache-size 0
listen-address 192.168.0.1
}
}
ipoe-server {
authentication {
interface eth2 {
mac-address 2C:91:AB:0C:B7:A1 {
rate-limit {
download 20480
upload 10240
}
}
mac-address 2C:91:AB:0C:B7:A4 {
rate-limit {
download 20480
upload 10240
}
}
}
mode local
}
interface eth2 {
client-subnet 192.168.0.0/24
network vlan
vlan-range 1-4094
}
name-server 192.168.0.1
}
pppoe-server {
access-concentrator ACN
authentication {
local-users {
username foo {
password bar
rate-limit {
download 20480
upload 10240
}
}
}
mode local
}
client-ip-pool {
start 192.168.1.10
stop 192.168.1.254
}
gateway-address 192.168.1.1
interface eth2 {
vlan-range 1-4094
}
name-server 192.168.1.1
}
ssh {
port 22
}
}

Thanks,
BR Jasper

It can be cause the you use the same eth2 + vlan ranges for both IPoE + PPPoE