Search found 5 matches

by alfie13
2018/06/08 00:37:44
Forum: CentOS 6 - Networking Support
Topic: CentOS 6.8 dropping all connections
Replies: 8
Views: 6242

Re: CentOS 6.8 dropping all connections

Hi Guys,

I already resolved the issue. I just added a gateway on my interface eth0 and restarted the network service.

Thanks all!
by alfie13
2018/06/06 07:34:09
Forum: CentOS 6 - Networking Support
Topic: CentOS 6.8 dropping all connections
Replies: 8
Views: 6242

Re: CentOS 6.8 dropping all connections

Hi Again,

I tried to flush the iptables, but after that, every connection on this server got disconnected. Before I flush it, here are things that I did:

1. iptables -save > iptable.rule

I tried to restore it using iptables-restore > iptable.rule, but still failing. Anything I missed?

Regards,
by alfie13
2018/06/06 00:38:42
Forum: CentOS 6 - Networking Support
Topic: CentOS 6.8 dropping all connections
Replies: 8
Views: 6242

Re: CentOS 6.8 dropping all connections

Hi TrevorH, Please see my update below: What ip address are you coming from and via what interface for the things you have problems with? - I tried to access the server using 10.10.100.0/24, 10.10.200.0/24, 10.8.0.0/24 and 10.23.101.0/24. The interface that is having the issue is eth0 (10.0.6.0/24)....
by alfie13
2018/06/05 08:53:09
Forum: CentOS 6 - Networking Support
Topic: CentOS 6.8 dropping all connections
Replies: 8
Views: 6242

Re: CentOS 6.8 dropping all connections

Hi TrevorH, bond0 is a different interface. We should access this server under this 10.0.6.X subnet range which is configured in eth0 interface. Is it affecting the remaining rules even though we dropped the connection coming from bond0 (192.168.6.x)? Also, are there any files that control the traff...
by alfie13
2018/06/05 04:51:55
Forum: CentOS 6 - Networking Support
Topic: CentOS 6.8 dropping all connections
Replies: 8
Views: 6242

CentOS 6.8 dropping all connections

Hi, I have a CentOS 6.8 (Final) server (on Production). How can I allow the incoming connections from a different private subnet? Currently, it is accessible on the same network (10.0.6.x). Below is my IPTABLES, but currently it is not working as expected. -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT D...