After many years of struggles with vdsl, FTTP has now been installed.
Very very happy, but seemingly it does highlight a few issues with the UniFi UDM-Pro.
1. Setting MTU at 1500 is a issue, as Ubiquiti in their infinite wisdom seem to miss this off. However, as a work around you can do the following:
SSH and apply the following:
Code:
sed -i 's/ 1492/ 1500/g' /etc/ppp/peers/ppp0
ip link set dev eth8 mtu 1508
ifconfig eth8 down && ifconfig eth8 up
killall pppd
However, this needs to be done every time the connection is established, so a pain in the ass.
2. IDS / IPS - Using a PPPoE connection slow it down to around 600Mb ~
3. Not sure if this has been fixed in the UDM-SE
4. There was something else I found, which I can't remember now but ill edit this once I have remembered it.
So, I have started to look at the Netgate 6100 or a small white box solution (SuperMicro probably). I could look to run it in a VM but id rather a physical box so I can add to the UPS.