ajcamp 0 Newbie Poster

Hey,

I want to bypass my normal gateway on Eth0 and direct connect a cross-over cable from eth1 on one station to eth1 on a second server.

How do I route that?

I want to go from 10.0.0.10 to 10.0.0.11

On 10.0.0.10 I added a host entry to the route table:

# route add -host 10.0.0.11 gw 10.0.0.10 dev eth1

but I can't ping 10.0.0.11

Any ideas?
Thanks
Andrew