On Thu, February 19, 2015 12:33, Les Mikesell wrote:
Thank you. I was grasping at straws in this case to solve a strange routing problem that turned out to be a misconfigured gateway firewall. It was a very odd error because it only affected one of our off-site net-blocks. So tracking it down cause a little more hair-pulling than usual.
Fixed for now.
On Fri, Feb 20, 2015 at 9:31 AM, James B. Byrne byrnejb@harte-lyne.ca wrote:
If you were to use ip route syntax, I believe you could set a Metric so you have a floating default route out the 192.168.6.0/24 network.
192.168.6.0/24 via 192.168.6.1 metric 10
There may be a way (though not mentioned in the docs below) to accomplish the same thing using network/netmask syntax you used in your example.
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/htm... https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/htm... https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/htm...
Agreed, no need for a route file. Just pull the gateway line from the ifcfg file for the internal network. ( I'm just posting the syntax/alternatives for anybody else's sake. )