Getting Dynamic firewall from Fedora 15 into Ubuntu?

Solution 1:

You can download it from here.

Then you can use Alien to convert it to a deb package. Run something like this at terminal:
alien --to-deb package.rpm

Finally install your package:
sudo dpkg -i package.deb

Enjoy!