Administrator Alerts
http://www.youtube.com/watch?v=0vFoSPkF4DI&feature=youtu.be
Read about what Alerts there is in the Wiki
http://wiki.untangle.com/index.php/Administrator_Alerts
http://www.youtube.com/watch?v=0vFoSPkF4DI&feature=youtu.be
Read about what Alerts there is in the Wiki
http://wiki.untangle.com/index.php/Administrator_Alerts
http://www.youtube.com/watch?v=QjAUPaBEfF8
The forum can be used for support as well but if you have paid support use the methods in the video.
Not that you should never Post your UID on the Forum.
http://www.youtube.com/watch?v=b1e19u8K-CQ&feature=youtu.be
The PHP file:
<?php
$Content = "./easylist.txt";
$lines = file($Content);
$linesSplit = array_chunk( $lines, 2000 );
$badcharacters = array("#",'"', "'", "[", "]", "\n", "\t");$i = 0;
foreach ($linesSplit as $inner_array) {
$i++;
$fp = fopen('ABimport'.$i.'.json', 'w');
$filestart = "[";
fwrite($fp, $filestart);
while (list($key, $value) = each($inner_array))
{
$cleanstr = str_replace($badcharacters, "", $value);
$store = '{"enabled":true,"string":"'.$cleanstr.'","javaClass":"com.untangle.uvm.node.GenericRule"},';
fwrite($fp, $store);
}
$fileend = "]";
fwrite($fp, $fileend);
fclose($fp);
}
?>
Read more in this thread.
http://www.youtube.com/watch?v=V74Sawv1zh4&feature=youtu.be
Short video that shows how easy it is to install Untangle.
Short Video showing Untangles built in Troubleshooting tools.
http://www.youtube.com/watch?v=upzK5VhUvoA&feature=youtu.be
Good Iftop filters
dst host xxxx | src host xxxx |
dst net xxxx | src net net |
dst port xxxx | src port xxxx |
dst portrange start-end | src portrange start-end |
gateway xxxx | |
ip proto protocol |
Here is a short Video on how you can use Excel to filter your reports.
Here is a video guide on how to Enable and Secure SSH in Untangle 9.2.