Mounting an nfs directory in UNIX on a system with two NICs

Posted by William on Super User See other posts from Super User or by William
Published on 2010-06-02T13:26:06Z Indexed on 2010/06/02 13:34 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

Hi, I'm trying to mount a folder located at 10.0.0.1:/pxe/ on eth1 but I'm not sure how to do this with two NICs enabled. The command mount 10.0.0.1:/pxe/ /mnt/pxe/ works fine when I only am using the one NIC the appropriate machine is on, but how can I specify to use eth1 when eth0 is also enabled? Thank you.

© Super User or respective owner

Related posts about linux

Related posts about networking