This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to open port 6346

I just installed ASL 4.016 and tried to open port 6346 so I could use LimeWire. But I cant figure out how to open it. 

I made this service:
Gnutella tcp/udp 1024:65535 6346 

And made this NAT:
Gnutella_NAT   Internal_Network__ -> ADSL_Interface__ / Gnutella   ADSL_Interface__   Internal_Interface__ 

And made this Packet filter rule:
1  Internal_Interface__ Gnutella ADSL_Interface__ Allow 

Where I'm getting it wrong?

Thanks

Kjell-Olav

  


This thread was automatically locked due to age.
  • Are you use proxy to connect internet? I use ICQ and i tell ICQ to use socks to connect and it works fine for me. So i think you must use socks to connect to port 6346 
  • 1. Is the gnutella service really Gnutella tcp/udp 1024:65535 6346?

    does not the gnutella protocol establish a p2p connection back on the same port?

    Gnutella tcp 6346 6346

    2. portforward the incoming gnutella connection from the external interface (address) to the internal machine with a DNAT rule. I dont think the IPMASQ have modulessupport for the gnutella protocol. (Not a option if you have mutiple machines on the internal net. Use a socks proxy instead if supported)

    3. Add a packetrule to accept incoming gnutella connection to the internal machine.

    4. Allow the internal machine to connect to the outside unless u already have a int_machine any any allow rule.

    ... good luck!