Hi all,
I want to create a host routing entry that points to an interface, e.g. I want that all traffic to address 1.2.3.4 goes through interface 1.
"route add 1.2.3.4 IF 1" does not work, route requires a netmask and a gateway. This is something I don't have. A single host has no netmask and I don't have a gateway on the other end of the interface.

Any suggestions?