Tagged Questions
3
votes
0answers
101 views
I opened a port with iptables but still doesnt work
I have a CentOS installation as a guest VM with VirtualBox. I have two ethernet interfaces, eth0 with NAT and DHCP, and eth1 with Host-only adaptor and static IP.
I have oracle installed in this ...
3
votes
2answers
303 views
Does iptables -F permanently delete all iptables rules?
In a RHEL training document, the author says:
...run the following command to disable the firewall on the current system: iptables -F
He explicitly uses the word "disable" which to me suggests ...
1
vote
0answers
292 views
iptables not starting up
I have inherited a custom built Linux kernel 2.6.30.9 and am just upgrading the underlying OS from RHEL 5.4 to 5.8 (kernels 2.6.18.164 and 2.6.18.308 respectively).
When booting, the following is ...
1
vote
1answer
599 views
2
votes
1answer
210 views
Bash script and Database
I have an iptables firewall in Linux bridge (RHEL5). I want to extract information like IP address, port number, port type, date and time, etc. from log messages using a Bash script, and then want to ...