Custom Query (115 matches)
Results (19 - 21 of 115)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#90 | fixed | Debian package vuurmuur-conf fails to build | ||
Description |
The current svn (r243) fails to build a Debian package, using both
The problem with the last few commits is that the Also, the directory to install in is not created, so install might fail when the script directory does not exist at installation time.
The attached patch fixes both of these issues. However, I'm not completely sure this is the right approach. The same |
|||
#50 | fixed | Detect support for --random option in NAT targets | ||
Description |
In 0.5.74 alpha 6 the random option was introduced, but it's only available on recent distro's. Find a way to autodetect if the option is a available on the system. So far the only way I see is by adding a rule with the new option and see if that works: iptables -t nat -A POSTROUTING -o abc0 -j SNAT --to-source 1.2.3.4 returns 0 iptables -t nat -A POSTROUTING -o abc0 -j SNAT --to-source 1.2.3.4 --nonexistant returns 2 Maybe there should be a separate test chain for this purpose. |
|||
#101 | invalid | Does Vuurmuur give protection from DDOS | ||
Description |
Hello there. I found your firewall from wiki.debian. Anyway I have a simple question because I really need this. Does Vuurmuur give protection from DDOS? If yes how efficient is it? Thank you. |