From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justin Piszcz Subject: Re: nfs mount w/o dhcp Date: Thu, 5 Jun 2008 08:09:37 -0400 (EDT) Message-ID: References: <4848281C.9080600@gmail.com> Mime-Version: 1.0 Return-path: In-Reply-To: <4848281C.9080600@gmail.com> Sender: linux-admin-owner@vger.kernel.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii"; format="flowed" Content-Transfer-Encoding: 7bit To: Gery Cc: linux-admin@vger.kernel.org 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 majordomo@vger.kernel.org > 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.