Hi all,
I'm with 2Degrees for my VDSL (formerly SNAP as far as I can tell but they'd changed before I signed up). I want to move my FritzBox out of the job it's doing as a firewall and router and relegate it to be nothing but a wifi gateway and handle phones.
I have my old Spark VDSL modem - an HG630b - which I can get to connect via VDSL to 2Degrees just fine. It works nicely in either bridged mode or handling the PPPoE and routing itself - I get internets.
I want to run in bridged mode and use my shiny Mikrotik router - a CCR1009-7G-1C-1S+ - to handle the PPPoE and routing.
I have switched the HG630b into bridged mode, bound to eth4 (keeping eth1 for management etc).
I have created a VLAN on eth1 on the Mikrotik with VLAN-ID 10, then created a pppoe client connection and bound it to the newly created VLAN.
If I run a PPPoE scan on the VLAN, I can see "SNAP-69" and a MAC address, suggesting that it's working correctly, but I can't get the PPPoE client state to do anything other just sit at "Connecting...".
When I unplug the phone line from the HG630b it switches status to: "disconnected".
My setup:
Regular boring ethernet cable from ether1 on the Mikrotik to LAN4 on the HG630b
/interface ethernet
set [ find default-name=ether1 ] advertise=10M-full,100M-full,1000M-full arp=enabled arp-timeout=auto auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=1580 loop-protect=\
default loop-protect-disable-time=5m loop-protect-send-interval=5s mac-address=64:D1:54:E6:EB:F1 master-port=none mtu=1500 name=ether1 orig-mac-address=64:D1:54:E6:EB:F1 rx-flow-control=off speed=100Mbps \
tx-flow-control=off
/interface vlan
add arp=enabled arp-timeout=auto disabled=no interface=ether1 loop-protect=default loop-protect-disable-time=5m loop-protect-send-interval=5s mtu=1500 name=vlan10 use-service
/interface pppoe-client
add ac-name=SNAP-69 add-default-route=yes allow=pap,chap,mschap1,mschap2 default-route-distance=0 dial-on-demand=no disabled=no interface=vlan10 keepalive-timeout=60 max-mru=
2Degrees-PPPoE password=password profile=default service-name="" use-peer-dns=yes user=username@snap.net.nz
I can't figure out what I'm missing, it seems like this should just work. Does anyone know where I'm going wrong?
Many thanks and kind regards,
char