Skip to content
Discussion options

You must be logged in to vote

@joestringer I am not sure if this is the "clean" way to do this, but I have everything working!

I created an IP address block in my mikrotik router that is separate from any IP pools controlled via cilium/BGP:

3   192.168.22.1/24     192.168.22.0   bridge1    main

This automatically creates a route as well:

 DAc 192.168.22.0/24   bridge1         main                   0

Now, mikrotik owns a block of IP addresses.

With NetworkManager, this works for a 5 IP block:

sudo nmcli connection add type ethernet ifname enp41s0 con-name primary ipv4.method manual ipv4.addresses "192.168.1.122/24"
sudo nmcli connection modify primary ipv4.gateway "192.168.1.1"
sudo nmcli connection modify primary +…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@TheDarkula
Comment options

@TheDarkula
Comment options

@joestringer
Comment options

@TheDarkula
Comment options

Answer selected by TheDarkula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants