SUMMARY: Routing with two NICs

2007-12-24 21:32:00

Thanks to Brian Sherwood, who responded with a working solution:

> It looks like the route for 172.31.254.0 is installed as a
> host route. Try installing it as a network route.

% route delete 172.31.254.0 10.254.254.1
% route add -net 172.31.254.0 10.254.254.1
% ping 172.31.254.18
172.31.254.18 is alive

Thanks!

Comments

Got something to say?

You must be logged in to post a comment.