我的服务器应该routes
通过RIP
.
我已经尝试过Bird
on Ubuntu 10.04
。
服务器应该使用 interface 选项passive
。
(接收路由而不发送)
protocol kernel {
persist;
scan time 20;
export all;
}
protocol device {
scan time 10;
}
protocol rip {
export none;
import all;
interface "eth0" {
passive yes;
};
debug all;
}
如果我开始鸟,我会得到
bird: /etc/bird.conf, line 15: syntax error