ufw setup on BBXM
2/14/2013

ufw commands
allow 22,4532/tcp
limit 22/tcp
allow 14694/udp
allow 123/udp ?
allow 53 ?

(ufw configures both IP v4 and v6 rules, but v6 is not needed.)

ufw status (gives following)

To                         Action      From
--                         ------      ----
22/tcp                     LIMIT       Anywhere
22,4532/tcp                ALLOW       Anywhere
14694/udp                  ALLOW       Anywhere
22/tcp                     ALLOW       Anywhere (v6)
22,4532/tcp                ALLOW       Anywhere (v6)
14694/udp                  ALLOW       Anywhere (v6)

