home.social

#frrouting — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #frrouting, aggregated by home.social.

  1. Катастрофоустойчивый Kubernetes: как использовать балансировщик MetalLB с BGP-anycast

    Клиенты часто спрашивают, как построить геораспределенный и катастрофоустойчивый

    habr.com/ru/companies/selectel

    #k8s #metallb #anycast #frrouting #selectel

  2. Катастрофоустойчивый Kubernetes: как использовать балансировщик MetalLB с BGP-anycast

    Клиенты часто спрашивают, как построить геораспределенный и катастрофоустойчивый

    habr.com/ru/companies/selectel

    #k8s #metallb #anycast #frrouting #selectel

  3. Катастрофоустойчивый Kubernetes: как использовать балансировщик MetalLB с BGP-anycast

    Клиенты часто спрашивают, как построить геораспределенный и катастрофоустойчивый

    habr.com/ru/companies/selectel

    #k8s #metallb #anycast #frrouting #selectel

  4. Катастрофоустойчивый Kubernetes: как использовать балансировщик MetalLB с BGP-anycast

    Клиенты часто спрашивают, как построить геораспределенный и катастрофоустойчивый

    habr.com/ru/companies/selectel

    #k8s #metallb #anycast #frrouting #selectel

  5. Is anyone using #frrouting in #guix? I'm trying to get babeld to run over my VPN network. I've got it running on the remote end where it's OpenWrt, I want to start frrouting on my #guixrouter and have it start babeld and use similar settings, it look like /gnu/store/...-frrouting/sbin/frrinit.sh should be run to start the daemons and it'll default to looking in /etc/frr/daemons and /etc/frr/frr.conf

    but is there a guix approved way to get this up and running or is it roll-your-own?

  6. Is anyone using #frrouting in #guix? I'm trying to get babeld to run over my VPN network. I've got it running on the remote end where it's OpenWrt, I want to start frrouting on my #guixrouter and have it start babeld and use similar settings, it look like /gnu/store/...-frrouting/sbin/frrinit.sh should be run to start the daemons and it'll default to looking in /etc/frr/daemons and /etc/frr/frr.conf

    but is there a guix approved way to get this up and running or is it roll-your-own?

  7. Is anyone using #frrouting in #guix? I'm trying to get babeld to run over my VPN network. I've got it running on the remote end where it's OpenWrt, I want to start frrouting on my #guixrouter and have it start babeld and use similar settings, it look like /gnu/store/...-frrouting/sbin/frrinit.sh should be run to start the daemons and it'll default to looking in /etc/frr/daemons and /etc/frr/frr.conf

    but is there a guix approved way to get this up and running or is it roll-your-own?

  8. Is anyone using #frrouting in #guix? I'm trying to get babeld to run over my VPN network. I've got it running on the remote end where it's OpenWrt, I want to start frrouting on my #guixrouter and have it start babeld and use similar settings, it look like /gnu/store/...-frrouting/sbin/frrinit.sh should be run to start the daemons and it'll default to looking in /etc/frr/daemons and /etc/frr/frr.conf

    but is there a guix approved way to get this up and running or is it roll-your-own?

  9. Is anyone using #frrouting in #guix? I'm trying to get babeld to run over my VPN network. I've got it running on the remote end where it's OpenWrt, I want to start frrouting on my #guixrouter and have it start babeld and use similar settings, it look like /gnu/store/...-frrouting/sbin/frrinit.sh should be run to start the daemons and it'll default to looking in /etc/frr/daemons and /etc/frr/frr.conf

    but is there a guix approved way to get this up and running or is it roll-your-own?

  10. I am confused by FRR.

    docs.frrouting.org/en/latest/b

    "-l, --listenon - Specify specific IP addresses for bgpd to listen on[...] Note that this option implies the –no_kernel option, and no learned routes will be installed into the linux kernel."

    But they are installed into the kernel table! I can see it (with ip -6 route show table 50).

    Is this because it's an bgpd option, and the routes go via zebra instead?

    Config:
    privatebin.net/?6461c22964ba20
    and
    privatebin.net/?34bd84b23b49a5

    And even if it did. what if I want to run multiple instances of bgpd and to install the routes into the kernel?

    edit:

    The docs seem to be wrong. Adding "-n", the routes are indeed not installed in the routing table.

    #frr #frrouting

  11. I am confused by FRR.

    docs.frrouting.org/en/latest/b

    "-l, --listenon - Specify specific IP addresses for bgpd to listen on[...] Note that this option implies the –no_kernel option, and no learned routes will be installed into the linux kernel."

    But they are installed into the kernel table! I can see it (with ip -6 route show table 50).

    Is this because it's an bgpd option, and the routes go via zebra instead?

    Config:
    privatebin.net/?6461c22964ba20
    and
    privatebin.net/?34bd84b23b49a5

    And even if it did. what if I want to run multiple instances of bgpd and to install the routes into the kernel?

    edit:

    The docs seem to be wrong. Adding "-n", the routes are indeed not installed in the routing table.

    #frr #frrouting

  12. I am confused by FRR.

    docs.frrouting.org/en/latest/b

    "-l, --listenon - Specify specific IP addresses for bgpd to listen on[...] Note that this option implies the –no_kernel option, and no learned routes will be installed into the linux kernel."

    But they are installed into the kernel table! I can see it (with ip -6 route show table 50).

    Is this because it's an bgpd option, and the routes go via zebra instead?

    Config:
    privatebin.net/?6461c22964ba20
    and
    privatebin.net/?34bd84b23b49a5

    And even if it did. what if I want to run multiple instances of bgpd and to install the routes into the kernel?

    edit:

    The docs seem to be wrong. Adding "-n", the routes are indeed not installed in the routing table.

    #frr #frrouting

  13. I am confused by FRR.

    docs.frrouting.org/en/latest/b

    "-l, --listenon - Specify specific IP addresses for bgpd to listen on[...] Note that this option implies the –no_kernel option, and no learned routes will be installed into the linux kernel."

    But they are installed into the kernel table! I can see it (with ip -6 route show table 50).

    Is this because it's an bgpd option, and the routes go via zebra instead?

    Config:
    privatebin.net/?6461c22964ba20
    and
    privatebin.net/?34bd84b23b49a5

    And even if it did. what if I want to run multiple instances of bgpd and to install the routes into the kernel?

    edit:

    The docs seem to be wrong. Adding "-n", the routes are indeed not installed in the routing table.

    #frr #frrouting

  14. FLOSS Weekly Episode 815: You Win Some, You Lose Some - This week, Jonathan Bennett and Randal chat with Matija Šuklje about Open Source a... - hackaday.com/2025/01/08/floss- #hackadaycolumns #flossweekly #frrouting #podcasts

  15. FLOSS Weekly Episode 815: You Win Some, You Lose Some - This week, Jonathan Bennett and Randal chat with Matija Šuklje about Open Source a... - hackaday.com/2025/01/08/floss- #hackadaycolumns #flossweekly #frrouting #podcasts

  16. FLOSS Weekly Episode 815: You Win Some, You Lose Some - This week, Jonathan Bennett and Randal chat with Matija Šuklje about Open Source a... - hackaday.com/2025/01/08/floss- #hackadaycolumns #flossweekly #frrouting #podcasts

  17. FLOSS Weekly Episode 815: You Win Some, You Lose Some - This week, Jonathan Bennett and Randal chat with Matija Šuklje about Open Source a... - hackaday.com/2025/01/08/floss- #hackadaycolumns #flossweekly #frrouting #podcasts