Search found 1221 matches

by Tomas
Mon Jun 01, 2020 11:05 am
Forum: Support
Topic: [Solved] Issues running behind nginx reverse proxy
Replies: 14
Views: 14288

Re: [Solved] Issues running behind nginx reverse proxy

You shouldn't do both changes described in my post. Option 1: Set "-Dserver.contextPath=/configs" and do a single location block: location ~ /configs/.* { .... proxy_pass http://<IP_OF_UNIMUS>:8085/configs/$1; proxy_redirect default; } Option 2: Don't set "-Dserver.contextPath=/config...
by Tomas
Mon Jun 01, 2020 10:41 am
Forum: Polls
Topic: POLL: Do you use or plan to use Unimus Core?
Replies: 0
Views: 13987

POLL: Do you use or plan to use Unimus Core?

With 2.0.0 we released Unimus Core.
Do you use, or do you plan to use Unimus Core?
by Tomas
Mon Jun 01, 2020 10:32 am
Forum: Support
Topic: [Solved] Issues running behind nginx reverse proxy
Replies: 14
Views: 14288

Re: Issues running behind nginx reverse proxy

Hi, Mapping across different roots is a little painful ("/config/" on nginx -> "/" on Unimus). If possible, I would recommend changing the context root on Unimus to match the context root on nginx, that should solve all the issues. You can do this by adding a config parameter on ...
by Tomas
Wed May 27, 2020 12:48 pm
Forum: General
Topic: same external ip
Replies: 3
Views: 7388

Re: same external ip

You are correct - that is also a way to do this.

You can create multiple DNS records pointing to the same IP, or even multiple entries in the "hosts" file of the Unimus server.
Then use per-tag connectors to specify which ports to use.
by Tomas
Tue May 26, 2020 10:58 pm
Forum: General
Topic: same external ip
Replies: 3
Views: 7388

Re: same external ip

Hello, Apologies, but we currently don't support devices behind NAT running on different ports. Currently in Unimus, there is a rule that a single IP = a single device. IP duplicities are not allowed inside a single Zone. Normally if you have remote devices, you could create a separate Zone, and use...
by Tomas
Tue May 26, 2020 10:10 pm
Forum: News and announcements
Topic: Unimus 2.0.1 & Unimus Core 2.0.1 release
Replies: 0
Views: 15326

Unimus 2.0.1 & Unimus Core 2.0.1 release

Unimus version 2.0.1 is being released today! 2.0.1 is a hotfix release for the most critical issues found since the 2.0.0 release. The 2.0 branch has been in development for 7 months, and is the biggest update of Unimus yet. We have published a 2.0 Release Overview on our blog if you want to read u...
by Tomas
Fri May 22, 2020 1:33 pm
Forum: Support
Topic: [Solved] Created Zones keep disappearing
Replies: 3
Views: 4331

Re: Created Zones keep disappearing

Yes, this is definitely because you are using Tags - which are limiting your visibility in the system. Your account is being limited by tags - but you are creating a Zone without a Tag. Unimus will allow you to create that Zone, and you will see it immediately after it's creation. But as soon as you...
by Tomas
Fri May 22, 2020 11:14 am
Forum: Support
Topic: [Fixed in 2.0.1] FortiMail remote backup password detected as change
Replies: 1
Views: 2590

Re: FortiMail remote backup password detected as change

Hi,

Thanks for the report on both issues.
Scheduling this for a fix in 2.0.1.
by Tomas
Thu May 21, 2020 8:41 pm
Forum: Support
Topic: [Solved] How to find out if Unimus is running on Windows or Linux platform?
Replies: 2
Views: 3101

Re: How to find out if Unimus is running on Windows or Linux platform?

Hi Happy to hear you found a way. I will close the topic. For others seeing this in the future, easiest way is to download the log file, and look at the startup. ("Other settings > Debug mode > Download debug log" or "Zones > Default > Debug mode > Download debug log") Unimus wil...
by Tomas
Wed May 20, 2020 3:42 pm
Forum: Support
Topic: 2 Issues with 2.0
Replies: 1
Views: 2527

Re: 2 Issues with 2.0

Hi, Yes, Slack configuration being wiped is indeed expected, A Slack Bot is now required due to full config change notification support over Slack. As for Calix, can you please enable both "Debug Logging" and "Device Output Logging"? (Zones > Default > Debug Mode) Please run a di...