> My client want me to open the port 10050 withing ip range of 123.45.6.0/24and > 123.45.7.0/24 > > But, IPs of those servers are different like: 111.222.3.49 - eth0 > 111.222.3.50 - eth1 >
There are two parts to a connection, a client ip + client port and server ip + server port. Now, if you are hosting a service on server hosts 111.222.3.49, 111.222.3.50 behind a firewall, then the firewall needs to be configured to allow certain client IPs outside your network to connect to server. If my understanding is correct, your client uses the IP range 123.45.6.0/24 and 123.45.7.0/24. So, you need to configure your firewall to allow clients from this ip range to connect to your server on a particular port, which i am guessing is 10050. Does this make sense ? -- 0 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
