Quantcast
Channel: Untangle Forums - Installation
Viewing all 731 articles
Browse latest View live

Two-factor authentication

$
0
0
I don't know if thi is the correct forum to post this question ......
Is there a way to have a Two-factor authentication function ?

Migrate OpenVPN server from 9.4 to 12

$
0
0
Running into issues with Untangle 12 OpenVPN clients disconnecting, when connected to Untangle 9.4 server (see here: https://forums.untangle.com/installa...ngle-12-a.html). So, looking to upgrade the Untangle OpenVPN server to version 12. Is there a way to migrate the OpenVPN settings, with all of the server and client and network info, keys, etc etc? Or do I have to start from scratch and create a whole new OpenVPN server setup, create all of the clients again and then distribute all of the clients (i.e. nightmare)....? I couldn't find any clear documentation on this, but I could be looking in the wrong place.

I tried simply copying the contents from /etc/openvpn, but nothing shows up when I go into the OpenVPN settings in the default rack....

Thx.
Marty.

Untangle 12 update fail and Spam Blocker Lite (scan failure)

$
0
0
I am having problem since I used version 12. I was using version 10 and it upgraded to v12 automatically. After upgraded, I have no longer receive email. I checked the Spam Blocker Lite have (scan failure) and all email dropped. I deleted the entire VM guest and flash installed the OVA version. It seems to work a few days and the Spam Blocker lite have scan failure all the time. I have to disable to drop email if scan failure. I tried reboot many times. It doesn't seem to work again.

The second problem is the update. It doesn't work AT ALL. It tried to do it manually using this:
apt-get update --yes --force-yes

and I got this error massage:
Conflicting distribution: http://updates.untangle.com stable-120 InRelease (expected stable-120 but got crypton)

Here is the version I am using now.
Build: 12.0.0~svn20160224r42565release12.0-1jessie
Kernel: 3.16.0-4-untangle-amd64
History: yes (5)
Reboots: 2 (1)
Current active device count: 0
Highest active device count since reboot: 0

Third monitor not compatible with Untangle

$
0
0
Hi

I'm now on my third monitor which isn't compatible with Untangle.

This one is branded Dell and says "cannot display this video mode optimum resolution 1440*900 60Hz".

How on earth is it that the install process displays just fine but then Untangle tries to boot up into a resolution three separate monitors can't cope with?

Is there anything I can do?

Untangle on QNAP VM Station

$
0
0
Hi all,

I tried using the search but to no avail. Has anyone successfully installed Untangle firewall onto any QNAP virtual machine station as an OVA (vmware app) or manually through iso/img installation?

I've tried all methods and still get a "unable to init device /dev/mcelog rc-5" which leads to an "apache 2 failed" error shortly after. Any help or advice is greatly appreciated.

Need help with blocking ZIP file types

$
0
0
I don't know what app to sub forum to place this in so I when general here. Please move it to where it's appropirate.

I cannot keep my staff from opening attachments that come from spoofing or random sources. Zip files seem to be the issue and we keep getting bugs through the firewall. The latest staff member got hit with a crypto so their files are locked down...I'll be restoring data this weekend for them on a fresh install.

I just want to block ZIP files because nobody uses them here for any purpose.

I see in WEB BLOCK I can create such a need but after testing they still get through on emails...so what is solution to lock down that protocol?

Thanks.

For those who are curious this is what got through, I got one myself the other day and scanned it with the same results: https://www.virustotal.com/en/file/e...is/1461805641/

Have you guys heard of an UPGRADE PATH???

$
0
0
You guys are getting as bad as Microsoft -- upgrading means starting over with a blank machine, nevermind all the rules and settings that you have to copy manually. In fact, it was easier to migrate winxp to win 10 than it was to go from 9.4 to 12. Probably all you needed was some well thought out shell scripts to convert the backup formats. Where do I go to reclaim all the time I wasted?

Untangle 12.x Captive Portal Reports

$
0
0
Is there a way for Untangle 12.x to e-mail specified users a daily and monthly summary of all the Captive Portal logins? If so, how can I set this up?

This occurred automatically in versions prior to 12.x.

Thanks.

Update 11.2.1 -> 12.0 changed root pwd

$
0
0
After the update and then rebooting the device using the web interface, my root password no longer worked. I was in a ssh session the prior day to run iptraf with no issue. When time allowed I was able reboot the unit into a shell with grub and then passwd it back to what it should.
I then noticed that the shadow file and passwd files date/time stamp to be the roughly the time the updated was being done. I did some searches and found this has not happened to any one else by the installer but still curious. I have ssh root login disabled if relative.

Database Error???

$
0
0
I have a freshly installed Version 12.0.1. After 12 days of Uptime I get suddenly the following messages on the web page:

Code:

An error has occurred:
Unable to connect to DB.

Unable to find unique values: SELECT value FROM (SELECT DISTINCT(interface_id) as value, max(rx_rate) FROM reports.interface_stat_events WHERE time_stamp >= '2016-05-09 11:07:45' and time_stamp <= '2016-05-09 12:08:45' GROUP BY interface_id ORDER BY 2 DESC LIMIT 10) as data

Show details

Exception name: java.lang.RuntimeException: Unable to find unique values: SELECT value FROM (SELECT DISTINCT(interface_id) as value, max(rx_rate) FROM reports.interface_stat_events WHERE time_stamp >= '2016-05-09 12:34:52' and time_stamp <= '2016-05-09 13:35:52' GROUP BY interface_id ORDER BY 2 DESC LIMIT 10) as data

Exception code: 490

Exception message: Unable to find unique values: SELECT value FROM (SELECT DISTINCT(interface_id) as value, max(rx_rate) FROM reports.interface_stat_events WHERE time_stamp >= '2016-05-09 12:34:52' and time_stamp <= '2016-05-09 13:35:52' GROUP BY interface_id ORDER BY 2 DESC LIMIT 10) as data

Exception java stack: java.lang.RuntimeException: Unable to find unique values: SELECT value FROM (SELECT DISTINCT(interface_id) as value, max(rx_rate) FROM reports.interface_stat_events WHERE time_stamp >= '2016-05-09 12:34:52' and time_stamp <= '2016-05-09 13:35:52' GROUP BY interface_id ORDER BY 2 DESC LIMIT 10) as data
at com.untangle.node.reports.ReportEntry.toSqlTimeGraphDynamic(ReportEntry.java:377)
at com.untangle.node.reports.ReportEntry.toSql(ReportEntry.java:226)
at com.untangle.node.reports.ReportsManagerImpl.getDataForReportEntry(ReportsManagerImpl.java:277)
at com.untangle.node.reports.ReportsManagerImpl.getDataForReportEntry(ReportsManagerImpl.java:312)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jabsorb.JSONRPCBridge.call(JSONRPCBridge.java:665)
at org.jabsorb.JSONRPCServlet.service(JSONRPCServlet.java:274)
at com.untangle.uvm.webui.jabsorb.UtJsonRpcServlet.service(UtJsonRpcServlet.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at com.untangle.uvm.TomcatManagerImpl$AdministrationValve.invoke(TomcatManagerImpl.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.ajp.AjpNioProcessor.process(AjpNioProcessor.java:184)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1721)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1679)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)


