Re: nfs mount w/o dhcp
am 05.06.2008 14:09:37 von Justin Piszcz
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.
--
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
Re: nfs mount w/o dhcp
am 05.06.2008 14:19:45 von Axl Purushu
What is the error or other messages related to nfs in the system logs ?
-Anup
On Thu, 2008-06-05 at 13:53 -0400, 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
>
--
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
nfs mount w/o dhcp
am 05.06.2008 19:53:32 von gery
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