Changeset 16864
- Timestamp:
- 04/23/11 14:33:26 (2 years ago)
- Location:
- src/router/kromo/dd-wrt
- Files:
-
- 3 edited
-
PPPoE_Server.asp (modified) (1 diff)
-
PPTP.asp (modified) (1 diff)
-
lang_pack/english.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/dd-wrt/PPPoE_Server.asp
r16347 r16864 261 261 </dl><br /> 262 262 <a href="javascript:openHelpWindow<% ifdef("EXTHELP","Ext"); %>('Hpppoesrv.asp');"><% tran("share.more"); %></a> 263 </div>263 </div> 264 264 </div> 265 265 <div id="floatKiller"></div> -
src/router/kromo/dd-wrt/PPTP.asp
r16404 r16864 252 252 <div><h2><% tran("share.help"); %></h2></div> 253 253 <dl> 254 <d d class="term"><% tran("service.vpnd_config"); %></dd>255 <d t class="definition"><% tran("hstatus_vpn.right2"); %></dt>256 <d d class="term"><% tran("service.vpn_route"); %></dd>257 <d t class="definition"><% tran("hstatus_vpn.right1"); %></dt>254 <dt class="term"><% tran("service.vpnd_config"); %></dt> 255 <dd class="definition"><% tran("hstatus_vpn.right2"); %></dd> 256 <dt class="term"><% tran("service.vpn_route"); %></dt> 257 <dd class="definition"><% tran("hstatus_vpn.right1"); %></dd> 258 258 </dl><br /> 259 259 <a href="javascript:openHelpWindow<% ifdef("EXTHELP","Ext"); %>('HPPTP.asp');"><% tran("share.more"); %></a> -
src/router/kromo/dd-wrt/lang_pack/english.js
r16809 r16864 1312 1312 //help container 1313 1313 var hpppoesrv = new Object(); 1314 hpppoesrv.right2="IP: 0.0.0.0; you will get served an IPfrom the pool";1314 hpppoesrv.right2="IP: 0.0.0.0; you'ĺl serve IP's from the pool"; 1315 1315 1316 1316 //snmp.webservices … … 1324 1324 1325 1325 //openvpn.webvpn 1326 service.vpnd_legend="OpenVPN Server ";1326 service.vpnd_legend="OpenVPN Server/Daemon"; 1327 1327 service.vpnd_srv="Start OpenVPN Server"; 1328 1328 service.vpnd_starttype="Start Type"; … … 1359 1359 service.vpn_certtype="nsCertType verification"; 1360 1360 service.vpn_clikey="Private Client Key"; 1361 service.vpn_nat=" EnableNAT";1361 service.vpn_nat="NAT"; 1362 1362 service.vpn_cipher="Encryption Cipher"; 1363 1363 service.vpn_auth="Hash Algorithm"; … … 1369 1369 //help container 1370 1370 var hstatus_vpn = new Object(); 1371 hstatus_vpn.right1="Add IP's in the form 0.0.0.0/0 to use the tunnelgateway. One Line per IP. Redirect Gateway MUST be off.";1372 hstatus_vpn.right2="To push routes to clients add push \"route 0.0.0.0\", to push DNS/WINS add push \"dhcp-option DNS (or WINS) 0.0.0.0\"to the config ";1371 hstatus_vpn.right1="Add IP's in the form 0.0.0.0/0 to force clients to use the tunnel as defaultgateway. One Line per IP. Redirect Gateway MUST be off."; 1372 hstatus_vpn.right2="To push routes to clients add \'push \"route 0.0.0.0\"\', to push DNS/WINS add \'push \"dhcp-option DNS (or WINS) 0.0.0.0\"\' to the config "; 1373 1373 1374 1374 //vnc.repeater
Note: See TracChangeset
for help on using the changeset viewer.
