<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.76 [en] (X11; U; Linux 2.4.1-12mdk i686) [Netscape]">
   <title>&lt;FONT COLOR="#00FF00">Web Browser Configuration&lt;/FONT></title>
</head>
<body text="#FFFFFF" bgcolor="#666699">
&nbsp;
<h2>
<font color="#00FF00">You will have to reconfigure your browser</font></h2>
&nbsp;
<table COLS=1 WIDTH="100%" NOSAVE >
<tr NOSAVE>
	<td NOSAVE><font color="#FFFF00">For Netscape or Mozilla go to:</font></td>
</tr>

<tr>
	<td>Edit->Preferences->Advanced->Proxies->Manual proxy configuration->View</td>
</tr>

<tr>
	<td>In the HTTP proxy box type your firewall internal IP address,</td>
</tr>

<tr>
	<td>and then enter the Squid Port: {$OUT .= $SquidPort."\n";}&nbsp;</td>
</tr>

<tr>
	<td></td>
</tr>

<tr>
	<td>You can also go to Automatic proxy configuration and enter</td>
</tr>

<tr>
	<td>
{

for ($i=0; $i<5; $i++) {
	my $interface = "Eth".$i;
	my $EthKnown = eval ('$'.$interface."Known") ;
	my $EthIP = eval ('$'.$interface."IP");
	my $EthMask = eval ('$'.$interface."Mask");
	my ($Network, $Broadcast) = backend::util::computeNetworkAndBroadcast ($EthIP, $EthMask);

	next if ( !($EthIP) ) ;

	if (($EthKnown !~ /^\s*$/) && ($EthKnown eq "true") && ($EthIP !~ /^\s*$/) && ("\L$interface" ne "\L$InternetInterface")) {
		$OUT .= "https://" . $EthIP . ":8443/proxy.pac\n";
	};
};

}
	</td>
</tr>
</table>

<table COLS=1 WIDTH="100%" NOSAVE >
<tr>
	<td><font color="#FFFF00">For Internet Explorer go to:</font></td>
</tr>

<tr>
	<td>Tools->Internet Options->Connexion->Settings->Proxy</td>
</tr>

<tr>
	<td>In the HTTP proxy box type your firewall internal IP address,</td>
</tr>

<tr>
	<td>and then enter the Squid Port: {$OUT .= $SquidPort."\n";}&nbsp;</td>
</tr>
</table>

<p><font color="#00FF00">If you encounter difficulties, contact your admin<BR><a href="mailto:%L">%L</a></font>
</body>
</html>
