On 07/18/2015 10:41 AM, Frank Cox wrote: > I then ran the following three commands: > > ip route add 204.83.15.0/24 dev eth1 table access1 > ip route add default via 204.83.15.254 dev eth1 table access1 > ip rule add from 204.83.15.1/32 lookup access1 ... > Can any of you folks tell me what I've missed? Does the system work correctly if you don't run those "ip route" commands?