Comment 1 for bug 820681

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Currently ufw.conf has:
# Make sure we start before an interface receives traffic
start on (starting network-interface
          or starting network-manager
          or starting networking)

stop on runlevel [!023456]

Are you saying this should be changed to:
# Make sure we start before an interface receives traffic
start on (starting network-interface
          or starting network-manager
          or starting networking
          or runlevel [023456])

stop on runlevel [!023456]

Is this expected to work correctly? It is important that ufw start before any network interfaces come up in normal booting.