3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy project-wide -->
5 <widget class="GtkWindow" id="strongswan-widget">
6 <property name="title" translatable="yes">window1</property>
8 <widget class="GtkVBox" id="strongswan-vbox">
9 <property name="visible">True</property>
10 <property name="border_width">12</property>
11 <property name="spacing">16</property>
13 <widget class="GtkVBox" id="gateway-vbox">
14 <property name="visible">True</property>
15 <property name="spacing">6</property>
17 <widget class="GtkLabel" id="gateway-label">
18 <property name="visible">True</property>
19 <property name="xalign">0</property>
20 <property name="label" translatable="yes"><b>Gateway</b></property>
21 <property name="use_markup">True</property>
24 <property name="expand">False</property>
25 <property name="fill">False</property>
26 <property name="position">0</property>
30 <widget class="GtkAlignment" id="gateway-alignement">
31 <property name="visible">True</property>
32 <property name="left_padding">12</property>
34 <widget class="GtkTable" id="gateway-table">
35 <property name="visible">True</property>
36 <property name="n_rows">2</property>
37 <property name="n_columns">2</property>
38 <property name="column_spacing">6</property>
39 <property name="row_spacing">6</property>
41 <widget class="GtkLabel" id="address-label">
42 <property name="visible">True</property>
43 <property name="xalign">0</property>
44 <property name="label" translatable="yes">_Address:</property>
45 <property name="use_underline">True</property>
46 <property name="mnemonic_widget">address-entry</property>
49 <property name="x_options">GTK_FILL</property>
50 <property name="y_options"></property>
54 <widget class="GtkEntry" id="address-entry">
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="has_tooltip">True</property>
58 <property name="tooltip">An IP address or hostname the Gateway can be contacted.</property>
61 <property name="left_attach">1</property>
62 <property name="right_attach">2</property>
63 <property name="y_options"></property>
67 <widget class="GtkLabel" id="certificate-label">
68 <property name="visible">True</property>
69 <property name="xalign">0</property>
70 <property name="label" translatable="yes">C_ertificate:</property>
71 <property name="use_underline">True</property>
72 <property name="mnemonic_widget">certificate-button</property>
75 <property name="top_attach">1</property>
76 <property name="bottom_attach">2</property>
77 <property name="x_options">GTK_FILL</property>
78 <property name="y_options"></property>
82 <widget class="GtkFileChooserButton" id="certificate-button">
83 <property name="visible">True</property>
84 <property name="tooltip">Gateway or CA certificate to use for gateway authentication.</property>
87 <property name="left_attach">1</property>
88 <property name="right_attach">2</property>
89 <property name="top_attach">1</property>
90 <property name="bottom_attach">2</property>
97 <property name="position">1</property>
102 <property name="expand">False</property>
103 <property name="position">0</property>
107 <widget class="GtkVBox" id="client-vbox">
108 <property name="visible">True</property>
109 <property name="spacing">6</property>
111 <widget class="GtkLabel" id="client-label">
112 <property name="visible">True</property>
113 <property name="xalign">0</property>
114 <property name="label" translatable="yes"><b>Client</b></property>
115 <property name="use_markup">True</property>
118 <property name="expand">False</property>
119 <property name="fill">False</property>
120 <property name="position">0</property>
124 <widget class="GtkAlignment" id="client-aligement">
125 <property name="visible">True</property>
126 <property name="left_padding">12</property>
128 <widget class="GtkTable" id="client-table">
129 <property name="visible">True</property>
130 <property name="n_rows">4</property>
131 <property name="n_columns">2</property>
132 <property name="column_spacing">6</property>
133 <property name="row_spacing">6</property>
135 <widget class="GtkFileChooserButton" id="userkey-button">
136 <property name="visible">True</property>
137 <property name="tooltip">Private key to use for client authentication. This key has to match the certificates public key and may be encrypted..</property>
140 <property name="left_attach">1</property>
141 <property name="right_attach">2</property>
142 <property name="top_attach">3</property>
143 <property name="bottom_attach">4</property>
147 <widget class="GtkLabel" id="userkey-label">
148 <property name="visible">True</property>
149 <property name="xalign">0</property>
150 <property name="label" translatable="yes">Private _key:</property>
151 <property name="use_underline">True</property>
152 <property name="mnemonic_widget">userkey-button</property>
155 <property name="top_attach">3</property>
156 <property name="bottom_attach">4</property>
157 <property name="x_options">GTK_FILL</property>
158 <property name="y_options"></property>
162 <widget class="GtkComboBox" id="method-combo">
163 <property name="visible">True</property>
164 <property name="has_tooltip">True</property>
165 <property name="tooltip">Authentication Method to use for authentication against the Gateway. </property>
166 <property name="items"></property>
169 <property name="left_attach">1</property>
170 <property name="right_attach">2</property>
174 <widget class="GtkLabel" id="method-label">
175 <property name="visible">True</property>
176 <property name="xalign">0</property>
177 <property name="label" translatable="yes">Au_thentication:</property>
178 <property name="use_underline">True</property>
179 <property name="mnemonic_widget">method-combo</property>
182 <property name="x_options">GTK_FILL</property>
183 <property name="y_options"></property>
187 <widget class="GtkLabel" id="user-label">
188 <property name="visible">True</property>
189 <property name="xalign">0</property>
190 <property name="label" translatable="yes">_Username:</property>
191 <property name="use_underline">True</property>
192 <property name="mnemonic_widget">user-entry</property>
195 <property name="top_attach">1</property>
196 <property name="bottom_attach">2</property>
197 <property name="x_options">GTK_FILL</property>
198 <property name="y_options"></property>
202 <widget class="GtkEntry" id="user-entry">
203 <property name="visible">True</property>
204 <property name="can_focus">True</property>
205 <property name="has_tooltip">True</property>
206 <property name="tooltip">The username (identity) to use for authentication against the gateway.</property>
209 <property name="left_attach">1</property>
210 <property name="right_attach">2</property>
211 <property name="top_attach">1</property>
212 <property name="bottom_attach">2</property>
213 <property name="y_options"></property>
217 <widget class="GtkLabel" id="usercert-label">
218 <property name="visible">True</property>
219 <property name="xalign">0</property>
220 <property name="label" translatable="yes">Ce_rtificate:</property>
221 <property name="use_underline">True</property>
222 <property name="mnemonic_widget">usercert-button</property>
225 <property name="top_attach">2</property>
226 <property name="bottom_attach">3</property>
227 <property name="x_options">GTK_FILL</property>
228 <property name="y_options"></property>
232 <widget class="GtkFileChooserButton" id="usercert-button">
233 <property name="visible">True</property>
234 <property name="tooltip">Client certificate to use for client authentication.</property>
237 <property name="left_attach">1</property>
238 <property name="right_attach">2</property>
239 <property name="top_attach">2</property>
240 <property name="bottom_attach">3</property>
247 <property name="position">1</property>
252 <property name="expand">False</property>
253 <property name="position">1</property>
257 <widget class="GtkVBox" id="options-vbox">
258 <property name="visible">True</property>
259 <property name="spacing">6</property>
261 <widget class="GtkLabel" id="options-label">
262 <property name="visible">True</property>
263 <property name="xalign">0</property>
264 <property name="label" translatable="yes"><b>Options</b></property>
265 <property name="use_markup">True</property>
268 <property name="expand">False</property>
269 <property name="fill">False</property>
270 <property name="position">0</property>
274 <widget class="GtkAlignment" id="options-alignement">
275 <property name="visible">True</property>
276 <property name="left_padding">12</property>
278 <widget class="GtkVBox" id="options-inner-vbox">
279 <property name="visible">True</property>
281 <widget class="GtkCheckButton" id="virtual-check">
282 <property name="label" translatable="yes">Request an _inner IP address</property>
283 <property name="visible">True</property>
284 <property name="can_focus">True</property>
285 <property name="receives_default">False</property>
286 <property name="has_tooltip">True</property>
287 <property name="tooltip">The Gateway may provide addresses from a pool to use for communication in the Gateways network. Check to request such an address.</property>
288 <property name="use_underline">True</property>
289 <property name="draw_indicator">True</property>
292 <property name="position">0</property>
296 <widget class="GtkCheckButton" id="encap-check">
297 <property name="label" translatable="yes">En_force UDP encapsulation</property>
298 <property name="visible">True</property>
299 <property name="can_focus">True</property>
300 <property name="receives_default">False</property>
301 <property name="has_tooltip">True</property>
302 <property name="tooltip">Some firewalls block ESP traffic. Enforcing UDP capsulation even if no NAT situation is detected might help in such cases.</property>
303 <property name="use_underline">True</property>
304 <property name="draw_indicator">True</property>
307 <property name="position">1</property>
311 <widget class="GtkCheckButton" id="ipcomp-check">
312 <property name="label" translatable="yes">Use IP c_ompression</property>
313 <property name="visible">True</property>
314 <property name="can_focus">True</property>
315 <property name="receives_default">False</property>
316 <property name="has_tooltip">True</property>
317 <property name="tooltip">IPComp compresses raw IP packets before they get encrypted. This saves some bandwith, but uses more processing power.</property>
318 <property name="use_underline">True</property>
319 <property name="draw_indicator">True</property>
322 <property name="position">2</property>
329 <property name="position">1</property>
334 <property name="expand">False</property>
335 <property name="position">2</property>