play Posted September 6, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 09/06/13 Last Seen: November 23, 2013 Share Posted September 6, 2013 My Server DELL R210E3-1240v216GB of RAM HDD 7.2k Help me please Quote Link to comment Share on other sites More sharing options...
0 Protimus Posted September 9, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 198 Reputation: 102 Joined: 11/13/11 Last Seen: May 4, 2014 Share Posted September 9, 2013 Are you sure that doesn't have a iptables rule to blocking connections when exceeds the max amount of connections? For work with TCP outbound sockets of network and other network options you can use sysctl command. You will need set the "fs.file-max" kernel propety via sysctl and change your local port range traffic. fs.file-max = 360000 net.ipv4.ip_local_port_range = 1024 65000 Change these values to what you need, all kernel configs are located in etc/sysctl.conf. Be careful with the time request of new connections, because you can lost the response if you don't change the tcp keep alive option in kernel. net.ipv4.tcp_keepalive_time = 60 net.ipv4.tcp_keepalive_probes = 3 net.ipv4.tcp_keepalive_intvl = 90 Change these values according the latency of your host network in comparison to their clients (players). If you have problems or bugs, ask for support in CentOS Community. Good Luck! Quote Link to comment Share on other sites More sharing options...
0 Asura Posted September 7, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted September 7, 2013 Hi play, With 16GB of RAM, it should be handle way more than 1024; just make sure your network port can handle the traffic. There isn't anything you need to set to make it enable 1024 con-current connections; you simply have to make sure your server has the necessary resources and power to do it... which it looks like it does. Quote Link to comment Share on other sites More sharing options...
0 ccjosh Posted September 7, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 66 Reputation: 6 Joined: 11/13/12 Last Seen: November 17, 2014 Share Posted September 7, 2013 As far as I know, Dell blade servers has a built in at least 2 network cards. Have your hosting plug in another extra cat5 cable, then bond the two network cards for faster network connection. 1 Quote Link to comment Share on other sites More sharing options...
0 Digos Posted September 8, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 88 Reputation: 23 Joined: 01/30/12 Last Seen: February 19 Share Posted September 8, 2013 I guess that he's talking about server's socket message that's shown in the console [info]: Server supports up to '1024' concurrent connections. I don't know exactly how to increase that limit, maybe with ulimit on *nix OS? Quote Link to comment Share on other sites More sharing options...
0 Hnomkeng Posted May 20, 2015 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 99 Reputation: 2 Joined: 02/23/14 Last Seen: Sunday at 09:22 AM Share Posted May 20, 2015 (edited) Are you sure that doesn't have a iptables rule to blocking connections when exceeds the max amount of connections? For work with TCP outbound sockets of network and other network options you can use sysctl command. You will need set the "fs.file-max" kernel propety via sysctl and change your local port range traffic. fs.file-max = 360000 net.ipv4.ip_local_port_range = 1024 65000 Change these values to what you need, all kernel configs are located in etc/sysctl.conf. Be careful with the time request of new connections, because you can lost the response if you don't change the tcp keep alive option in kernel. net.ipv4.tcp_keepalive_time = 60 net.ipv4.tcp_keepalive_probes = 3 net.ipv4.tcp_keepalive_intvl = 90 Change these values according the latency of your host network in comparison to their clients (players). If you have problems or bugs, ask for support in CentOS Community. Good Luck! Help me pls. need change to 4096 Edited May 20, 2015 by Hnomkeng Quote Link to comment Share on other sites More sharing options...
0 Hnomkeng Posted May 22, 2015 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 99 Reputation: 2 Joined: 02/23/14 Last Seen: Sunday at 09:22 AM Share Posted May 22, 2015 need help Quote Link to comment Share on other sites More sharing options...
Question
play
My Server
DELL R210
E3-1240v2
16GB of RAM
HDD 7.2k
Help me please
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.