From 29befb44cc488d5afa08d8a2f679cce4c9be496a Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 8 May 2016 21:31:08 +0000 Subject: [PATCH] Missing files from revision f253b24b4a6d5c841605792653ed57344dade6c4 --- apps/routerconsole/jsp/help-configuration.jsi | 33 +++++++++ apps/routerconsole/jsp/help-reachability.jsi | 72 +++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 apps/routerconsole/jsp/help-configuration.jsi create mode 100644 apps/routerconsole/jsp/help-reachability.jsi diff --git a/apps/routerconsole/jsp/help-configuration.jsi b/apps/routerconsole/jsp/help-configuration.jsi new file mode 100644 index 000000000..a93d941ba --- /dev/null +++ b/apps/routerconsole/jsp/help-configuration.jsi @@ -0,0 +1,33 @@ +

<%=intl._t("Configuration Help")%>

+

+ <%=intl._t("While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port is forwarded for both UDP and TCP.")%> <%=intl._t("Network Configuration")%>. +

+

+ <%=intl._t("If you can, please poke a hole in your firewall to allow unsolicited UDP and TCP packets to reach you.")%>  + <%=intl._t("If you can't, I2P supports UPnP (Universal Plug and Play) and UDP hole punching with \"SSU introductions\" to relay traffic.")%>  + <%=intl._t("Most of the options on the Network Configuration page are for special situations, for example where UPnP does not work correctly, or a firewall not under your control is doing harm.")%>  + <%=intl._t("Certain firewalls such as symmetric NATs may not work well with I2P.")%> +

+

+ <%=intl._t("UPnP is used to communicate with Internet Gateway Devices (IGDs) to detect the external IP address and forward ports.")%>  + <%=intl._t("UPnP support is beta, and may not work for any number of reasons")%>: +

+ +

+ <%=intl._t("Review the UPnP status here.")%>  + <%=intl._t("UPnP may be enabled or disabled on the Network Configuration page, but a change requires a router restart to take effect.")%> +

+

+ <%=intl._t("Hostnames entered on the Network Configuration page will be published in the network database.")%>  + <%=intl._t("They are not private.")%>  + <%=intl._t("Also, do not enter a private IP address like 127.0.0.1 or 192.168.1.1.")%>  + <%=intl._t("If you specify the wrong IP address or hostname, or do not properly configure your NAT or firewall, your network performance will degrade substantially.")%>  + <%=intl._t("When in doubt, leave the settings at the defaults.")%>  +

diff --git a/apps/routerconsole/jsp/help-reachability.jsi b/apps/routerconsole/jsp/help-reachability.jsi new file mode 100644 index 000000000..6563583f7 --- /dev/null +++ b/apps/routerconsole/jsp/help-reachability.jsi @@ -0,0 +1,72 @@ +

<%=intl._t("Reachability Help")%>

+

+ <%=intl._t("While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port is forwarded for both UDP and TCP.")%>  + <%=intl._t("If you think you have opened up your firewall and I2P still thinks you are firewalled, remember that you may have multiple firewalls, for example both software packages and external hardware routers.")%>  + <%=intl._t("If there is an error, the logs may also help diagnose the problem.")%> +

+