On Thu, Aug 18, 2011 at 10:55 PM, 0 <[email protected]> wrote: > This is what he wanted: >> >> *Open port 10050 within ip range of >> 172.22.4.0/24 and 172.22.5.0/24 on both of servers? >> > > I understand the problem better now, can you give us the following details > ? > > 1. What OS does the server run on ? >
CentOS > 2. If you are running Linux, can you share the output of the command > "iptables --list" ? (you need to run the command as root) > > *Chain INPUT (policy DROP) target prot opt source destination ACCEPT all -- localhost.localdomain localhost.localdomain ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere icmp destination-unreachable ACCEPT icmp -- anywhere anywhere icmp time-exceeded ACCEPT icmp -- anywhere anywhere icmp echo-request ACCEPT tcp -- anywhere anywhere tcp dpt:https ACCEPT tcp -- 184-xxx-xxx-xx.static.my.com anywhere tcp dpt:mysql ACCEPT tcp -- example.host.com anywhere tcp dpt:mysql ACCEPT tcp -- performance-checking-server.company.info anywhere tcp dpt:mysql ACCEPT icmp -- anywhere anywhere icmp echo-reply ACCEPT tcp -- anywhere anywhere tcp dpt:ssh LOG all -- anywhere anywhere limit: avg 40/min burst 5 LOG level warning DROP all -- anywhere anywhere Chain FORWARD (policy DROP) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination * -- Best, Zico _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
