How do I disable firewall in Ubuntu Linux server edition?
{ 1 comment }
The default Iptables configuration under CentOS / Red Hat / RHEL / Fedora Linux does not allow inbound access to LDAP service. How do I update iptables settings to allow access to the LDAP primary TCP #389 and encrypted-only TCP # 636 ports, while keeping all other ports on the server in their default protected state?
{ 6 comments }
Q.Can you explain the meaning of following two firewall rules present in my /etc/sysconfig/iptables rules under CentOS Enterprise Linux version 5.2?
-A RH-Firewall-1-INPUT -p 50 -j ACCEPT
-A RH-Firewall-1-INPUT -p 51 -j ACCEPT
{ 0 comments }
I‘m trying to get data (AXFR query) from master tinydns server to secondary DNS server using tcpclient as follows:
tcpclient -v a.ns.example.com 53 axfr-get example.com example.com example.com.tmp
But I’m getting an error which read as follows:
>axfr-get: fatal: unable to parse AXFR results: protocol error
How do I fix this problem?
{ 0 comments }
Q. I run both RHEL / CentOS Linux server and by default firewall blocked out everything including telnet / ssh access. How do I allow telnet – port 23 and ssh port 22 thought Linux iptables firewall ? A.By default firewall rules stored at /etc/sysconfig/iptables location / file under CentOS / RHEL. All you have [...]
{ 5 comments }
Q. Quick question: I need to disable firewall in Linux for testing purpose. I’m using CentOS 4.4. How do I disable the firewall in Linux? A. A Linux firewall is software based firewall that provides protection between your server (workstation) and damaging content on the Internet or network. It will try to guard your computer [...]
{ 24 comments }
Q. I’d like to start my Iptables based firewall when my computer comes online so that it get protected from the Internet? I’m using CentOS Linux Server version 4.x. A. CentOS / RHEL / Fedora Linux has service located at /etc/init.d/iptables to start firewall on boot. All you have to do is type the following [...]
{ 0 comments }