From owner-freebsd-questions@FreeBSD.ORG Tue Mar 10 19:40:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E332106564A for ; Tue, 10 Mar 2009 19:40:13 +0000 (UTC) (envelope-from roys1012@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id B16958FC16 for ; Tue, 10 Mar 2009 19:40:12 +0000 (UTC) (envelope-from roys1012@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so832229fgb.35 for ; Tue, 10 Mar 2009 12:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=HBYt2kXZlzxvbA0Nnz3DYVj9SemQSYNLlwRkwxn0g+I=; b=UonILH5vhXWbqlRxTA4DT7Orb7KrVC+12JCvMCUfJQRxupGHJPqSL80gy1XpmIUSQw QOQqcjGt+9clF5VJjJHPEv04JP2lKYoOOOB9fwwqwQpNtl4GXKZrQlqGaMq3i0Ecv25w Bn0l2YYa8qhr+t+pkYvtqo1xjfqI63dslaKT8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aybgPNZVteQJ0B4JfFr9obfLx8druwTf/b4HyrPbREwylx2zXhGGjMnsRdnFs4Bt2o FMmFIYjTBTqfMKYFOdvlkxK5lY2eXbGZgzdFAVNbzM+1iZSMHlGl/IoXj4a/ecY8Z+Em rmUn/MJZNSRfNa4XmIoBB08rvUb7m02PcNDQE= MIME-Version: 1.0 Received: by 10.86.53.8 with SMTP id b8mr5315526fga.13.1236714011531; Tue, 10 Mar 2009 12:40:11 -0700 (PDT) Date: Tue, 10 Mar 2009 20:40:11 +0100 Message-ID: From: Roy Stuivenberg To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: IPFW torrent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 19:40:13 -0000 Hello, I can't seem to get my torrent client working, when ipfw is up. This rules i use in my script for the torrent client (ktorrent) # Sta ktorrent toe naar buiten. $cmd 00283 allow tcp from any to any 50427 out via $pif setup keep-state $cmd 00284 allow udp from any to any 50427 out via $pif keep-state $cmd 00285 allow udp from any to any 50428 out via $pif keep-state $cmd 00286 allow udp from any to any 50429 out via $pif keep-state In my router these ports are open too. I googled about this issue and found this rule .. but It doesn't look safe to me? Looks like everything is open? 520 allow tcp from any to any out keep-state Regards, Roy.