Installing omada controller on a raspberry pi 2b 32 bit
Hello,
I saw some instruction running the omada controller on a pi with 32 bit os
Does anybody know if this still works and does it support the latest firmware?
I rather by a second switch then a controller if unneeded.
below the youtube link and the textfile.
I tried the other methods yesterday but it started once and then it crashed in docker.
https://youtu.be/Xx6ltd1sSR4
Download this text file in the description below 1. Install Raspberry Pi OS Raspberry Pi Imager Enable ssh 2. Download and Extract wget https://static.tp-link.com/2020/202004/20200420/Omada_Controller_v3.2.10_linux_x64.tar.gz tar zxvf Omada_Controller_v3.2.10_linux_x64.tar.gz 3. Install MongoDB apt-get install mongodb rm Omada_Controller_v3.2.10_linux_x64/bin/mongod ln -s /usr/bin/mongod Omada_Controller_v3.2.10_linux_x64/bin/mongod 4. Installation apt-get update apt-get install jsvc apt install net-tools apt-get install curl apt-get install openjdk-8-jdk sudo update-alternatives --config java sed -i -e 's/JRE_HOME="${OMADA_HOME}\/jre"/JRE_HOME="\/usr\/lib\/jvm\/default-java"/g' Omada_Controller_v3.2.10_linux_x64/bin/control.sh sed -i -e 's/JAVA_OPTS="-server/JAVA_OPTS="-client/g' Omada_Controller_v3.2.10_linux_x64/bin/control.sh sed -i -e 's/${PORTT_TOOL} 127.0.0.1 ${HTTP_PORT} 500/netstat -plnt | grep :::${HTTP_PORT}/g' Omada_Controller_v3.2.10_linux_x64/bin/control.sh cd /usr/lib/jvm ls -hl ln -s java-8-openjdk-armhf default-java cd Omada_Controller_v3.2.10_linux_x64 bash install.sh 5. Running http://ip_address:8088
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Ok I got it to work forgot the port number in the browser.
no wifi points just the router atm.
Have to wait for the heat sink for longer runs.
Apart from ipv6 it was working.
For some reason it did not pick up that setting from the router.
After I get the the heatsink I will install the Pi hole.
Later on ill be adding some jetstream switches.
thnx for the help so far.
- Copy Link
- Report Inappropriate Content
@Joepke Thanks for the update.
I just put mine into production over the weekend. I wasn't able to backup the OC200 and restore everything to Linux Controller (even though both were running 5.9.3x), I had to Migrate the sites from the OC200 to the Libre board one by one. For what it's worth, the PiHole consumes very little in the way of CPU resources when running, so not a great source of heat. The only concern is at startup/power cycle...even with the heatsink, mine hits 55'C after firing up both containers...before idling back down to 40-42'C steady-state. FYI at 60'C the Libre drops itself down to 100Mhz as a self-preservation mechanism.
- Copy Link
- Report Inappropriate Content
@Joepke Ok ill wait.
Its cleared by the doaune no extra cost for the bord or the heatsink and case.
I do love the case you have..
Noticed i got an old firmware on my router guess it went back to factory default after reset from omad controller.
- Copy Link
- Report Inappropriate Content
@Joepke this is the tiny heat sink I am using.
It is good enough so far...probably fine as long as I don't ever do continuous video playback.
- Copy Link
- Report Inappropriate Content
I've expanded my pi-stack, now in addition to Pihole and Omada I have:
- added SNMP support to the base Armbian OS and connected it to my LibreNMS (unrelated)
- added a container for 'portainer' which provides a nifty GUI interface for the other containers running
- added 'wg-easy' container which gives me Wireguard (kills me how long I've been waiting for this on the ER605 and in about 20s, it's installed and running on this!)
This was a no-brainer...the Armbian 22 OS has native WG support pre-built!
and this was really for just monitoring the temp...but it does so much more!
- Copy Link
- Report Inappropriate Content
Did some initial Wireguard performance tests on LePotato board. I easily maxed out the 30M uplink at about 10% CPU load, so I am quite sure I can saturate the onboard 100M Fast Ethernet port. Thinking ahead, I have now verified that a TPlink UE300v4 GigEthernet USB3.0 adapter (USD$10-15) works just fine in one of the 4 USB2.0 ports, and can be hot plugged without causing the 2.0A phone charger I'm using as a power source to blip. When I get out to a site with a faster connection, I'll try this setup and see what kind of VPN performance I can achieve running Wireguard in a Docker container on this increasingly surprising little board.
I was able to get 76.6Mbps through using two > 100Mbps connections at either end and an older Android phone.
CPU was maybe 20-30% tops, hard to tell with the multiple worker threads.
I'll know if that's the upper limit for sure when I am able to test with the USB GigE adapter and a proper laptop.
The system static state running the Wireguard, Portainer, Omada and PiHole containers is as follows:
System load: 4% Up time: 3 days 4:45 Local users: 2
Memory usage: 72% of 1.89G Zram usage: 61% of 0.94G IP: 172.18.0.1 172.17.0.1 192.__.__.__
CPU temp: 41°C Usage of /: 14% of 29G
RX today: 669.7 MiB
So pretty good, but creeping up there in RAM usage (still more than 25% left which IS actually more than 500MB...so, not too fussed).
- Copy Link
- Report Inappropriate Content
Added DDNS support tonight. Found a great little container with a sub-10MB RAM footprint. Handles just about every known dynamic DNS provider out there.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 3095
Replies: 32
Voters 0
No one has voted for it yet.