Overview
Kerio Control allows you to view and edit the IPv4 and IPv6 routing tables. Kerio Control works with the operating system's routing table as well as with the static routes created in Kerio Control.
Solution
To modify the routing table, in the administration interface, go to the Routing Table section. Note separate tabs for IPv4 and IPv6.
NOTE
If multiple Internet links are in network load balancing mode, Kerio Control displays only a single default route which is routed through the link with the highest link weight.
Route types
The following route types are available:
- System routes — These routes are downloaded from the operating system’s routing table. You cannot to edit or delete these routes from the Kerio Control's UI. They can be removed via SSH using the commands below.
route del -net IP Address gw Gateway address netmask Mask address dev network system name
- VPN routes — These routes are visible in the table in the Interfaces column when tunnels are in the Up state. Kerio Control shows all routes configured in IPsec VPN tunnel settings and all routes accessible behind the Kerio VPN tunnel. To create VPN routes, go to the Interfaces section.
- Static routes — Kerio Control saves static routes to the configuration file and adds them to the system routing table. You can add, modify, remove or temporarily disable these routes.
Modifying static routes in the IPv4 routing table
- In the administration interface, go to Routing Table > IPv4 Routing Table.
- Click Add.
- In the Name field, type the route name.
- In the Network field, type an IP subnet.
- In the Mask field, type a mask defining the subnet.
- In the Interface menu, select the interface.
- In the Gateway field, type the IP address of the gateway (if necessary).
- In the Metric field, type the number that defines the route's priority.
Modifying routes in the IPv6 routing table
- In the administration interface, go to Routing Table > IPv6 Routing Table.
- Click Add.
- In the Name field, type the route name.
- In the Prefix field, type an IP subnet.
- In the Prefix length field, type a prefix.
- In the Interface menu, select the interface.
- In the Gateway field, type the IP address of the gateway (if it is necessary).
- In the Metric field, type the number that defines the route's priority.