Changeset 3969

Show
Ignore:
Timestamp:
12/31/08 21:29:19 (4 years ago)
Author:
Cyrus
Message:

Add support for MSS correction

Location:
luci/branches/luci-0.8/applications/luci-fw/luasrc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.8/applications/luci-fw/luasrc/i18n/luci-fw.de.lua

    r3500 r3969  
    1212fw_src = 'Quelle' 
    1313fw_dest = 'Ziel' 
     14fw_mtufix = 'MSS-Korrektur' 
    1415fw_traffic = 'Verkehrskontrolle' 
    1516firewall_rule_src = 'Eingangszone' 
     
    3435firewall_redirect_srcip = 'Quelladresse' 
    3536firewall_redirect_srcmac = 'Quell-MAC-Adresse' 
    36 fw_forwarding1 = 'An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert.' 
     37fw_forwarding1 = 'An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert. Bei gelegentlich auftretenden Verbindungsproblemen kann eine MSS-Korrektur helfen, ansonsten sollte dies aus Performancegründen deaktiviert bleiben.' 
    3738firewall_forwarding_src = 'Eingang' 
    3839firewall_forwarding_dest = 'Ausgang' 
  • luci/branches/luci-0.8/applications/luci-fw/luasrc/i18n/luci-fw.en.lua

    r3500 r3969  
    2323fw_src = 'Source' 
    2424fw_dest = 'Destination' 
     25fw_mtufix = 'MSS-Correction' 
    2526fw_traffic = 'Traffic Control' 
    2627fw_portfw1 = 'Port forwarding allows to provide network services in the internal network to an external network.' 
     
    3435firewall_redirect_destport = 'Internal port (optional)' 
    3536firewall_redirect_destport_desc = 'port or range as first-last' 
    36 fw_forwarding1 = 'Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.' 
     37fw_forwarding1 = 'Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall. If you experience occasional connection problems try enabling MSS-Correction otherwise disable it for performance resons.' 
    3738firewall_forwarding_src = 'Input' 
    3839firewall_forwarding_dest = 'Output' 
  • luci/branches/luci-0.8/applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua

    r3941 r3969  
    2222iface = s:option(ListValue, "src", translate("fw_src")) 
    2323oface = s:option(ListValue, "dest", translate("fw_dest")) 
     24s:option(Flag, "mtu_fix", translate("fw_mtufix")) 
    2425 
    2526luci.model.uci.cursor():foreach("firewall", "zone",