Untangle Captive Portal Customization

The Untangle Unified Threat Management (UTM) system includes a Captive Portal which can be useful for managing and restricting access on a wireless hotspot.

The Captive Portal can be customized to include your own logo, portal icon, login button and favorite icon by modifying the following files:

1. Branding Logo - /var/www/images/BrandingLogo.gif

2. Captive Portal Favicon – /var/www/images/favicon-captive-portal.png

3. Captive Portal Icon – /var/www/skins/default/images/user/icon_captive_portal.png

4. Green Login button – /var/www/skins/default/images/user/green-button-background-3.gif

5. Green Login button (mouseover) – /var/www/skins/default/images/user/green-button-background-3_f2.gif

These files can be modified by uploading replacement images via SFTP. I recommend renaming the original so that you have a backup in case of any issues.

Once you have uploaded the edited images use the “View Page” feature within the Untangle management interface to test the page.

Remove advertisments from Untangle Web Filter

If you are running Untangle’s free “Lite” package,  you may have noticed that advertisements are now shown in the bottom of block pages generated by the Web filter.

Untangle announced that they had put this in place in order to generate revenue to support development of the Untangle platform. Whilst I understand their need to support development, some of the ad’s that show up are of a questionable nature. If Untangle has to show advertisements within its block pages in order to support its back end infrastructure then I fear they may not be around much longer, as a company. I’d suggest Untangle look for sponsors to provide update and download hosting for the open source / Lite applications and only host their commercial applications themselves.

Solutions:

1. Purchase an application from Untangle, for example the Branding Manager which costs $108.00 per year. This will automatically remove ad’s in the Web Filter application and also lets you brand the interface with your own logo etc. This is my recommended method.

2. If your running a test UTM or a small installation at home, you can forcefully remove the advertisements as follows:

a. SSH into your Untangle box.
b. Make a backup copy of the blockpage:

$ cp /usr/share/untangle/web/blockpage/blockpage_template.jspx /usr/share/untangle/web/blockpage/blockpage_template.jspx~

c. Open the block page template: Continue reading “Remove advertisments from Untangle Web Filter”

nTOP on Untangle 6.2

I’ve had several people email me regarding information on configuring nTop on Untangle version 6.x (0,1,2).

nTop is a network traffic probe that shows the network usage, similar to what the popular “top” Linux command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well.

nTop users can use a a web browser (e.g. Firefox) to browse through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of:

  • a web interface
  • limited configuration and administration via the web interface
  • reduced CPU and memory usage (they vary according to network size and traffic)

make ntop easy to use and suitable for monitoring various kind of networks.

In an effort to encourage use of the Untangle forums, I’ve posted a online how to at: http://forums.untangle.com. Please post comments and feedback on the Untangle thread.