Maybe someone on this list knows the answer...
How do you add 2 static routes to the same network through different
gateways with different metric sizes? (FBSD 4.0-RELEASE,3.3-RELEASE)
This is legal to do in routing...
Example:
# route add -net 192.168.0.0 -netmask 255.255.255.252 192.168.1.1
# route add -net 192.168.0.0 -netmask 255.255.255.252 192.168.1.2
route: writing to routing socket: File exists
add net 192.168.0.0: gateway 192.168.1.2: File exists
I thought (at 1 time) there was a -metric switch to route(8)? Is
-hopcount associated with that? Can you even add 2 routes to the same
network?
Thanks in adv.
Nick Rogness
- Speak softly and carry a Gigabit switch.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message