Host interface routing
-
I just finish install TNSR. How can I add a default route for management on host interface? There is no doc about routing on host interface.
Thanks -
-
Thank you.
So the default routing table is for host. Others tables will be used for TNSR network interfaces. -
the other network interface are hidden and you can't use it under centos if they are assigned to the dataplane
to manage the route of the dataplane you need to do it with clixon_cli ->
https://docs.netgate.com/tnsr/en/latest/routing/manage.htmlexample (i'm using random ip here just to show you):
sudo /usr/bin/clixon_cli config route ipv4 table ipv4-VRF:0 route 172.18.0.0/24 next-hop 0 via 192.168.150.2 exit exit show route
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.