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 internal IPs
the traffic should go.

rdr on $ext_if proto {tcp, udp} from any to $ext_ip port 6881 ->
($int_if:network) port 6881

This, I think, will lead to a kind of loadbalancing.

--
Erik Wikstrvm

Reply via email to