Ufw

From Lolly's Wiki
Revision as of 09:13, 17 August 2015 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „Kategorie:Linux <source lang=bash> # ufw [insert <number>] allow log-all from 10.0.0.0/16 to any app OpenSSH Rule inserted # ufw status verbose Status: ac…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Kategorie:Linux

# ufw [insert <number>] allow log-all from 10.0.0.0/16 to any app OpenSSH
Rule inserted
# ufw  status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
22/tcp (OpenSSH)           ALLOW IN    10.0.0.0/16 (log-all)