Exception js stack: global code@http://untangle.sec.cs.tu-bs.de/jsonrpc/jsonrpc.js?s=1461332838:467:46

Build: 12.0.1~svn20160422r43064release12.0-1jessie

Timestamp: Mon May 09 2016 13:35:47 GMT+0200 (CEST)

Bildschirmfoto 2016-05-09 um 13.39.30.png

Everything seems working but there MUST be a problem. How to solve it?

Best regards,
Frank
Attached Images

Upgrades are available and ready to be installed - Alert never goes away

$
0
0
I get this alert every time I visit "Application" page.
Config -> Upgrade also tells me upgrades are available whenever I scan for new update.
No matter how many times I upgrade, it will tell me there is new ones available.
I get the feeling that its failing to upgrade.

Build: 12.0.0~svn20160409r42916release12.0-1jessie
Kernel: 3.16.0-4-untangle-amd64

That is what I'm using.
Also, I'm running it off the VMWARE with latest OVA image file.
I think it's latest, I've downloaded it on April 14.

Is there any log files for me scan and see where it's failing?

Untangle 9.4 I can not make a new install, no download packages

$
0
0
Untangle 9.4 I can not make a new install, no download packages


Someone could tell me any alternative to download the installation packages untangle 9.4.2, online is no longer possible apparently the server is no longer available.

I have other 9.4.2 running if anyone knows how to extract the installers please share.

Untangle 11

