Untangle Networks [home]

The Basics

From UntangleWiki

Jump to: navigation, search

Untangle Server User's Guide

Contents

Logging On To Untangle Server

Once you set up and configure the Untangle Server using the Installation Wizard, you can administer the Untangle Server from the Untangle Client. You can log on to the Untangle Server using one of two methods, but how you do it depends on your installation type:

  • Connect directly using a monitor, keyboard, and mouse.
  • Connect remotely using a browser.

From Untangle for Ubuntu and Debian

To launch the Untangle Client when directly attached:

How can I access Untangle from Linux distribution: Xen Server

From Untangle for Windows

heyyyy

From Untangle Virtual Appliance

From Untangle Server XDs or Untangle Server ISO Image

To launch the Untangle Client when directly attached:

Before You Begin: Ensure that the Untangle Server is turned on.

  1. Connect a monitor, keyboard, and mouse to the Untangle Server. Your monitor displays the Untangle logo and navigation bar.
  2. In the Navigation bar, click the Untangle Client button. The Untangle Client launches. If you have an Untangle for Ubuntu and Debian, go to Launching Untangle Client from Untangle for Ubuntu and Debian to determine how to launch the client.
  3. Type your username and password, and click the Login button. During initial installation of your Untangle Server, you set the username and password through the Installation Wizard. The Untangle Client launches.

To launch the Untangle Client from a browser:

Unless you have remote access enabled, you cannot log on from outside the protected network. You must first log on from within the protected network, then enable remote access.

Before You Begin: Ensure that the Untangle Server is turned on.

  1. Do one of the following:
    • (Remote Logon) In your browser, type https:// followed by the External IP address of the Untangle Server, port number (default is 443). For example: https://72.14.207.1:443.
    • (Local Logon) In your browser, type http://localhost/webui or type http:// followed by the Internal IP address of your Untangle Server. For example: http://198.168.1.1
    • Note: You might receive a warning from your web browser regarding certificates.

  2. If you receive a warning, dismiss it as you are safe connecting to the Untangle Server.
  3. When prompted, provide a username and password to log on. During initial installation of your Untangle Server, you set the username and password through the Installation Wizard. The Untangle Client launches.

Next Step: If you want to enable remote access so that you can log on to Untangle Server from outside the protected network, go to Enabling Remote Access To Untangle Server.

Top

Restarting Untangle Server

If you have an Untangle Gateway Lite, go to Shutting Down/Rebooting Untangle Gateway Lite.

You can restart or reboot the Untangle Server without physical access to the system.

To reboot the Untangle Server:

  1. From the Navigation Pane, click the Config tab > System. The Configuration windows launches.
  2. On the "'Support'" tab, Under the Manual Reboot section, click the Reboot button.
  3. To Shutdown, click the Shutdown button under the Manual Shutdown section.

Top

Powering Off Untangle Server

If you have an Untangle Gateway Lite, go to Shutting Down/Rebooting Untangle Gateway Lite.

Front and Back View of Untangle Server
Enlarge
Front and Back View of Untangle Server

Do not use the power button on the front of the Untangle Server or the emergency power switch on the back of the Untangle Server to power off the Untangle Server.

These methods do not provide the Untangle Server a graceful shutdown. Instead, use the Untangle Server's direct-connect interface. For security, you cannot shut down the Untangle Server remotely.

To power off the Untangle Server:

  1. Connect a monitor, keyboard, and mouse to the Untangle Server. Your monitor displays the Untangle logo and Navigation bar.
  2. In the Navigation bar, click the Shutdown button. The Untangle Server shuts down.

Top


Resetting Untangle Server To Factory Defaults

You might want to reset the Untangle Server to factory defaults if you experience problems with your configuration, or if you want to experiment with a different configurations. If you forgot your admin password, you can change that password without resetting the Untangle Server to factory defaults. Go to Resetting the Password for Administrator's Account.

To return to factory defaults:

Warning: This procedure erases all configuration information from the Untangle Server.

Before You Begin: Back up your configuration just in case you'd like to return to this configuration: Backing Up Untangle Server's Configuration.

  1. Using a keyboard, video and mouse, connect directly to the Untangle Server. When connected directly to the Untangle Server, a window with Untangle's logo appears.
  2. Click Recover Utilities. A confirmation window appears.
  3. Click Yes to continue with the reset. The next screen offers a few options.
  4. Select the Return To Factory Defaults menu option. The Return To Factory Defaults window appears.
  5. Select Yes to return to factory defaults. When you log on to the Untangle Server, you are prompted to use the Setup Wizard to configure your Untangle Server, just as you did when you installed the Untangle Server the first time using the Untangle Server Quick Start Guide.

Top


Accessing Event Logs

Most Software Products have an Event Log as part of their controls. Event logs present a table of significant events that the Untangle Server observed.

Event logs contain the underlying data from which the Untangle Server generates Untangle Reports. However, there are a few differences. Event logs provide real-time information whereas Untangle Reports provide next-day and weekly information. Moreover, the event logs show activity by IP address; Untangle Reports are more user-friendly because they show activity by user.

  • Sometimes the events provide a dialog of which traffic was filtered:

... examined this web request from 1.2.3.4 and found no viruses ...

  • Other times, the events indicate malicious content which was stopped by the Software Product:

... blocked email with subject Urgent Business Request as it was found to be a phishing email ...

To access an Event Log:

  1. From the Software Product, click the Show Settings button.
  2. Click the Event Log tab.
  3. In the drop-down list, select the types of events that you want to view, and click the Refresh button. To view all events, select All Events.

Top

Verifying if a Network Computer is Accessible

Using the ping command, you can determine if a specific system is accessible on the network and what its IP address is, if you only know its hostname.

To verify if a system is accessible on the network:

  1. Launch a command prompt: Start > Run.
  2. Type either the IP address or the hostname of the system that you want to contact, then Enter.
 > ping <hostname> 
 > ping <IPAddress>
  • If you receive a message like the following, the system was accessible:

PING myhost.dnsdojo.net (198.144.196.51) total tx: 5, total time: 4016.0 ms, percent answered: 20% sequence: 5 ttl: 64, delay: 0.047 ms, size: 45 bytes

  • If you provide an incorrect hostname or the DNS Server does not know that hostname, you receive a Unable to resolve the host message.

Top


Related Topics

Top

Administration FAQs