I have an RS6000 with multiple network cards (ip).
I need to set it up so that trafic going out to particular ip addresses goes out of a nominated interface (not en0).
one of the destinations is on the same subnet, the other is not.
I tried
route add -host dest_ip source_ip -interface
The command works, but when I try to connect to the destination it just sits there.
Any clues?
I need to set it up so that trafic going out to particular ip addresses goes out of a nominated interface (not en0).
one of the destinations is on the same subnet, the other is not.
I tried
route add -host dest_ip source_ip -interface
The command works, but when I try to connect to the destination it just sits there.
Any clues?