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 to
On I added a host entry to the route table:
# route add -host gw dev eth1
but I can't ping
Any ideas?
Thanks
Andrew