bind nfs service to nic

Hello everyone,
I am running a RHEL4 server. We have 4 nics, which are paired to create bond0 and bond1. BOND0 is on a vlan which can see our storage system. BOND1 cannot see the storage system. I would like to lock down the system, so that NFS share can only mounted via BOND0. Has anyone done this in the past?

I'm sorry, but maybe I'm missing something?

Is BOND0 and BOND1 is in a different network subnets?

It would be my understanding as long as you reference the BOND1 subnet in the /etc/exportfs on the server side and the /etc/fstab on the client side you are assured that it would not show up on BOND0.

For security purposes, I want to restrict the ability to mount NFS shares to just one interface(BOND0)