Hi, What i got from ur message is that u need to route everything from interface qfe0 to a destination server's IP.
If this is true, then u can do this by
route add <interface> <destination server's IP>
i.e
route add qfe0 x.x.x.x
Also, since the box is with multiple interface, it will start acting as a router, to stop this do
touch /etc/notrouter and reboot.