Several bugreports
Ondrej Zajicek
santiago at crfreenet.org
Sat Jun 28 11:25:16 CEST 2008
In previous mail i forgot to attach configurations.
--
Elen sila lumenn' omentielvo
Ondrej 'SanTiago' Zajicek (email: santiago at crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
-------------- next part --------------
log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug };
router id 192.168.37.1;
protocol device {
scan time 10; # Scan interfaces every 10 seconds
}
protocol direct {
import filter {
if (net.len = 32)
then reject;
else accept;
};
}
protocol static {
route 192.168.37.48/29 via 192.168.37.96;
route 192.168.10.24/32 via 192.168.31.17;
}
protocol kernel {
# learn; # Learn all alien routes from the kernel
persist; # Don't remove routes on bird shutdown
scan time 20; # Scan kernel routing table every 20 seconds
# import none; # Default is import all
# export all; # Default is export none
}
protocol ospf ospf1 {
export all;
area 0 {
stub no;
interface "ath1" {
cost 100;
hello 1;
retransmit 1;
wait 7;
dead 5;
type pointopoint;
# type broadcast;
};
interface "tfm" {
cost 150;
hello 1;
retransmit 1;
wait 7;
dead 5;
type pointopoint;
};
interface "ath*" {
cost 500;
hello 1;
retransmit 1;
wait 7;
dead 5;
type broadcast;
};
interface "wlan*" {
cost 500;
hello 1;
retransmit 1;
wait 7;
dead 5;
type broadcast;
};
interface "eth*" {
cost 10;
hello 1;
retransmit 1;
wait 7;
dead 5;
type broadcast;
};
};
}
-------------- next part --------------
log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug };
router id 81.92.145.129;
protocol device {
scan time 10; # Scan interfaces every 10 seconds
}
protocol direct {
import filter {
if (net.len = 32)
then reject;
else accept;
};
}
protocol static {
import all;
route 0.0.0.0/0 via 81.92.148.242;
}
protocol kernel {
# learn; # Learn all alien routes from the kernel
persist; # Don't remove routes on bird shutdown
scan time 20; # Scan kernel routing table every 20 seconds
# import none; # Default is import all
# export all; # Default is export none
}
protocol ospf ospf1 {
# export all;
export filter {
if (source = RTS_STATIC)
then accept;
else reject;
};
area 0 {
stub no;
interface "ath4" {
cost 1000;
hello 1;
retransmit 1;
wait 7;
dead 5;
type pointopoint;
};
interface "tfm" {
cost 150;
hello 1;
retransmit 1;
wait 7;
dead 5;
type pointopoint;
};
};
}
More information about the Bird-users
mailing list