I am using Redhat7 64 on Amazon ec2. It is a fresh instance and I am trying to configure the firewall.
It does not have firewalld installed as I expected. (Like my centos7 64). Amazon say that Redhat7 is identical to the Redhat7 from Redhat.
I have the Amazon Firewall set correctly which operates outside the instance. I can ping etc too.
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
systemctl status firewalld
firewalld.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
sudo iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
service iptables status
Redirecting to /bin/systemctl status iptables.service
iptables.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
This includes a few differences to my centos7 too:
redhat7 from amazon:
ls /etc/sysconfig
. console
grub
irqbalance
modules
rdisc
rsyncd
sshd
.. cpupower
init
kdump
netconsole
readonly-root
rsyslog
wpa_supplicant
authconfig
crond
ip6tables-config
kernel
network
rh-cloud-firstboot
run-partscbq
firstboot
iptables-config
man-db
network-scripts
rhn selinux
(I previously installed the same type of instance, installed firewalld and was able to open the ports I needed on it. But I still could not connect. I choped and changed a few things,figured there was another firewall, did extensive googling, edited files, but I was still not able to open the ports so I am starting from the beginning and my eyes are crossed )
thanks.
Any non related experiece with Linux gotcha's on cloud services would be welcome too.
(Such as this reason to use ebs-boot.
http://alestic.com/2012/01/ec2-ebs-boot-recommended)