Public bug reported: Hello,
The installation of package convirt2 does not install a ufw profile allowing the following ports 6900:6999/tcp and 8081/tcp Please add to the package a ufw profile opening the following ports. See an example on how to do this below: 1. create a file in /etc/ufw/applications.d/convirt2 [Convirt2] title=Convirt2 CMS Portal description=ConVirt Management Server ports=8081/tcp|6900:6999/tcp 2. sudo ufw app list 3. Activate rule sudo ufw allow Convirt2 4. Check if it has been enabled. sudo ufw status verbose More information about ufw profiles you can find here: https://help.ubuntu.com/10.04/serverguide/C/firewall.html Thank you Leonardo ** Affects: convirt2 (Ubuntu) Importance: Undecided Status: New ** Tags: ufw -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807651 Title: convirt2 package installation does not automatically create a ufw profile To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/convirt2/+bug/807651/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
