LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Help with Firewall (https://www.linuxquestions.org/questions/linux-networking-3/help-with-firewall-4175514182/)

kulpreet11 08-11-2014 01:17 AM

Help with Firewall
 
Hi,

I have enabled iptables rules and they are working fine on all servers except my DB server.

By default, i have enabled all ports for few ip in my office network and disabled for rest of the world.

When i enable firewall rules it disconnects my DB server although the ip of the DB server is enabled in the rules.

Please suggest.

Thanks
Kulpreet

infern0 08-11-2014 01:53 AM

Send fw rules iptables -L
Send IP of your DB server.
If you can see DROP/REJECT packets from/to DB server in /var/log/, post it. You can use command grep -ir 'DROP\|REJECT' /var/log | grep 'IP_DB_SERVER'


All times are GMT -5. The time now is 07:09 AM.