[Pkg-utopia-maintainers] Bug#426683: network-manager: nm should have basic firewalling framework
Michael Biebl
biebl at debian.org
Wed May 30 20:59:09 UTC 2007
Ritesh Raj Sarraf wrote:
> Package: network-manager
> Version: 0.6.4-8+b1
> Severity: wishlist
>
> NetworkManager is cool but it would be cooler if there could be some
> minimal firewalling capabilities clubbed with it.
>
> Currently, adding a script to /etc/network/if-up.d/firewall does the job.
>
> rrs at learner:~$ cat /etc/network/if-up.d/firewall
> #!/bin/bash
>
> if [ $IFACE == "lo" ]; then
> echo;
> else
> /sbin/iptables -A INPUT -i $IFACE -m state --state NEW,INVALID -j DROP;
>
>
> Probably, you could either put such scripts in the
> /usr/share/doc/$$/example folders and document it in the README.Debian
> file or else add similar framework into Debconf.
>
> This feature would be good for users.
Nice idea. I'll put some example scripts into
/usr/share/doc/network-manager/examples/
Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20070530/cc7fa4a8/attachment.pgp
More information about the Pkg-utopia-maintainers
mailing list