BIRD 1.3.11 (ports) on FreeBSD 9.1-p7
Markus Grundmann
markus at freebsduser.eu
Wed Oct 9 13:50:49 CEST 2013
Soo! I have modified the BIRD configuration.This seems better than before.
In my last post you can see that 8X.2X.32.211 was routed via
8X.2X.32.192 (= error; Network address) and now ...
# route -n get 8X.2X.32.211
route to: 8X.2X.32.211
destination: 8X.2X.32.211
gateway: 8X.2x.32.211
interface: vlan2
flags: <UP,GATEWAY,HOST,DONE,PROTO1>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
The new configuration see below.
[OK! OK! The label of the filter is "bull..it" but it works ;-)]
A little bit coriuos is that all services are available from outside but
I can't login from host in the broadcast doamin.
--SNIP--
filter nodirect_kernel {
if net ~ [8X.2X.32.192/27] then reject;
accept;
}
protocol direct {
interface "vlan*";
}
protocol kernel {
learn;
persist;
scan time 20;
import filter nodirect_kernel;
export all;
}
--SNAP--
On 10/09/2013 12:54 PM, Alexander V. Chernikov wrote:
> if net ~ [8X.2X.32.216/28, ...] then reject;
> accept;
Thank you very much Alexander!!!
--
Best regards,
Markus
More information about the Bird-users
mailing list