Heine Laursen <[EMAIL PROTECTED]> writes: > > message. I believe I have not configured my personal NAT firewall > > forwarding correctly, but am not sure. Perhaps you can help. Let > > me know what info you need. > > My linux box is listning on the following connections: > tcp 0 0 127.0.0.1:8481 0.0.0.0:* LISTEN > 355/java > tcp 0 0 192.168.0.1:8888 0.0.0.0:* LISTEN > 355/java > tcp 0 0 0.0.0.0:10137 0.0.0.0:* LISTEN > 355/java > tcp 0 0 0.0.0.0:8891 0.0.0.0:* LISTEN > > So it seems like you have to open the following tcp connections: > 10137 and 8891 > Try doing a netstat in a command prompt in your windows and see if you > also got the following ports open! > Sincerley > > Heine Laursen
Only one port needs to be opened to the outside world; the rest of the sockets fred opens are for the user running that node; not the world. port 8481 is the FCP port, which is used for external freenet clients to access freenet; this should be local only port 8888 is the fproxy/mainport port, which is intended for only local use through a web browser port 8891 is another web-based node status port the other port that fred opens (whose number is randomly chosen on first configuration) is the one port that should be forwarded to over a firewall/NAT box. Thelema -- E-mail: [EMAIL PROTECTED] Raabu and Piisu GPG 1024D/36352AAB fpr:756D F615 B4F3 BFFC 02C7 84B7 D8D7 6ECE 3635 2AAB _______________________________________________ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
