quagga girdi hayatima.-kendim kasindim!-

https://wiki.quagga.net/wiki/index.php/TipsNTricks


cat /etc/quagga/bgpd.conf

password blablabla

router bgp 203555
 network 37.24.11.0/24
 bgp router-id 103.38.19.185
 neighbor 169.254.169.254 remote-as 64515
 neighbor 169.254.169.254 password rdjh&hjgsbjd3
 neighbor 169.254.169.254 ebgp-multihop 2
 neighbor 169.254.169.254 soft-reconfiguration inbound
!

bu asagidaki openbgpd.conf – freebsd uzerinde , hatta yetmedi pfsense uzerinde..
neden diye sorma… routing bilmiyoz diye kimseye caktirmiyoz. denedik yanildik
o denemelerin hatirasi icin

# This file was created by the package manager. Do not edit!

AS 203555
fib-update yes
listen on 104.238.191.198
router-id 104.238.191.198
network 37.27.18.0/24
group "vultr" {
	remote-as 64515
	neighbor 169.254.169.254 {
		descr "vultr"
		tcp md5sig password rdfdf3efdf9C
		announce all  
		multihop 2 
		softreconfig in yes  
		local-address 104.238.191.198
}
}
deny from any
deny to any
allow from 169.254.169.254
allow to 169.254.169.254