Replies: 1 comment
-
I also tried to change config /etc/frr/daemons like this:
but got errors:
|
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
frr version 10.3.
I have docker on host, into docker placed frr and because container use host-network on the host ports for bgpd, zebra etc in listen status. But I need to run frr on host. How to change port for bgpd and etc ?
LISTEN 0 3 127.0.0.1:2601 0.0.0.0:* users:(("zebra",pid=3436238,fd=27))
LISTEN 0 3 0.0.0.0:2623 0.0.0.0:* users:(("mgmtd",pid=3436243,fd=15))
LISTEN 0 128 0.0.0.0:179 0.0.0.0:* users:(("bgpd",pid=3436245,fd=22))
Beta Was this translation helpful? Give feedback.
All reactions