$
0
0
Used the Untangle 11 until upgrade to version 12. After upgraded to version 12 my server is not more up. I wonder if there is a repository that provides older versions?

Thank you

SAMBA can be installed in untangle 11-12?

$
0
0
9.4 SAMBA server installed to make my untangle a file server.
I have these servers at remote sites and use them in this way.

Someone has done to untangle 11 or 12?

If someone needs settings in 9.4, is the I can send.

Forgive the spelling, google translator sometimes fails.

Warning: Don't run untangle 12 on xenserver!

$
0
0
I have been running Untangle 11x on XenServer for over a year and never had any issues. I upgraded both my Untangle servers to 12x and had no issues. Two weeks ago, one of the Untangle boxes sporadically stopped responding to pings so I rebooted it to see if it was a software issue. After I rebooted, I could not get the Untangle VM to boot. So I restored an older image and same thing - would not boot! So now I am freaking out.

So then I decided I would load a new install from ISO and then restore the backup file. Thank GOD I had a backup file! So I load Untangle and reboot after install. Same thing! Black screen and won't boot! So I decide to give up on VM for now and gran an extra server and start loading Untangle since my one colo is dead. So I load Untangle directly on hardware and restore the backup and everything works perfect.

So now I am thinking OK maybe I had corrupted backups or there was something wrong with the server but I don't know what happened yet. 5 days later I start having issues with data flowing through my main 2nd colo Untangle box and so I reboot. Again, black screen and nothing. It just hits me - There is something wrong with version 12 with the grub boot loader. So I knew I was not going to get Untangle running in XenServer anymore so I have to scramble all day while my main colo is down for 8 hours while we build the server and work out the hardware problems.

The bottom line is this - IF YOU ARE RUNNING UNTANGLE v12 on XenServer - MOVE IT OFF IMMEDIATELY! It will eventually corrupt out and will not boot. This version of Untangle does not work with XenServer due to the Grub boot loader. Don't get surprised like me!

I love Untangle but I wish I knew about this to avoid so much downtime.

Scott

V12 Lockups

$
0
0
I have 3 UT appliances in my environment all have auto upgraded to v12 and ever since the upgrade they have started to lockup where they stop passing traffic and you cannot remotely login to them. The only thing that fixes them is to hard reboot them. 1 of my appliances I reverted back to V11 and haven't had a problem since but my for my HQ UT I really need to keep the reports. I have contacted support and they say they cant do anything unless they see it, but news flash if my firewall is down my priority is to get my business operating and besides you cant SSH or connect remotely when it happens >:( UT has been rock solid and reliable for me till now, anyone else having similar issue?

Untangle won't respond to login.

$
0
0
We have had untangle installed for years and the other day it would not respond to it's IP. After some test I found apache2 failed. I ran the recovery tool and Apache 2 is now loading but when I put in my password and hit login it just says waiting for (IP address of untangle) until it times out. Our IT guy who has always worked on this was killed in a motorcycle wreck and I need to get into untangle. Any help would be appreciated.

Web GUI service unavailable

$
0
0
Hi all,

I had to reboot my server. The Untangle VM started OK and I have access to the internet. But the web GUI says "service unavailable". The uvm.log last entry about 1 hour ago:

Code:

localhost [NodeManagerImpl] INFO added : untangle-node-license
Do I need to run "/etc/init.d/untangle-net-alpaca restart"?

Untangle V12 showing no UID and registered to someone elses email.

$
0
0
I install a fresh V12, log into my account on the device to register it at the prompt, install apps and the screenshot attached is what happens. I get some random schools admin email address and no UID.

I had this issue on a similar device last month but chalked it up to a fluke, installed V11 and called it a day. I now have a totally new device and the exact same thing happened to a new client. V11 works fine and I get a UID, V12 I get random peoples account info....

Since we have 50+ hardware appliances out there, I will say this error only happens on a particular model. Seems kind of coincidental but obviously, I shouldn't be getting someones info. I do not have it show up under my account as a server and I cannot assign a subscription to it.

UntangleError.jpg
Attached Images

can't find command 'fwsetup'.

$
0
0
Hi,

I just got untangle installed on this box:

http://www.amazon.com/Intel-celeron-..._detailpages00

On initial boot, if I go to system setup I receive "error: can't find command 'fwsetup'.

I assume I want to go through system setup before anything else? What is this command and could I load it manually from the install iso?
Viewing all 731 articles
Browse latest View live