Re: problem in defining pool ip addresses in the round robin manner

2011-09-25 Thread Miroslav Lachman
h bagade wrote: [...] for instance, I want to nat ip addresses from 192.168.0.0/24 network to the range of 10.10.10.1- 10.10.20.20 ip addresses in round robin. In pf rule I should list the ip addresses in range one by one like this: nat on $ext_if from { 192.168.0.0/24} to any -> {10.10.10.1,

Re: dynamic loading of pf rules?

2011-09-25 Thread Damien Fleuriot
On 25 Sep 2011, at 12:15, h bagade wrote: > Hello everybody, > > Is there any way to dynamically load pf rules? I mean each part of pf rules > could be loaded and deleted without interruptions to the other parts(e.g. > loading nat rules first then add only altq rules then delete filter rules).

dynamic loading of pf rules?

2011-09-25 Thread h bagade
Hello everybody, Is there any way to dynamically load pf rules? I mean each part of pf rules could be loaded and deleted without interruptions to the other parts(e.g. loading nat rules first then add only altq rules then delete filter rules). ___ freebsd

problem in defining pool ip addresses in the round robin manner

2011-09-25 Thread h bagade
Hi all, I've noticed that there is no way to define pool addresses in the format of networks when it is in the mode of round robin? Is this true? I want to nat IP addresses in to a range of IP addresses in a round robin manner. In the case of round robin I should try the ip addresses one by one on