Heine Laursen ([EMAIL PROTECTED]) wrote:

> Hi. I want to connect to my node (With my browser)

> mainport.allowedHosts=* #Have also tryed, with ip's
> mainport.bindAddress=xxx.xxx.xxx.xxx #(Public ip) have also tryed with *

These two are reversed.  Here is what I use (on a Debian woody node,
kernel 2.4.18):

mainport.port=8888
mainport.bindAddress=*
mainport.allowedHosts=127.0.0.1,192.168.2.1,192.168.2.2,192.168.2.4,192.168.2.20

$ netstat -ant | grep 8888
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      
tcp        0      0 192.168.2.4:8888        192.168.2.2:2524        ESTABLISHED [...]

If you're using a firewall (iptables) then make sure you aren't blocking
incoming packets on the mainport port.

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
[EMAIL PROTECTED]              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

Attachment: msg02364/pgp00000.pgp
Description: PGP signature

Reply via email to