HTTPTunnel Standalone Server Administration
<%if @globalstatus>0%>
HTTPTunnel server startup messages:
<%eval $i=-1%> <%loop%> <%if ++$i>=@globalstatus%> <%break%> <%end%>
-
<%$globalstatus[$i]%>
<%end%>
<%end%>
Tunnel Server
HTTPTunnel Server Settings
Port to listen on:
Listen on interface:
HTTP Authentication Method:
{AUTH_METHOD} eq "none"?" checked":""%>> None
{AUTH_METHOD} eq "basic"?" checked":""%>> Basic
Authentication Source
{AUTH_SOURCE}==1?" checked":""%>>Fixed User list
{MOD_LDAP_AVAILABLE} && $cfg->{AUTH_SOURCE}==2)?" checked":""%><%$cfg->{MOD_LDAP_AVAILABLE}?"":" class='noinp'"%>>LDAP<%$cfg->{MOD_LDAP_AVAILABLE}?"":" -
Module not installed
"%>
{MOD_MYSQL_AVAILABLE} && $cfg->{AUTH_SOURCE}==3)?" checked":""%><%$cfg->{MOD_MYSQL_AVAILABLE}?"":" class='noinp'"%>>MySQL<%$cfg->{MOD_MYSQL_AVAILABLE}?"":" -
Module not installed
"%>
User List
Fixed User List Authentication Settings
<%eval $i=-1%> <%eval @pm=split(/\n/,$cfg->{AUTH_USER})%> <%loop%> <%if ++$i>=@pm || $pm[$i] eq ""%> <%break%> <%end%> <%eval @pm1=split(/:/,$pm[$i])%>
<%$pm1[0]%>:<%$pm1[1]%>
<%end%>
LDAP
LDAP Authentication
Server:
Port:
(standard: 389)
Username / Password:
Base DN:
Filter:
MySQL
MySQL Authentication
Server:
Port:
(standard: 3306)
Username / Password:
Database:
Query:
Security
Limit access to IPs:
Cascading
SOCKS Cascading
Cascading enabled:
{CASCADING} eq "0"?" checked":""%>> disabled
{CASCADING} eq "4"?" checked":""%>> SOCKS4
{CASCADING} eq "5"?" checked":""%>> SOCKS5
Cascading Server:
Cascading Server Port:
Cascading Server Username:
Cascading Server Password:
{CAS_AUTH_PASSTHROUGH} eq "1"?" checked":""%>> Use HTTP username/password
Logging
Logfile and Loglevel
Loglevel:
Logfilename:
Maximum logfile size:
bytes
Maximum number of logfiles to keep:
Miscelaneous
Internet Connection Keepalive
{KEEPALIVE_ENABLE} eq "1"?" checked":""%>> Enable Internet Keepalive
Keepalive Server:
Keepalive Interval:
secs
Keepalive Server Port:
Tunnel Connection Keepalive
{TKEEPALIVE_ENABLE} eq "1"?" checked":""%>> Enable Tunnel Keepalive
Keepalive Interval:
secs
Scalability
Constant number of worker threads:
Maximum number of simultaneous connections:
Intrusion Detection and Countermeasures
{ID_ENABLE}?" checked":""%>>Enable Intrusion Detection
Ban client IP after
attempts to access the tunnel server with invalid credentials.
These attempts must have been within an interval of
seconds.
The client IP will stay banned for
seconds.
Encryption
{ENCRYPTION_FORCE} && $cfg->{MOD_RSA_AVAILABLE})?" checked":""%><%$cfg->{MOD_RSA_AVAILABLE}?"":" disabled"%>>Disallow unencrypted tunnel client connections<%$cfg->{MOD_RSA_AVAILABLE}?"":" -
Module not installed
"%>
Admin Interface
Limit access to IPs:
Username:
Password:
Status
Current HTTPTunnel Server Status
Click here to open the current server status in a new window
Click here to open the server log in a new window
About
About HTTPTunnel
HTTPTunnel v<% REL_VERSION %>
©<% REL_YEAR %> by Sebastian Weber <
webersebastian@yahoo.de
>
This software is licensed under the
GNU general public license