Re: nfs mount w/o dhcp

Justin Piszcz <[email protected]> Thu, 5 Jun 2008 08:09:37 -0400 (EDT)
Newsgroups org.kernel.vger.linux-admin
Message-ID <[email protected]>

On Thu, 5 Jun 2008, Gery wrote:

> Hi All,
>
> I have Linux on embedded device and another linux machine, both
> connected to bridge. which is not in the main network (no dhcp).
> I can do ping, but  can't mount nfs from  embedded to  desktop.
> If both connected to the  main network, same nfs mount works.
>
> I want to solve it. My mount command is
> mount -o nolock,tcp 192.168.1.1:/opt /.mnt/opt
> Can i configure nfs on desktop somehow to solve it?
>
> Zaphod
> --
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

You need to make sure the appropriate routes are set on the bridge for 
network_A to traverse over to network_B.

Justin.