----- Forwarded Message ----
From: cordier-brinzeu cyril <brinz...@yahoo.com>
To: Loic Dachary <l...@dachary.org>
Sent: Wed, December 16, 2009 2:58:10 PM
Subject: Re: [Pokersource-users] Fw: I Can't connect to my own poker server


hi,

so like I told you I did what you have tell me last time.

May be my problem was different even if it 's not resolve :


1. I change my sql config in /etc/mysql/my.cnf
to change :
#skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
#bind-address           = 127.0.0.1
bind-address            = 192.168.1.3
#
 2.
/etc/init.d/mysql restart

3.

/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPTand I 
check
iptables -L
result :
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:mysql 
ACCEPT     tcp  --  192.168.1.0/24       anywhere            tcp dpt:mysql 
ACCEPT     tcp  --  192.168.1.5          anywhere            tcp dpt:mysql 
ACCEPT     tcp  --  192.168.1.5          anywhere            tcp dpt:mysql 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:mysql 

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination 

4. ps aux | grep -i mysql
root      8549  0.0  0.0   4004  1340 pts/0    S    11:34   0:00 /bin/sh 
/usr/bin/mysqld_safe
mysql     8658  0.0  0.6 130544 19836 pts/0    Sl   11:34   0:00 
/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql 
--pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock 
--port=3306
root      8664  0.0  0.0   2976   604 pts/0    S    11:34   0:00 logger -t 
mysqld -p daemon.error
root      9530  0.0  0.0   3136   828 pts/0    R+   14:45   0:00 grep -i mysql


and no way I can't connect on my databases server
I can connect with Port 80 to my website jpoker 
telnet 192.168.1.3

Trying 192.168.1.3...
Connected to 192.168.1.3.
Escape character is '^]'.
6
5.1.41-30p^giZgwwY6C,R;n9pHVConnection closed by foreign host.

si if somebody has a solution ...
it will be nice to tell me

sincerely

Cyril Cordier-Brinzeu
--- On Mon, 12/14/09, Loic Dachary <l...@dachary.org> wrote:


>From: Loic Dachary <l...@dachary.org>
>Subject: Re: [Pokersource-users] Fw: I Can't connect to my own poker server
>To: "cordier-brinzeu cyril" <brinz...@yahoo.com>
>Cc: pokersource-users@gna.org
>Date: Monday, December 14, 2009, 4:50 AM
>
>
>
>> config.jpoker = { restURL : 'http://192.168.1.3/REST%27 };
>> in index.html
>>
>I suggest you try http://192.168.1.3/POKER_REST
><http://192.168.1.3/REST>
>> and
>>
>> jpoker.conf
>> Alias /jpoker
> /usr/share/jpoker
>> ProxyRequests Off
>> <Proxy *>
>>   Order deny,allow
>>   Allow from all
>> </Proxy>
>> # ProxyPass /POKER_REST http://pokersource.eu/POKER_REST retry=1
>> ProxyPass /POKER_REST http://192.168.1.3/POKER_REST retry=1
>> ProxyPass /AVATAR http://pokersource.eu/AVATAR retry=1
>
> 



      
_______________________________________________
Pokersource-users mailing list
Pokersource-users@gna.org
https://mail.gna.org/listinfo/pokersource-users

Reply via email to