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.
Parents
  • For starters the rule should be from the Internal network, not just interface...
      
  • Ok.

    I changed the rule to be:
    1  Internal_Network__ Gnutella ADSL_Interface__ Allow 

    and the NAT tp be:
    Gnutella_NAT   Internal_Network__ -> ADSL_Interface__ / Gnutella   ADSL_Interface__   Internal_Network__ 

    but it is still not working

    Kjell-Olav  
  • Change the To on the packetfilter rule to Any or the Network(s) that host the service you are trying to reach...
      
  • I changed the rule so the To(Server) is pointing to"any". It still doesn't function.

    Is there a way to log the connections and see where it fails?
    The Packet Filter logs this:
    2003-Oct 29 21:57:37 (none) kernel: UDP Drop: IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:20:af:4a:cd:0b:08:00 SRC=192.168.0.3 DST=192.168.0.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=7516 PROTO=UDP SPT=137 DPT=137 LEN=58 
    2003-Oct 29 21:58:11 (none) kernel: TCP Drop: IN= OUT=eth0 SRC=192.168.0.100 DST=192.168.0.3 LEN=1151 TOS=0x00 PREC=0x00 TTL=64 ID=40425 DF PROTO=TCP SPT=8080 DPT=1990 WINDOW=6432 RES=0x00 ACK PSH FIN URGP=0 

    Kjell-Olav
      
  • Get rid of the NAT rule and replace it with a masquerade one (you are going outbound, right?). Click on the help button in the upper right to see how to do a masquerade rule...
      
  • I had this Masq rule:
     ADSL_MASQ   Internal_Network__ -> All / All   MASQ__ADSL   None 

    I deleted the NAT and the Masq rule is the only rule I got left... and still no function.... I tried several other (than LimeWire) P2P software - no sucess...

    Kjell-Olav   
Reply
  • I had this Masq rule:
     ADSL_MASQ   Internal_Network__ -> All / All   MASQ__ADSL   None 

    I deleted the NAT and the Masq rule is the only rule I got left... and still no function.... I tried several other (than LimeWire) P2P software - no sucess...

    Kjell-Olav   
Children