Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [COINO] KGW ACTIVATED - WALLET UPDATE ▬► COINO -(O)- ◄▬ The fastest Coin
by
kird03
on 10/03/2014, 15:20:20 UTC
I have a weird problem with the linux client:


With the deamon i get only like 13 (only outgoing) connections..
I have enabled listen=1
I have successful set-up a telnet session to my ip:15555
The clients syncs successfully with the 13 connections
I have disabled the firewall, all resulting in 13 connections only

I have set-up on another pc a windows client, got 40 connections in no time, then deleted the peers.dat on the windows client and added only to the Coino.conf of the windows client: connect=*mylinuxip* and only then i get 1 incoming connection to my linux deamon. *yeah it works?!**

In other words:
my ports are open
the deamon is listening and accepting connection when one showes up, like my windows client

BUT WHY do I not get any incoming connection from other users??

Any help is much appreciated!
I have set-up many different coins on many different systems, but this issue is weird to me!
see below my Coino.conf
Code:
daemon=1
server=1
listen=1
dnsseed=1
irc=1
rpcuser=Coinorpc
rpcpassword=xxx
rpcport=14444
rpcconnect=127.0.0.1
addnode=162.243.0.247
addnode=37.139.25.15
addnode=217.19.25.189

and result of netstat -vatn |grep 15555
Code:
netstat -vatn |grep 15555
tcp        0      0 0.0.0.0:15555           0.0.0.0:*               LISTEN
tcp        0      1 81.4.106.129:54378      83.82.198.77:15555      SYN_SENT
tcp        0  52633 81.4.106.129:38101      69.255.58.25:15555      ESTABLISHED
tcp        0      0 81.4.106.129:45919      68.100.247.74:15555     ESTABLISHED
tcp        0      0 81.4.106.129:45546      212.83.191.197:15555    ESTABLISHED
tcp        0      0 81.4.106.129:52377      99.235.111.207:15555    ESTABLISHED
tcp        0      0 81.4.106.129:40448      31.50.77.87:15555       ESTABLISHED
tcp        0      0 81.4.106.129:43267      173.174.113.116:15555   ESTABLISHED
tcp        0      0 81.4.106.129:34132      86.136.180.197:15555    ESTABLISHED
tcp        0      0 81.4.106.129:38373      70.80.191.80:15555      ESTABLISHED
tcp        0      0 81.4.106.129:56791      68.42.36.116:15555      ESTABLISHED
tcp        0      0 81.4.106.129:35762      72.66.102.124:15555     ESTABLISHED
tcp        0      0 81.4.106.129:46957      76.172.44.135:15555     ESTABLISHED
tcp        0      0 81.4.106.129:45874      114.161.42.140:15555    ESTABLISHED
tcp        0      0 81.4.106.129:36902      109.239.77.185:15555    ESTABLISHED
tcp        0      0 81.4.106.129:51503      50.53.104.249:15555     ESTABLISHED
tcp6       0      0 :::15555                :::*                    LISTEN