~ubuntu-branches/ubuntu/trusty/ufw/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/root/live/result

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-01-30 09:42:05 UTC
  • mfrom: (30.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100130094205-8wsowzipc32k48yy
Tags: 0.29.3-0ubuntu1
* New upstream release. Fixes:
  LP: #490366
  LP: #512131
  LP: #488032
  LP: #513387
* debian/ufw.upstart.ubuntu: start before an interface receives traffic
* debian/postinst: don't sed or chmod a file that doesn't exist
  (LP: #503039)
* debian/after*.rules.md5sum: updated for ucf (added additional sums for
  people using the workaround in LP: #488032)

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
61: status verbose
439
439
 
440
440
 
441
 
62: status raw
 
441
62: status numbered
442
442
 
443
443
 
444
444
Checking reject
1883
1883
259: disable
1884
1884
 
1885
1885
 
1886
 
260: enable
1887
 
 
1888
 
 
1889
 
261: allow 23/tcp
1890
 
 
1891
 
 
1892
 
262: logging medium
 
1886
260: allow 23/tcp
 
1887
 
 
1888
 
 
1889
261: logging medium
 
1890
 
 
1891
 
 
1892
262: enable
1893
1893
 
1894
1894
 
1895
1895
263: disable
1913
1913
269: disable
1914
1914
 
1915
1915
 
1916
 
270: disable
 
1916
Verify toplevel chains
 
1917
270: logging off
 
1918
 
 
1919
 
 
1920
271: disable
 
1921
 
 
1922
 
 
1923
272: enable
 
1924
 
 
1925
 
 
1926
273: iptables -L INPUT -n | egrep -q 'ufw-before-logging-input'
 
1927
 
 
1928
 
 
1929
274: iptables -L INPUT -n | egrep -q 'ufw-before-input'
 
1930
 
 
1931
 
 
1932
275: iptables -L INPUT -n | egrep -q 'ufw-after-input'
 
1933
 
 
1934
 
 
1935
276: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
1936
 
 
1937
 
 
1938
277: iptables -L INPUT -n | egrep -q 'ufw-reject-input'
 
1939
 
 
1940
 
 
1941
278: iptables -L INPUT -n | egrep -q 'ufw-track-input'
 
1942
 
 
1943
 
 
1944
279: iptables -L OUTPUT -n | egrep -q 'ufw-before-logging-output'
 
1945
 
 
1946
 
 
1947
280: iptables -L OUTPUT -n | egrep -q 'ufw-before-output'
 
1948
 
 
1949
 
 
1950
281: iptables -L OUTPUT -n | egrep -q 'ufw-after-output'
 
1951
 
 
1952
 
 
1953
282: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
1954
 
 
1955
 
 
1956
283: iptables -L OUTPUT -n | egrep -q 'ufw-reject-output'
 
1957
 
 
1958
 
 
1959
284: iptables -L OUTPUT -n | egrep -q 'ufw-track-output'
 
1960
 
 
1961
 
 
1962
285: iptables -L FORWARD -n | egrep -q 'ufw-before-logging-forward'
 
1963
 
 
1964
 
 
1965
286: iptables -L FORWARD -n | egrep -q 'ufw-before-forward'
 
1966
 
 
1967
 
 
1968
287: iptables -L FORWARD -n | egrep -q 'ufw-after-forward'
 
1969
 
 
1970
 
 
1971
288: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
1972
 
 
1973
 
 
1974
289: iptables -L FORWARD -n | egrep -q 'ufw-reject-forward'
 
1975
 
 
1976
 
 
1977
290: logging on
 
1978
 
 
1979
 
 
1980
291: disable
 
1981
 
 
1982
 
 
1983
292: enable
 
1984
 
 
1985
 
 
1986
293: iptables -L INPUT -n | egrep -q 'ufw-before-logging-input'
 
1987
 
 
1988
 
 
1989
294: iptables -L INPUT -n | egrep -q 'ufw-before-input'
 
1990
 
 
1991
 
 
1992
295: iptables -L INPUT -n | egrep -q 'ufw-after-input'
 
1993
 
 
1994
 
 
1995
296: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
1996
 
 
1997
 
 
1998
297: iptables -L INPUT -n | egrep -q 'ufw-reject-input'
 
1999
 
 
2000
 
 
2001
298: iptables -L INPUT -n | egrep -q 'ufw-track-input'
 
2002
 
 
2003
 
 
2004
299: iptables -L OUTPUT -n | egrep -q 'ufw-before-logging-output'
 
2005
 
 
2006
 
 
2007
300: iptables -L OUTPUT -n | egrep -q 'ufw-before-output'
 
2008
 
 
2009
 
 
2010
301: iptables -L OUTPUT -n | egrep -q 'ufw-after-output'
 
2011
 
 
2012
 
 
2013
302: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
2014
 
 
2015
 
 
2016
303: iptables -L OUTPUT -n | egrep -q 'ufw-reject-output'
 
2017
 
 
2018
 
 
2019
304: iptables -L OUTPUT -n | egrep -q 'ufw-track-output'
 
2020
 
 
2021
 
 
2022
305: iptables -L FORWARD -n | egrep -q 'ufw-before-logging-forward'
 
2023
 
 
2024
 
 
2025
306: iptables -L FORWARD -n | egrep -q 'ufw-before-forward'
 
2026
 
 
2027
 
 
2028
307: iptables -L FORWARD -n | egrep -q 'ufw-after-forward'
 
2029
 
 
2030
 
 
2031
308: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
2032
 
 
2033
 
 
2034
309: iptables -L FORWARD -n | egrep -q 'ufw-reject-forward'
 
2035
 
 
2036
 
 
2037
310: logging low
 
2038
 
 
2039
 
 
2040
311: disable
 
2041
 
 
2042
 
 
2043
312: enable
 
2044
 
 
2045
 
 
2046
313: iptables -L INPUT -n | egrep -q 'ufw-before-logging-input'
 
2047
 
 
2048
 
 
2049
314: iptables -L INPUT -n | egrep -q 'ufw-before-input'
 
2050
 
 
2051
 
 
2052
315: iptables -L INPUT -n | egrep -q 'ufw-after-input'
 
2053
 
 
2054
 
 
2055
316: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
2056
 
 
2057
 
 
2058
317: iptables -L INPUT -n | egrep -q 'ufw-reject-input'
 
2059
 
 
2060
 
 
2061
318: iptables -L INPUT -n | egrep -q 'ufw-track-input'
 
2062
 
 
2063
 
 
2064
319: iptables -L OUTPUT -n | egrep -q 'ufw-before-logging-output'
 
2065
 
 
2066
 
 
2067
320: iptables -L OUTPUT -n | egrep -q 'ufw-before-output'
 
2068
 
 
2069
 
 
2070
321: iptables -L OUTPUT -n | egrep -q 'ufw-after-output'
 
2071
 
 
2072
 
 
2073
322: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
2074
 
 
2075
 
 
2076
323: iptables -L OUTPUT -n | egrep -q 'ufw-reject-output'
 
2077
 
 
2078
 
 
2079
324: iptables -L OUTPUT -n | egrep -q 'ufw-track-output'
 
2080
 
 
2081
 
 
2082
325: iptables -L FORWARD -n | egrep -q 'ufw-before-logging-forward'
 
2083
 
 
2084
 
 
2085
326: iptables -L FORWARD -n | egrep -q 'ufw-before-forward'
 
2086
 
 
2087
 
 
2088
327: iptables -L FORWARD -n | egrep -q 'ufw-after-forward'
 
2089
 
 
2090
 
 
2091
328: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
2092
 
 
2093
 
 
2094
329: iptables -L FORWARD -n | egrep -q 'ufw-reject-forward'
 
2095
 
 
2096
 
 
2097
330: logging medium
 
2098
 
 
2099
 
 
2100
331: disable
 
2101
 
 
2102
 
 
2103
332: enable
 
2104
 
 
2105
 
 
2106
333: iptables -L INPUT -n | egrep -q 'ufw-before-logging-input'
 
2107
 
 
2108
 
 
2109
334: iptables -L INPUT -n | egrep -q 'ufw-before-input'
 
2110
 
 
2111
 
 
2112
335: iptables -L INPUT -n | egrep -q 'ufw-after-input'
 
2113
 
 
2114
 
 
2115
336: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
2116
 
 
2117
 
 
2118
337: iptables -L INPUT -n | egrep -q 'ufw-reject-input'
 
2119
 
 
2120
 
 
2121
338: iptables -L INPUT -n | egrep -q 'ufw-track-input'
 
2122
 
 
2123
 
 
2124
339: iptables -L OUTPUT -n | egrep -q 'ufw-before-logging-output'
 
2125
 
 
2126
 
 
2127
340: iptables -L OUTPUT -n | egrep -q 'ufw-before-output'
 
2128
 
 
2129
 
 
2130
341: iptables -L OUTPUT -n | egrep -q 'ufw-after-output'
 
2131
 
 
2132
 
 
2133
342: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
2134
 
 
2135
 
 
2136
343: iptables -L OUTPUT -n | egrep -q 'ufw-reject-output'
 
2137
 
 
2138
 
 
2139
344: iptables -L OUTPUT -n | egrep -q 'ufw-track-output'
 
2140
 
 
2141
 
 
2142
345: iptables -L FORWARD -n | egrep -q 'ufw-before-logging-forward'
 
2143
 
 
2144
 
 
2145
346: iptables -L FORWARD -n | egrep -q 'ufw-before-forward'
 
2146
 
 
2147
 
 
2148
347: iptables -L FORWARD -n | egrep -q 'ufw-after-forward'
 
2149
 
 
2150
 
 
2151
348: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
2152
 
 
2153
 
 
2154
349: iptables -L FORWARD -n | egrep -q 'ufw-reject-forward'
 
2155
 
 
2156
 
 
2157
350: logging high
 
2158
 
 
2159
 
 
2160
351: disable
 
2161
 
 
2162
 
 
2163
352: enable
 
2164
 
 
2165
 
 
2166
353: iptables -L INPUT -n | egrep -q 'ufw-before-logging-input'
 
2167
 
 
2168
 
 
2169
354: iptables -L INPUT -n | egrep -q 'ufw-before-input'
 
2170
 
 
2171
 
 
2172
355: iptables -L INPUT -n | egrep -q 'ufw-after-input'
 
2173
 
 
2174
 
 
2175
356: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
2176
 
 
2177
 
 
2178
357: iptables -L INPUT -n | egrep -q 'ufw-reject-input'
 
2179
 
 
2180
 
 
2181
358: iptables -L INPUT -n | egrep -q 'ufw-track-input'
 
2182
 
 
2183
 
 
2184
359: iptables -L OUTPUT -n | egrep -q 'ufw-before-logging-output'
 
2185
 
 
2186
 
 
2187
360: iptables -L OUTPUT -n | egrep -q 'ufw-before-output'
 
2188
 
 
2189
 
 
2190
361: iptables -L OUTPUT -n | egrep -q 'ufw-after-output'
 
2191
 
 
2192
 
 
2193
362: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
2194
 
 
2195
 
 
2196
363: iptables -L OUTPUT -n | egrep -q 'ufw-reject-output'
 
2197
 
 
2198
 
 
2199
364: iptables -L OUTPUT -n | egrep -q 'ufw-track-output'
 
2200
 
 
2201
 
 
2202
365: iptables -L FORWARD -n | egrep -q 'ufw-before-logging-forward'
 
2203
 
 
2204
 
 
2205
366: iptables -L FORWARD -n | egrep -q 'ufw-before-forward'
 
2206
 
 
2207
 
 
2208
367: iptables -L FORWARD -n | egrep -q 'ufw-after-forward'
 
2209
 
 
2210
 
 
2211
368: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
2212
 
 
2213
 
 
2214
369: iptables -L FORWARD -n | egrep -q 'ufw-reject-forward'
 
2215
 
 
2216
 
 
2217
370: logging full
 
2218
 
 
2219
 
 
2220
371: disable
 
2221
 
 
2222
 
 
2223
372: enable
 
2224
 
 
2225
 
 
2226
373: iptables -L INPUT -n | egrep -q 'ufw-before-logging-input'
 
2227
 
 
2228
 
 
2229
374: iptables -L INPUT -n | egrep -q 'ufw-before-input'
 
2230
 
 
2231
 
 
2232
375: iptables -L INPUT -n | egrep -q 'ufw-after-input'
 
2233
 
 
2234
 
 
2235
376: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
2236
 
 
2237
 
 
2238
377: iptables -L INPUT -n | egrep -q 'ufw-reject-input'
 
2239
 
 
2240
 
 
2241
378: iptables -L INPUT -n | egrep -q 'ufw-track-input'
 
2242
 
 
2243
 
 
2244
379: iptables -L OUTPUT -n | egrep -q 'ufw-before-logging-output'
 
2245
 
 
2246
 
 
2247
380: iptables -L OUTPUT -n | egrep -q 'ufw-before-output'
 
2248
 
 
2249
 
 
2250
381: iptables -L OUTPUT -n | egrep -q 'ufw-after-output'
 
2251
 
 
2252
 
 
2253
382: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
2254
 
 
2255
 
 
2256
383: iptables -L OUTPUT -n | egrep -q 'ufw-reject-output'
 
2257
 
 
2258
 
 
2259
384: iptables -L OUTPUT -n | egrep -q 'ufw-track-output'
 
2260
 
 
2261
 
 
2262
385: iptables -L FORWARD -n | egrep -q 'ufw-before-logging-forward'
 
2263
 
 
2264
 
 
2265
386: iptables -L FORWARD -n | egrep -q 'ufw-before-forward'
 
2266
 
 
2267
 
 
2268
387: iptables -L FORWARD -n | egrep -q 'ufw-after-forward'
 
2269
 
 
2270
 
 
2271
388: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
2272
 
 
2273
 
 
2274
389: iptables -L FORWARD -n | egrep -q 'ufw-reject-forward'
 
2275
 
 
2276
 
 
2277
Verify secondary chains
 
2278
390: logging off
 
2279
 
 
2280
 
 
2281
391: disable
 
2282
 
 
2283
 
 
2284
392: enable
 
2285
 
 
2286
 
 
2287
393: ! iptables -L ufw-logging-deny -n | egrep -q '0 references'
 
2288
 
 
2289
 
 
2290
394: ! iptables -L ufw-not-local -n | egrep -q '0 references'
 
2291
 
 
2292
 
 
2293
395: ! iptables -L ufw-user-forward -n | egrep -q '0 references'
 
2294
 
 
2295
 
 
2296
396: ! iptables -L ufw-user-input -n | egrep -q '0 references'
 
2297
 
 
2298
 
 
2299
397: ! iptables -L ufw-user-output -n | egrep -q '0 references'
 
2300
 
 
2301
 
 
2302
398: ! iptables -L ufw-skip-to-policy-input -n | egrep -q '0 references'
 
2303
 
 
2304
 
 
2305
399: iptables -L ufw-logging-allow -n | egrep -q '0 references'
 
2306
 
 
2307
 
 
2308
400: iptables -L ufw-user-limit -n | egrep -q '0 references'
 
2309
 
 
2310
 
 
2311
401: iptables -L ufw-user-limit-accept -n | egrep -q '0 references'
 
2312
 
 
2313
 
 
2314
402: iptables -L ufw-user-logging-forward -n | egrep -q '0 references'
 
2315
 
 
2316
 
 
2317
403: iptables -L ufw-user-logging-input -n | egrep -q '0 references'
 
2318
 
 
2319
 
 
2320
404: iptables -L ufw-user-logging-output -n | egrep -q '0 references'
 
2321
 
 
2322
 
 
2323
405: iptables -L ufw-skip-to-policy-output -n | egrep -q '0 references'
 
2324
 
 
2325
 
 
2326
406: iptables -L ufw-skip-to-policy-forward -n | egrep -q '0 references'
 
2327
 
 
2328
 
 
2329
407: logging on
 
2330
 
 
2331
 
 
2332
408: disable
 
2333
 
 
2334
 
 
2335
409: enable
 
2336
 
 
2337
 
 
2338
410: ! iptables -L ufw-logging-deny -n | egrep -q '0 references'
 
2339
 
 
2340
 
 
2341
411: ! iptables -L ufw-not-local -n | egrep -q '0 references'
 
2342
 
 
2343
 
 
2344
412: ! iptables -L ufw-user-forward -n | egrep -q '0 references'
 
2345
 
 
2346
 
 
2347
413: ! iptables -L ufw-user-input -n | egrep -q '0 references'
 
2348
 
 
2349
 
 
2350
414: ! iptables -L ufw-user-output -n | egrep -q '0 references'
 
2351
 
 
2352
 
 
2353
415: ! iptables -L ufw-skip-to-policy-input -n | egrep -q '0 references'
 
2354
 
 
2355
 
 
2356
416: iptables -L ufw-logging-allow -n | egrep -q '0 references'
 
2357
 
 
2358
 
 
2359
417: iptables -L ufw-user-limit -n | egrep -q '0 references'
 
2360
 
 
2361
 
 
2362
418: iptables -L ufw-user-limit-accept -n | egrep -q '0 references'
 
2363
 
 
2364
 
 
2365
419: iptables -L ufw-user-logging-forward -n | egrep -q '0 references'
 
2366
 
 
2367
 
 
2368
420: iptables -L ufw-user-logging-input -n | egrep -q '0 references'
 
2369
 
 
2370
 
 
2371
421: iptables -L ufw-user-logging-output -n | egrep -q '0 references'
 
2372
 
 
2373
 
 
2374
422: iptables -L ufw-skip-to-policy-output -n | egrep -q '0 references'
 
2375
 
 
2376
 
 
2377
423: iptables -L ufw-skip-to-policy-forward -n | egrep -q '0 references'
 
2378
 
 
2379
 
 
2380
424: logging low
 
2381
 
 
2382
 
 
2383
425: disable
 
2384
 
 
2385
 
 
2386
426: enable
 
2387
 
 
2388
 
 
2389
427: ! iptables -L ufw-logging-deny -n | egrep -q '0 references'
 
2390
 
 
2391
 
 
2392
428: ! iptables -L ufw-not-local -n | egrep -q '0 references'
 
2393
 
 
2394
 
 
2395
429: ! iptables -L ufw-user-forward -n | egrep -q '0 references'
 
2396
 
 
2397
 
 
2398
430: ! iptables -L ufw-user-input -n | egrep -q '0 references'
 
2399
 
 
2400
 
 
2401
431: ! iptables -L ufw-user-output -n | egrep -q '0 references'
 
2402
 
 
2403
 
 
2404
432: ! iptables -L ufw-skip-to-policy-input -n | egrep -q '0 references'
 
2405
 
 
2406
 
 
2407
433: iptables -L ufw-logging-allow -n | egrep -q '0 references'
 
2408
 
 
2409
 
 
2410
434: iptables -L ufw-user-limit -n | egrep -q '0 references'
 
2411
 
 
2412
 
 
2413
435: iptables -L ufw-user-limit-accept -n | egrep -q '0 references'
 
2414
 
 
2415
 
 
2416
436: iptables -L ufw-user-logging-forward -n | egrep -q '0 references'
 
2417
 
 
2418
 
 
2419
437: iptables -L ufw-user-logging-input -n | egrep -q '0 references'
 
2420
 
 
2421
 
 
2422
438: iptables -L ufw-user-logging-output -n | egrep -q '0 references'
 
2423
 
 
2424
 
 
2425
439: iptables -L ufw-skip-to-policy-output -n | egrep -q '0 references'
 
2426
 
 
2427
 
 
2428
440: iptables -L ufw-skip-to-policy-forward -n | egrep -q '0 references'
 
2429
 
 
2430
 
 
2431
441: logging medium
 
2432
 
 
2433
 
 
2434
442: disable
 
2435
 
 
2436
 
 
2437
443: enable
 
2438
 
 
2439
 
 
2440
444: ! iptables -L ufw-logging-deny -n | egrep -q '0 references'
 
2441
 
 
2442
 
 
2443
445: ! iptables -L ufw-not-local -n | egrep -q '0 references'
 
2444
 
 
2445
 
 
2446
446: ! iptables -L ufw-user-forward -n | egrep -q '0 references'
 
2447
 
 
2448
 
 
2449
447: ! iptables -L ufw-user-input -n | egrep -q '0 references'
 
2450
 
 
2451
 
 
2452
448: ! iptables -L ufw-user-output -n | egrep -q '0 references'
 
2453
 
 
2454
 
 
2455
449: ! iptables -L ufw-skip-to-policy-input -n | egrep -q '0 references'
 
2456
 
 
2457
 
 
2458
450: iptables -L ufw-logging-allow -n | egrep -q '0 references'
 
2459
 
 
2460
 
 
2461
451: iptables -L ufw-user-limit -n | egrep -q '0 references'
 
2462
 
 
2463
 
 
2464
452: iptables -L ufw-user-limit-accept -n | egrep -q '0 references'
 
2465
 
 
2466
 
 
2467
453: iptables -L ufw-user-logging-forward -n | egrep -q '0 references'
 
2468
 
 
2469
 
 
2470
454: iptables -L ufw-user-logging-input -n | egrep -q '0 references'
 
2471
 
 
2472
 
 
2473
455: iptables -L ufw-user-logging-output -n | egrep -q '0 references'
 
2474
 
 
2475
 
 
2476
456: iptables -L ufw-skip-to-policy-output -n | egrep -q '0 references'
 
2477
 
 
2478
 
 
2479
457: iptables -L ufw-skip-to-policy-forward -n | egrep -q '0 references'
 
2480
 
 
2481
 
 
2482
458: logging high
 
2483
 
 
2484
 
 
2485
459: disable
 
2486
 
 
2487
 
 
2488
460: enable
 
2489
 
 
2490
 
 
2491
461: ! iptables -L ufw-logging-deny -n | egrep -q '0 references'
 
2492
 
 
2493
 
 
2494
462: ! iptables -L ufw-not-local -n | egrep -q '0 references'
 
2495
 
 
2496
 
 
2497
463: ! iptables -L ufw-user-forward -n | egrep -q '0 references'
 
2498
 
 
2499
 
 
2500
464: ! iptables -L ufw-user-input -n | egrep -q '0 references'
 
2501
 
 
2502
 
 
2503
465: ! iptables -L ufw-user-output -n | egrep -q '0 references'
 
2504
 
 
2505
 
 
2506
466: ! iptables -L ufw-skip-to-policy-input -n | egrep -q '0 references'
 
2507
 
 
2508
 
 
2509
467: iptables -L ufw-logging-allow -n | egrep -q '0 references'
 
2510
 
 
2511
 
 
2512
468: iptables -L ufw-user-limit -n | egrep -q '0 references'
 
2513
 
 
2514
 
 
2515
469: iptables -L ufw-user-limit-accept -n | egrep -q '0 references'
 
2516
 
 
2517
 
 
2518
470: iptables -L ufw-user-logging-forward -n | egrep -q '0 references'
 
2519
 
 
2520
 
 
2521
471: iptables -L ufw-user-logging-input -n | egrep -q '0 references'
 
2522
 
 
2523
 
 
2524
472: iptables -L ufw-user-logging-output -n | egrep -q '0 references'
 
2525
 
 
2526
 
 
2527
473: iptables -L ufw-skip-to-policy-output -n | egrep -q '0 references'
 
2528
 
 
2529
 
 
2530
474: iptables -L ufw-skip-to-policy-forward -n | egrep -q '0 references'
 
2531
 
 
2532
 
 
2533
475: logging full
 
2534
 
 
2535
 
 
2536
476: disable
 
2537
 
 
2538
 
 
2539
477: enable
 
2540
 
 
2541
 
 
2542
478: ! iptables -L ufw-logging-deny -n | egrep -q '0 references'
 
2543
 
 
2544
 
 
2545
479: ! iptables -L ufw-not-local -n | egrep -q '0 references'
 
2546
 
 
2547
 
 
2548
480: ! iptables -L ufw-user-forward -n | egrep -q '0 references'
 
2549
 
 
2550
 
 
2551
481: ! iptables -L ufw-user-input -n | egrep -q '0 references'
 
2552
 
 
2553
 
 
2554
482: ! iptables -L ufw-user-output -n | egrep -q '0 references'
 
2555
 
 
2556
 
 
2557
483: ! iptables -L ufw-skip-to-policy-input -n | egrep -q '0 references'
 
2558
 
 
2559
 
 
2560
484: iptables -L ufw-logging-allow -n | egrep -q '0 references'
 
2561
 
 
2562
 
 
2563
485: iptables -L ufw-user-limit -n | egrep -q '0 references'
 
2564
 
 
2565
 
 
2566
486: iptables -L ufw-user-limit-accept -n | egrep -q '0 references'
 
2567
 
 
2568
 
 
2569
487: iptables -L ufw-user-logging-forward -n | egrep -q '0 references'
 
2570
 
 
2571
 
 
2572
488: iptables -L ufw-user-logging-input -n | egrep -q '0 references'
 
2573
 
 
2574
 
 
2575
489: iptables -L ufw-user-logging-output -n | egrep -q '0 references'
 
2576
 
 
2577
 
 
2578
490: iptables -L ufw-skip-to-policy-output -n | egrep -q '0 references'
 
2579
 
 
2580
 
 
2581
491: iptables -L ufw-skip-to-policy-forward -n | egrep -q '0 references'
 
2582
 
 
2583
 
 
2584
492: logging on
 
2585
 
 
2586
 
 
2587
493: disable
 
2588
 
 
2589
 
 
2590
'Resource temporarily unavailable' test
 
2591
494: disable
 
2592
 
 
2593
 
 
2594
495: allow 22/tcp
 
2595
 
 
2596
 
 
2597
496: enable
 
2598
 
 
2599
 
 
2600
497: ufw-init start/flush-all
 
2601
 
 
2602
 
 
2603
498: ufw-init start/flush-all
 
2604
 
 
2605
 
 
2606
499: ufw-init start/flush-all
 
2607
 
 
2608
 
 
2609
500: ufw-init start/flush-all
 
2610
 
 
2611
 
 
2612
501: ufw-init start/flush-all
 
2613
 
 
2614
 
 
2615
502: ufw-init start/flush-all
 
2616
 
 
2617
 
 
2618
503: ufw-init start/flush-all
 
2619
 
 
2620
 
 
2621
504: ufw-init start/flush-all
 
2622
 
 
2623
 
 
2624
505: ufw-init start/flush-all
 
2625
 
 
2626
 
 
2627
506: ufw-init start/flush-all
 
2628
 
 
2629
 
 
2630
507: ufw-init start/flush-all
 
2631
 
 
2632
 
 
2633
508: ufw-init start/flush-all
 
2634
 
 
2635
 
 
2636
509: ufw-init start/flush-all
 
2637
 
 
2638
 
 
2639
510: ufw-init start/flush-all
 
2640
 
 
2641
 
 
2642
511: ufw-init start/flush-all
 
2643
 
 
2644
 
 
2645
512: ufw-init start/flush-all
 
2646
 
 
2647
 
 
2648
513: ufw-init start/flush-all
 
2649
 
 
2650
 
 
2651
514: ufw-init start/flush-all
 
2652
 
 
2653
 
 
2654
515: ufw-init start/flush-all
 
2655
 
 
2656
 
 
2657
516: ufw-init start/flush-all
 
2658
 
 
2659
 
 
2660
517: ufw-init start/flush-all
 
2661
 
 
2662
 
 
2663
518: ufw-init start/flush-all
 
2664
 
 
2665
 
 
2666
519: ufw-init start/flush-all
 
2667
 
 
2668
 
 
2669
520: ufw-init start/flush-all
 
2670
 
 
2671
 
 
2672
521: ufw-init start/flush-all
 
2673
 
 
2674
 
 
2675
522: enable
 
2676
 
 
2677
 
 
2678
523: delete allow 22/tcp
 
2679
 
 
2680
 
 
2681
524: disable
1917
2682
 
1918
2683