Re: get bittorrent to work via pf

2005-07-18 Thread Alexander Farber
Hi, I use a different approach and instead of hardcoding port numbers for mldonkey and BitTorrent run those as a separate user on my lil' firewall: altq on $ext_if priq bandwidth 100Kb queue \ {tcp_ack, ssh_login, other, p2p} queue tcp_ackpriority 7 priq queue ssh_login priority 5

Re: get bittorrent to work via pf

2005-07-16 Thread Erik Wikström
On 2005-07-16 18:29, Vivek Ayer wrote: Can I redirect the port to any registered IP address on the subnet? Or do I have manually add lines of the ip addresses? You'll have to have one rule for each IP since this is traffic initiated from outside, the router/firewall can't know to which of your

Re: get bittorrent to work via pf

2005-07-16 Thread Vivek Ayer
Can I redirect the port to any registered IP address on the subnet? Or do I have manually add lines of the ip addresses? > rdr on $ext_if proto {tcp, udp} from any to $ext_ip port 6881 -> > 192.168.1.38 port 6881 Change to: > rdr on $ext_if proto {tcp, udp} from any to $ext_ip port 6881 -> > ($i

Re: get bittorrent to work via pf

2005-07-15 Thread Jacob Meuser
On Fri, Jul 15, 2005 at 03:53:02PM -0400, Vivek Ayer wrote: > Hi all, > > I was wondering if anyone has gotten bit torrent (6881) as well as > icecasting (8000) to work behind his/her openbsd firewall? What would > I need to add in pf.conf? Thanks. while this question was elready answered, noone

Re: get bittorrent to work via pf

2005-07-15 Thread hellsop
On Fri, Jul 15, 2005 at 04:48:01PM -0500, Shawn K. Quinn wrote: > On Fri, 2005-07-15 at 15:15 -0500, [EMAIL PROTECTED] wrote: > > rdr on $ext_if proto {tcp, udp} from any to $ext_ip port 6881 -> > > 192.168.1.38 port 6881 > > > > has worked for me. Replace 192.168.1.38 with the address of the > >

Re: get bittorrent to work via pf

2005-07-15 Thread Shawn K. Quinn
On Fri, 2005-07-15 at 15:15 -0500, [EMAIL PROTECTED] wrote: > rdr on $ext_if proto {tcp, udp} from any to $ext_ip port 6881 -> > 192.168.1.38 port 6881 > > has worked for me. Replace 192.168.1.38 with the address of the > machine you want to allow to play on BT. You don't need UDP for BitTorrent,

Re: get bittorrent to work via pf

2005-07-15 Thread hellsop
On Fri, Jul 15, 2005 at 03:53:02PM -0400, Vivek Ayer wrote: > Hi all, > > I was wondering if anyone has gotten bit torrent (6881) as well as > icecasting (8000) to work behind his/her openbsd firewall? What would > I need to add in pf.conf? Thanks. rdr on $ext_if proto {tcp, udp} from any to $ext

Re: get bittorrent to work via pf

2005-07-15 Thread Melameth, Daniel D.
I played with BitTorrent for the first time a few weeks ago and I imagine you'll need to redirect these inbound requests to the specific host that is running the software. While I modify the base rule set with anchors when this is in use, the premise is the same regardless. meth is the host runni