Re: more 1 than client can use same port from router (for bittorrent)

2005-08-18 Thread Ray Lai
On Sat, Aug 06, 2005 at 05:19:46PM +0200, Erik Wikstrvm wrote:
> On 2005-08-06 16:48, Vivek Ayer wrote:
> >Hi guys,
> >
> >I was wondering if it was possible to port forward the same port to
> >more than one client behind a router. Currently, my client is the only
> >one using bittorrent behind the router. I have this in /etc/pf.conf:
> >
> >rdr pass on $ext_if proto tcp to port 6881:6889 -> 192.168.0.3 port 
> >6881:6889
> >
> >What do I do if other people on the subnet wanted to use the same
> >ports (6881:6889) to use bittorrent (clients other than 192.168.0.3)?
> >Thanks.
> 
> Sorry, no can do. The other clients would have to use a BT-client where
> they can specify the port(s) to use and forward those to the right one.

Or round-robin redirect to each client and pray.  With so many
connections, it might not even be noticable.

-Ray-



Re: more 1 than client can use same port from router (for bittorrent)

2005-08-06 Thread Erik Wikström

On 2005-08-06 16:48, Vivek Ayer wrote:

Hi guys,

I was wondering if it was possible to port forward the same port to
more than one client behind a router. Currently, my client is the only
one using bittorrent behind the router. I have this in /etc/pf.conf:

rdr pass on $ext_if proto tcp to port 6881:6889 -> 192.168.0.3 port 6881:6889

What do I do if other people on the subnet wanted to use the same
ports (6881:6889) to use bittorrent (clients other than 192.168.0.3)?
Thanks.


Sorry, no can do. The other clients would have to use a BT-client where
they can specify the port(s) to use and forward those to the right one.

--
Erik Wikstrvm



Re: more 1 than client can use same port from router (for bittorrent)

2005-08-06 Thread ddp
On 8/6/05, Vivek Ayer <[EMAIL PROTECTED]> wrote:
> Hi guys,
> 
> I was wondering if it was possible to port forward the same port to
> more than one client behind a router. Currently, my client is the only
> one using bittorrent behind the router. I have this in /etc/pf.conf:
> 
> rdr pass on $ext_if proto tcp to port 6881:6889 -> 192.168.0.3 port 6881:6889
> 
> What do I do if other people on the subnet wanted to use the same
> ports (6881:6889) to use bittorrent (clients other than 192.168.0.3)?
> Thanks.
> 
> Vivek
> 
> 

I think some better bittorrent applications allow you to configure the
ports you want to use.  Have them use a different range.

ddp