Re: rtorrent under pf

2008-08-06 Thread Mark Picone
That should be: '$rt keep state' not '$rt_tcp keep state' and '$rt_udp keep state' Mark Picone wrote: Hi, Have you done these things? 1. Setup ~/.rtorrent.rc properly 2. Change default ports for rtorrent. eg: 'port_range = 22145-22245' 3. Ensure pf is setup correctly. eg: net_if = "rl0"

Re: rtorrent under pf

2008-08-06 Thread Mark Picone
Hi, Have you done these things? 1. Setup ~/.rtorrent.rc properly 2. Change default ports for rtorrent. eg: 'port_range = 22145-22245' 3. Ensure pf is setup correctly. eg: net_if = "rl0" rt = "{ 22145-22245 }" pass in on $net_if proto tcp from any to any port $rt_tcp keep state pass in o