-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/28/2015 01:45 PM, Per Jessen wrote:
Uzair Shamim wrote:
On 04/28/2015 10:34 AM, Uzair Shamim wrote:
@Per Jessen So its fine if I just disable the SuSEFirewall and then build iptables as desired? Obviously I will have to add all the rules I need but this wont cause any known issues? Sounds like a plan.
Just tried this. There is no iptables service, how can I control (start/stop) iptables?
Apologies, I assumed you were familiar with how to build a firewall using iptables. It is typically just a script filled with iptables commands which construct the firewall setup. Such a script is easily called with a systemd service unit:
[Unit] Description=firewall After=network.target
[Service] Type=oneshot ExecStart=/usr/sbin/firewall ExecStop=/usr/sbin/firewall stop RemainAfterExit=yes
[Install] WantedBy=multi-user.target
If you don't have a firewall script/setup already built and ready to use, you'e probably better of with using the openSUSE firewall.
I am familiar with iptables, I am just used to being able to start and stop a iptables service in CentOS. I'll try this out but its not a big deal, I dont ever stop the firewall anyways. - -- Regards, Uzair Shamim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVP8nBAAoJEM66EOTZRH6+4kYP/24bP8S/yy2Pahuhg1d4iRle 0g44HJaO2MzX341X+LBFL98WpfWf363zhvbCOUu5kjsoQY/XNQFVo7Bs4+SGsQsY e2SyalRi0R/aAvbHboNahd2L7DVf2AOpsHMlUH4gtMq8pOCqo98oclNggR/dTe/6 WHoMZHYQJOi+uvsa/UnPYqyOOwL1kCdSQKSY8YzE3A+rPMlvCssx5z4geQAsYXt0 D31wA3juR5sa5rOiv5e9glAu3ezwhI/TmsH8BSc0y0M+p76yBLd2ntxzgINsD2ZE pyR4+Qx6Y2inXo4kkxXLKdEdMqJD4zlx/lzlgJGm5q7j34/QuZNLc1sHvJo8zgwS nqdHhq8zhu4argcULCOAMEOj3WYpgwJzw+ANyb3iRHZlFc4FUtZYEQKG9EcaOKoN XuPrIJhKQqXJr3TBl+25sLWXPb9Ck9JL3oJ85WG9vPh263+BygXbOHcj8j+s4FOx X/SkC8DBBHfqEJVAW2MNFEDQmD/YjqrcfAZQTJy8trHsw6cwwEJJxbG4x31JA0/n 4b6Q2DfAVOVxHBr4wXWKGeZoiM/pQw1Hz+R/hoh2VaJHZGGUsf51KEfV1+gK0DrL 4QuC9SufNLQlUMzzWJ2qEWsJJ9sVx8Jay0sqKwwLmExg+Z4gAcauc1cj4UyZjFBD qsX9Z6x2MwWlTtLMLqwK =TgP4 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org