Hello,
a short question for a short answer:
Which has the higher priority: static or policy routes?
E.g. that I mean:
Static Route: 192.168.10.0/24 via 192.168.0.2 (via eth5)
Policy Route: 192.168.10.5, Port 25 via eth6
eth5: 192.168.0.1/24 (Transfer-LAN to a Switch with IP 192.168.0.2)
eth6: 192.168.10.1/24
The normal way for 192.168.0.x-packets is via 192.168.0.2 (eth5).
But what is when a packet with port 25 comes? Will it route via 192.168.0.2 (eth5) or via eth6 (what is defined in a policy route)?
Ciao, Thorsten
This thread was automatically locked due to age.