#!/bin/sh # conntrack.cgi # Created by hh # Last Update: $Id$ _CONT_aconn="Active connections on the router" _CONT_layer3="Layer-3" _CONT_prot="Protocol" _CONT_src="Source" _CONT_dest="Target" _CONT_IP="IP-Address" _CONT_port="Port" _CONT_state="State" _CONT_filterlocal="Filter local connections" _CONT_numcon="Total number of active conections" _CONT_dns="Reverse DNS-Lookup (may last long)"