FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
1–10 of 58 posts
Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#2The fbsd image yields ~250mbps between two gigabit hosts.
I've been eyeing one of these for a while and putting fbsd on it interests me, but not if it means a huge peformance drop (even if I wouldn't really miss it).
Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#3Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#4Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#5Note that UBNT claims line rate throughput and provides proof via a commissioned Tolly report (no idea on their legitimacy). The fbsd image yields ~250mbps between two gigabit hosts. I've been eyeing one of these for a while and putting fbsd on it interests me, but not if it means a huge peformance drop (even if I wouldn't really miss it).
Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#6Note that UBNT claims line rate throughput and provides proof via a commissioned Tolly report (no idea on their legitimacy). The fbsd image yields ~250mbps between two gigabit hosts. I've been eyeing one of these for a while and putting fbsd on it interests me, but not if it means a huge peformance drop (even if I wouldn't really miss it).
The freebsd-mips mailing list already has a few threads discussing this; if you want to know why the router isn't achieving line-rate speeds "out of the box", you'll probably get the best answer there (and maybe even someone who knows how to fix the problem):
* http://lists.freebsd.org/pipermail/freebsd-mips/2014-January...
* http://lists.freebsd.org/pipermail/freebsd-mips/2014-Februar...
If you don't get a suitable answer there, you can also try freebsd-net:
Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#7 screen /dev/ttyUSB0 115200 # Linux-centric exampleRe: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#8Note that UBNT claims line rate throughput and provides proof via a commissioned Tolly report (no idea on their legitimacy). The fbsd image yields ~250mbps between two gigabit hosts. I've been eyeing one of these for a while and putting fbsd on it interests me, but not if it means a huge peformance drop (even if I wouldn't really miss it).
Assuming UBNT is correct and the device supports line-rate throughput, I don't think there's any reason why FreeBSD couldn't easily support that. The freebsd-mips mailing list already has a few threads discussing this; if you want to know why the router isn't achieving line-rate speeds "out of the box", you'll probably get the best answer there (and maybe even someone who knows how to fix the problem): * http://lists…
Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#9Earlier quoted context omitted.
Assuming UBNT is correct and the device supports line-rate throughput, I don't think there's any reason why FreeBSD couldn't easily support that. The freebsd-mips mailing list already has a few threads discussing this; if you want to know why the router isn't achieving line-rate speeds "out of the box", you'll probably get the best answer there (and maybe even someone who knows how to fix the problem): * http://lists…
UBNT is correct, but only for the hardware fast path. The driver for that appears to be proprietary.
Re: FreeBSD 10.0 on Ubiquiti EdgeRouter Lite
#10As an easier to obtain alternative to minicom, screen can also handle serial port communications quite happily for basic usecases (like this one). screen /dev/ttyUSB0 115200 # Linux-centric example