Let me be a little more clear:
if you need a specific route for a specific network, see man route
if you've got a vps responding on a different interface from the
default host, you might want to set the interface for the vps as the
default interface for that particular vps by:
route add -host vps.ip.add.ress gw <dev>
which looks like
route add -host 192.168.0.1 gw eth1
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to