SCIENTIFIC-LINUX-USERS Archives

June 2015

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
ToddAndMargo <[log in to unmask]>
Reply To:
ToddAndMargo <[log in to unmask]>
Date:
Mon, 15 Jun 2015 22:44:06 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Hi All,

In SL7, I presume firewalld has replaced iptables.

My SL6 iptables scripts (four of them) are really quite complex
and have been refined over the years (two Ethernet ports and
one fake Ethernet port, etc.).

I was thinking of going back to them in SL7, but am a bit
confused as to how.   This is what I have so far:


      iptables and firewall on FC19+ and EL7+

      Reference: http://serverfault.com/questions/470287/how-to-enable- 
iptables-instead-of-firewalld-services-on-rhel-7-and-fedora-18

      iptables has been replaced with firewalld.

      You can disable firewalld with the following:
          # systemctl disable firewalld.service
          # systemctl stop firewalld.service


      If you want to use iptables instead (disable firewalld first):

          # yum|dnf install iptables-services


Okay so far, but I haven't figured out how to stitch in
my old iptables scripts.  Or where for that matter.

Many thanks,
-T

ATOM RSS1 RSS2