BIRD raises Unexpected connect from unknown address error in bgp mode #362
IterableTrucks
started this conversation in
General
Replies: 1 comment 3 replies
-
Are you using BGP only allows one session to be established per pair of nodes. It is recommended that you use nodes outside the cluster to establish bgp connections. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I follow the
Use OpenELB in BGP Mode
page step by step but in step 7 the bird machine does not establish any route to bgp-svc service. And the journal of bird service tellsUnexpected connect from unknown address 192.168.0.6 (port 39049)
.There are 5 nodes in k8s: 192.168.0.2(master) 192.168.0.3(worker) 192.168.0.4(worker) 192.168.0.5(worker) 192.168.0.6(worker). And the openelb-manager pod is running on 192.168.0.6.
The bird service is running on the worker node at 192.168.0.3.
bgp-conf.yaml:
bgp-peer.yaml:
bird configuration:
k8s version is 1.26.5
openelb version is v0.5.1
Beta Was this translation helpful? Give feedback.
All reactions