26 Mar
2011
26 Mar
'11
9:35 p.m.
I understand. Thank you! Bye, Victor
On 26.3.2011 22:12, info@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