> any recommended iptables init scripts that will play well with > network-manager? >
Why do you want to use the network-manager if you have an ubuntu server installation? And why do you want to integrate iptables with the network manager? Normally you can put up a line up /<PATH_TO_MY_FIREWALL_SCRIPT> in /etc/network/interfaces. Or you can write your own /etc/init.d/iptables_rules script. And there are much more possibilities but I would never use the network manager on a server installation. Michael -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
