Project

General

Profile

« Previous | Next » 

Revision 348327b7

Added by Chris Buechler over 17 years ago

touch up text

Ticket #1569

View differences:

usr/local/pkg/sasyncd.xml
10 10
	<!-- Menu is where this packages menu will appear -->
11 11
	<menu>
12 12
	    <name>VPN failover</name>
13
	    <tooltiptext>The sasyncd daemon synchronizes IPSec SA and SPD information between a number of failover IPsec gateways.  The most typical scenario is to run sasyncd on hosts also running isakmpd and sharing a common IP-address using carp.</tooltiptext>
13
	    <tooltiptext>The sasyncd daemon synchronizes IPsec SA and SPD information between a number of failover IPsec gateways.  The most typical scenario is to run sasyncd on hosts also running isakmpd and sharing a common IP-address using carp.</tooltiptext>
14 14
	    <section>Services</section>
15 15
	    <configfile>sasyncd.xml</configfile>
16 16
	</menu>
......
42 42
		<url>vpn_ipsec_ca.php</url>
43 43
	    </tab>
44 44
	    <tab>
45
		<text>Failover IPSEC</text>
45
		<text>Failover IPsec</text>
46 46
		<url>/pkg_edit.php?xml=sasyncd.xml&amp;id=0</url>
47 47
		<active/>
48 48
	    </tab>
usr/local/www/fbegin.inc
187 187
					<li class="drop">
188 188
						<div>VPN</div>
189 189
						<ul class="subdrop">
190
							<?=output_menu_item("/vpn_ipsec.php", "IPSec");?>
190
							<?=output_menu_item("/vpn_ipsec.php", "IPsec");?>
191 191
							<?=output_menu_item("/pkg.php?xml=openvpn.xml", "OpenVPN");?>
192 192
							<?=output_menu_item("/vpn_pptp.php", "PPTP");?>
193 193
							<?php echo return_ext_menu("VPN"); ?>
......
204 204
							<?=output_menu_item("/diag_dhcp_leases.php", "DHCP Leases");?>
205 205
							<?=output_menu_item("/status_filter_reload.php", "Filter Reload");?>
206 206
							<?=output_menu_item("/status_interfaces.php", "Interfaces");?>
207
							<?=output_menu_item("/diag_ipsec.php", "IPSec");?>
207
							<?=output_menu_item("/diag_ipsec.php", "IPsec");?>
208 208
							<?=output_menu_item("/status_slbd_pool.php", "Load Balancer");?>
209 209
							<?php if($g['platform'] == "pfSense"): ?>
210 210
							<?=output_menu_item("/diag_pkglogs.php", "Package Logs");?>
usr/local/www/guiconfig.inc
135 135
	1813 => "Radius-accounting",
136 136
	3000 => "HBCI",
137 137
	3478 => "STUN",
138
	4500 => "IPSec NAT-T",
138
	4500 => "IPsec NAT-T",
139 139
	5004 => "RTP",
140 140
	5060 => "SIP",
141 141
	5190 => "ICQ",
usr/local/www/widgets/include/ipsec.inc
1 1
<?php
2 2
//set variable for custom title
3
$ipsec_title = "IPSec";
3
$ipsec_title = "IPsec";
4 4

  
5 5
function get_ipsec_tunnel_sad() {
6 6
	/* query SAD */
usr/local/www/widgets/widgets/ipsec.widget.php
103 103
			              Note:<br />
104 104
			            </strong>
105 105
			          </span>
106
			          You can configure your IPSEC 
106
			          You can configure your IPsec 
107 107
			          <a href="vpn_ipsec.php">here</a>.
108 108
				</span>
109 109
		      </p>
......
176 176
	              Note:<br />
177 177
	            </strong>
178 178
	          </span>
179
	          You can configure your IPSEC 
179
	          You can configure your IPsec 
180 180
	          <a href="vpn_ipsec.php">here</a>.
181 181
	        </span>
182 182
	      </p>
......
196 196
	        <span class="vexpl">
197 197
	          <span class="red">
198 198
	            <strong>
199
	              Note: There are no configured IPSec Tunnels<br />
199
	              Note: There are no configured IPsec Tunnels<br />
200 200
	            </strong>
201 201
	          </span>
202
	          You can configure your IPSEC 
202
	          You can configure your IPsec 
203 203
	          <a href="vpn_ipsec.php">here</a>.
204 204
	        </span>
205 205
	      </p>
usr/local/www/widgets/widgets/services_status.widget.php
118 118

  
119 119
if (isset($config['ipsec']['enable'])) {
120 120
    $pconfig2['name'] = "racoon";
121
    $pconfig2['description'] = gettext("IPSEC VPN");
121
    $pconfig2['description'] = gettext("IPsec VPN");
122 122
    $services[] = $pconfig2;
123 123
    unset($pconfig2);
124 124
}
usr/local/www/wizards/traffic_shaper_wizard.inc
936 936
                }
937 937

  
938 938
		if($_POST['ipsec'] != "") {
939
		    /* IPSEC */
940
		    $othersplist[] = array('IPSEC', 'udp', '500', '500', 'both', $_POST['ipsec']);
941
		    $othersplist[] = array('IPSEC', 'ah', '', '', 'both', $_POST['ipsec']);
942
		    $othersplist[] = array('IPSEC', 'esp', '', '', 'both', $_POST['ipsec']);
939
		    /* IPsec */
940
		    $othersplist[] = array('IPsec', 'udp', '500', '500', 'both', $_POST['ipsec']);
941
		    $othersplist[] = array('IPsec', 'ah', '', '', 'both', $_POST['ipsec']);
942
		    $othersplist[] = array('IPsec', 'esp', '', '', 'both', $_POST['ipsec']);
943 943
		}
944 944

  
945 945
		if($_POST['streamingmp3'] != "") {
usr/local/www/wizards/traffic_shaper_wizard.xml
684 684
                        <type>checkbox</type>
685 685
                        <typehint>Other networking protocols</typehint>
686 686
                        <description>This will help raise or lower the priority of other protocols higher than most traffic.</description>
687
			<enablefields>AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPSEC,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP,HBCI</enablefields>
687
			<enablefields>AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPsec,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP,HBCI</enablefields>
688 688
			<donotdisable>true</donotdisable>
689 689
			<bindstofield>ezshaper->step7->enable</bindstofield>
690 690
                </field>
......
925 925
			<typehint>Microsoft Point to Point tunneling protocol</typehint>
926 926
                </field>
927 927
                <field>
928
                        <name>IPSEC</name>
928
                        <name>IPsec</name>
929 929
			<type>select</type>
930 930
			<bindstofield>ezshaper->step7->ipsec</bindstofield>
931 931
			<options>
......
942 942
					<value>L</value>
943 943
				</option>
944 944
			</options>
945
			<typehint>IPSEC VPN traffic</typehint>
945
			<typehint>IPsec VPN traffic</typehint>
946 946
                </field>
947 947
                <field>
948 948
                        <name>Multimedia/Streaming</name>

Also available in: Unified diff