Routes Configuration on Host Kalacmul¶
Sturcture of Network¶
The Current Configuration of the Kalacmul Network
mermaid diagram :path: eno1 -> vmbr0 => tun0 => tun1
sudo ip route del 192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.224
sudo ip route add default via 192.168.1.254 dev eno1 proto kernel onlink
sudo ip route add 192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.224
Kalacmul Set Routes¶
1 2 3 4 5 6 7 8 |
|
Last update:
Nov 20, 2024