Omada EAP controller for Linux

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Omada EAP controller for Linux

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
48 Reply
Re:Omada EAP controller for Linux
2018-06-12 00:06:21
I understand that. But since your package is based on the Windows version, I'm interested in the geographical difference.
  0  
  0  
#33
Options
Re:Omada EAP controller for Linux
2018-06-12 05:53:17

StephenR0 wrote

I understand that. But since your package is based on the Windows version, I'm interested in the geographical difference.


There is none. Even some EAP firmware files for certain hardware versions are exactly the same (those EAPs have regional regulatory provisions hard-coded in a read-only flash partition). But most EAP firmware is different for US, EU and Asia regions. Not so the Controller; it adapts settings to the region the EAP is for.

Proof: download EAP Controller for US and for DE or other EU country. Unpack, compare checksums of the executable:
[CODE]
$ sum EAP_Controller_V2_{DE,US}/*.exe
29242 108031 EAP_Controller_V2_ DE/Omada_Controller_v2.6.0_Windows.exe
29242 108031 EAP_Controller_V2_ US/Omada_Controller_v2.6.0_Windows.exe
$
[/CODE]

q.e.d.
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#34
Options
Yay
2018-06-22 05:21:49
Works brilliantly here - I just had to recursively CHOWN the data directory to the new user and set it all files 0755 and it fired up without any issues :)
  0  
  0  
#35
Options
Re:Omada EAP controller for Linux
2018-06-23 05:10:18

DeanKamitsis wrote

Works brilliantly here - I just had to recursively CHOWN the data directory to the new user and set it all files 0755 and it fired up without any issues :)


Great that it works, but the webapps and logs directories also needs to be owned by the EAP user.
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#36
Options
Re:Omada EAP controller for Linux
2018-06-24 00:07:45
Thanks, Yeah - did the whole eapc folder (I forgot to mention).Thanks for porting it over. Not sure why TP-Link don’t do it - i’ve hooked up 2 locations to one VPS and it is working brilliantly, with a few tweaks, they could make it into something truly amazing.
  0  
  0  
#37
Options
Re:Omada EAP controller for Linux
2018-06-25 10:43:55
What should I do if I want to convert your startup script with a systemd script? I tried to follow your steps to make it work on a CentOS but after I get it working I had some problems. Though writing a ansible script to make things easier, but I lack the knowledge on init.d and systemd.
  0  
  0  
#38
Options
Re:Omada EAP controller for Linux
2018-06-25 15:02:04
Hi R1D2, just saw your tread by searching for new linux version.
Just installed one new linux server in Geneva and wanted to try to use your version but I get a FTP timed out error
[CODE]

220 ftp.rent-a-guru.de FTP server ready.
501 OPTS: UTF8 not understood
Utilisateur (ftp.rent-a-guru.de:(none)) : anonymous
331 Anonymous login ok, send your complete email address as your password.
Mot de passe :
230-
230- Welcome to the anonymous FTP server of RENT-A-GURU®, Germany.
230- -------------------------------------------------------------
230-
230- Public files are in directory "pub". The directories "private"
230- and "incoming" are used for file exchange with customers. For
230- these directories no index listings are produced. If you have
230- problems using this service, contact ftpadm@rent-a-guru.net.
230-
230- It is now Mon Jun 25 08:48:29 2018 in Germany.
230- There are 1 users out of 10 allowed.
230- -------------------------------------------------------------
230-
230 Anonymous access granted, restrictions apply.
ftp> cd /private
250 CWD command successful
ftp> get eapc-2.6.1.tar.gz
200 PORT command successful
425 Unable to build data connection: Connection timed out
ftp>

[/CODE]

And by the way, I was real disappointed to see so few 5G channels available on the European version of EAP245, is it possible to force flash the firmware to the US version?

Le bonjour de Genève


P.S. Solved forget to activate FTP Passive mode :p
  0  
  0  
#39
Options
Re:Omada EAP controller for Linux
2018-06-25 15:24:17
If you need bandwith, I will install a nextcloud server so you can put files on it, don't think we are millions using the linux version and the only tp-link technician help I got was from thailand (by the way they actually find some of my issues).
  0  
  0  
#40
Options
Re:Omada EAP controller for Linux
2018-06-25 16:08:47
Hi R1D2,

I've just updated my controller from 2.5.3 to your latest version on CentOS 7. The distro verion of Java doesn't play nice with the controller software implementation, although the controller works, the web interface doesn't, so I reverted to the TP-Link verion of java by modifying the startup script. The startup and stop commands returns extremly quick somehow, before the complete startup is finished, so a start / stop of restart doens't work properly. I'll see if I can fix that in the startup script in CentOS.
  0  
  0  
#41
Options
Re:Omada EAP controller for Linux
2018-06-25 16:38:54 - last edited 2018-08-08 08:22:51

DeanKamitsis wrote

Thanks, Yeah - did the whole eapc folder (I forgot to mention).

 


Glad it works for you. But don't change ownership of the whole EAPC tree to the eapc user (or even root!) - this will render privilege separation useless. Program files (Java classe) and read-only files need to be owned by the root user with read-only rights for the eapc user. Files the eapc needs to modify must be owned by the eapc user.

 

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#42
Options
Related Articles