06-14-2001
909,
4
Join Date: Oct 2000
Last Activity: 7 May 2009, 12:22 PM EDT
Location: Sacramento, CA
Posts: 909
Thanks Given: 0
Thanked 4 Times in 4 Posts
Check the man page for 'route' as the syntax varies between different versions of Unix. On Linux, for example, you would do something like:
route add -host <I>X.X.X.X</I> netmask <I>X.X.X.X</I> gw <I>X.X.X.X</I> dev <I>interface</I>
replace the X's as apparopriate with your target, netmask, and gateway values.