I am running some daemons, including postfix on FIB 1 which has specific rules but the same gateway as the default routing table. In FreeBSD this was working just fine, but after the upgrade, the command
Just to make it clear, 192.168.1.1 is my default route and is reachable.
Does someone know what is wrong or what has changed in 10.1?
The problem is similar to this one http://lists.freebsd.org/pipermail/freebsd-stable/2014-September/079900.html but I am not using jails and he says his configuration works, probably he copies the entries from default routing table while I don't (net.add_addr_allfibs=0)
Some more details about the configuration: the default routing table is set to OpenVPN which applies some restrictions I don't want and pushes its own routing rules to default routing table. That's why some of my daemons are set to use second routing table which doesn't use the VPN.
setfib 1 route add default 192.168.1.1
fails with:
Code:
route: writing to routing socket: Network is unreachable
add net default: gateway 192.168.1.1 fib 1: Network is unreachable
Just to make it clear, 192.168.1.1 is my default route and is reachable.
Does someone know what is wrong or what has changed in 10.1?
The problem is similar to this one http://lists.freebsd.org/pipermail/freebsd-stable/2014-September/079900.html but I am not using jails and he says his configuration works, probably he copies the entries from default routing table while I don't (net.add_addr_allfibs=0)
Some more details about the configuration: the default routing table is set to OpenVPN which applies some restrictions I don't want and pushes its own routing rules to default routing table. That's why some of my daemons are set to use second routing table which doesn't use the VPN.