Answers

Oct 28, 2008 - 03:41 AM
Hi all
you can route your traffic through an interface. You only need know the ip address for this virtual interface(192.168.10.1, ce2:1 for example)
then
route add -net 10.15.0.0 -netmask x.x.x.x gateway -setsrc 192.168.10.1
Now all the traffic to 10.1 go through interface ce2:1 (192.168.10.1)
I hope help you
Regards
Juan
you can route your traffic through an interface. You only need know the ip address for this virtual interface(192.168.10.1, ce2:1 for example)
then
route add -net 10.15.0.0 -netmask x.x.x.x gateway -setsrc 192.168.10.1
Now all the traffic to 10.1 go through interface ce2:1 (192.168.10.1)
I hope help you
Regards
Juan

Mar 24, 2009 - 06:45 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
The Quomon Team
Add New Comment