Can you provide some logs?
My bird.conf is like:
# BIRD version 2.0.7
filter export_amprnet { /* export to vultr */ if net ~ [ 44.xx.yy.0/23+ ] then accept; else reject; }
protocol direct {
# necessary for bird to know that you have addresses configured on your linux # I have /24 addresses on lo dummy0, and some other stuff on ens7
interface "lo"; interface "dummy*"; interface "ens7"; ipv4 { import all; }; ipv6 { import all; }; }
protocol bgp vultr { /* upstream */ local as xxxxx; source address xxx.xxx.xxx.xxx; neighbor 169.254.169.254 as 64515; password "xxx.xxx.xxx.xxx"; multihop 2; ipv4 { import all; export filter export_amprnet; }; }
These are the relevant parts. Bird is a lot of fun, happy routing!
Warm Regards,
Quan BH1XQV
Best Regards,
Quan BH1XQV
On 4/4/21 PM0:06, Eric Fort via 44Net wrote:
Yes I power cycled the instance from the control panel. The issue seems to be that bird chokes on the config file and promptly dies.
Eric.
Sent using SMTP.
On Apr 3, 2021, at 8:32 PM, Dave Gingrich via 44Net 44net@mailman.ampr.org wrote:
Did you power cycle the VM from their control panel? A ‘reboot’ from the OS is not enough.
— Dave K9DC
On Apr 3, 2021, at 23:19, Eric Fort via 44Net 44net@mailman.ampr.org wrote:
If you use bgp with vultr could you please share your bird.conf. I finally have 44.18.28.0/22 on my account and I thought I had bird.conf correct...... but bird dies immediately when I try to start it.
Eric Af6ep
44Net mailing list 44Net@mailman.ampr.org https://mailman.ampr.org/mailman/listinfo/44net
44Net mailing list 44Net@mailman.ampr.org https://mailman.ampr.org/mailman/listinfo/44net