bird.conf before going into Production
Ondrej Filip
feela at network.cz
Sat Mar 26 22:19:05 CET 2011
On 26.3.2011 22:12, info at naucum.net wrote:
> Thank you very much Ondrej. I apreciate it very much.
>
> -----snip------
>
>
>> filter CLIENT_OUT {
>> if source = RTS_BGP then accept;
>> if (net ~ [193.1.1.0/24, 194.1.1.0/24]) then accept;
>> reject;
>> };
>
>
> ----snip------
>
> Have you forget this in the CLIENT_OUT filter? ----> "C.C.C.0/24"
>
>> if (net ~ [193.1.1.0/24, 194.1.1.0/24, C.C.C.0/24]) then accept; ?????
No, you do not want to export client's IPs to the client back. But
this would not cause any problems.
Ondrej
>
>
> Cheers,
> Victor
>
More information about the Bird-users
mailing list