diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120309/006658.html')
| -rw-r--r-- | zarb-ml/mageia-discuss/20120309/006658.html | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120309/006658.html b/zarb-ml/mageia-discuss/20120309/006658.html new file mode 100644 index 000000000..c3cf64931 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120309/006658.html @@ -0,0 +1,141 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] home network using broadband router + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20home%20network%20using%20broadband%20router&In-Reply-To=%3CCAJWAV%2BFoHY84AqHoc2GMG1Q1jcrD4BH%3DU8S2Pzxuw_0v7qq%3DwQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006657.html"> + <LINK REL="Next" HREF="006659.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] home network using broadband router</H1> + <B>WALKER RICHARD</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20home%20network%20using%20broadband%20router&In-Reply-To=%3CCAJWAV%2BFoHY84AqHoc2GMG1Q1jcrD4BH%3DU8S2Pzxuw_0v7qq%3DwQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] home network using broadband router">richard.j.walker at ntlworld.com + </A><BR> + <I>Fri Mar 9 03:43:38 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="006657.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI>Next message: <A HREF="006659.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6658">[ date ]</a> + <a href="thread.html#6658">[ thread ]</a> + <a href="subject.html#6658">[ subject ]</a> + <a href="author.html#6658">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I found a problem with the NFS server in Mageia 1 which doesn't seem +to exist on Mandriva 2010.0 (haven't checked 2010.2 yet - later - +bedtime now). + +Although everything worked the first time, when the server was first +set up, it has consistently failed to work since then. The personal +firewall doesn't make any difference so it can be on or off. It seems +to be a problem with the way rpc.mountd works. The Mandriva versions +of nfs server may not use this method to handle remote mount requests +- like I said, I'll check. + +I can dodge the problem by commenting out the +RPCMOUNTD_OPTIONS="--port 4003" line in the /etc/sysconfig/nfs-server +configuration file. + +zzzzzzzz + +Richard + +On 09/03/2012, imnotpc <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">imnotpc at rock3d.net</A>> wrote: +><i> On 03/08/2012 05:16 PM, e-letter wrote: +</I>>><i> On 08/03/2012, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-request at mageia.org</A> +</I>>><i> <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-request at mageia.org</A>> wrote: +</I>>>><i> ------------------------------ +</I>>>><i> /Message: 5 +</I>>>><i> Date: Wed, 07 Mar 2012 19:47:23 -0500 +</I>>>><i> From: imnotpc<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">imnotpc at Rock3d.net</A>> +</I>>>><i> +</I>>>><i> @ e-letter - I read your original post and you indicated that you were +</I>>>><i> having trouble setting up nfs using Mandriva/Mageia, but that you were +</I>>>><i> able to connect to the internet. Correct? Well if you're using dhcp to +</I>>>><i> assign IP addresses, of course it's hard to set up nfs. For persistent +</I>>>><i> connections an nfsv4 client uses an entry in fstab to mount a remote +</I>>>><i> file system at boot. This requires a fixed server name or fixed server +</I>>>><i> IP address, neither of which is provided by a default router dhcp setup. +</I>>>><i> There may be ways to work around this, but why bother? Why not just +</I>>>><i> assign fixed IPs and be done with it? It only takes a few minutes and +</I>>>><i> your nfs connections will always survive reboots. +</I>>>><i> +</I>>><i> Correct, internet connection is always achieved. DHCP is used because +</I>>><i> the ISP does not provide fixed IP address; dynamic IP address is +</I>>><i> acceptable for my basic internet access needs. I do not think I am +</I>>><i> able to assign fixed IP addresses. +</I>><i> +</I>><i> I am obviously not familiar with the ISP or hardware you are using, but +</I>><i> every dsl router/cable modem/switch that I've ever seen has 2-3 +</I>><i> interfaces. One interface that connects to the ISP (they often call this +</I>><i> the WAN), one to the LAN (your local network), and optionally one to a +</I>><i> wireless network. If your computer has a 192.168.x.x address then that +</I>><i> was assigned by the router in your basement, not the ISP. +</I>><i> +</I>><i> For the connection to the ISP, your router is a dhcp *client* (unless +</I>><i> you pay for a static IP). You should never mess with that interface or +</I>><i> you will spend many hours in customer service hell trying to repair your +</I>><i> connection. +</I>><i> +</I>><i> For your LAN interface (and wireless interface if you have it) your +</I>><i> router is a dhcp *server* and your computers are the dhcp clients. These +</I>><i> interfaces are configurable by the end user (you) and can be changed to +</I>><i> *not* be a dhcp server, but to be a fixed IP gateway. You should also be +</I>><i> able to leave dhcp enabled and still assign fixed IP addresses to +</I>><i> certain hardware, but this depends on the router. In any case the ISP +</I>><i> router/modem/switch forwards the traffic from this connection through +</I>><i> the WAN interface to the ISP servers and the rest of the internet. +</I>><i> +</I>><i> If you want to change the LAN settings on your router, you can usually +</I>><i> do this through an http connection on modern hardware. You should +</I>><i> connect to the router from a wired connection. Some hardware also allows +</I>><i> wireless connections to the administrative interface but this incredibly +</I>><i> insecure since anyone within range can re-program your network using the +</I>><i> default username/password combinition. Anyway, you usually use a web +</I>><i> browser and go to something like "<A HREF="http://www.routerlogin.net">http://www.routerlogin.net</A>". The exact +</I>><i> site name, username, and password is often printed somewhere on the +</I>><i> router, or you can get your model number and do a search on the internet +</I>><i> for the manual which usually has this info. +</I>><i> +</I>><i> It's just a network interface and it's not really any different from +</I>><i> configuring your PC interface. If you want to go this route I can offer +</I>><i> some advice, but you really need a copy of the manual on your desktop +</I>><i> before you start messing with this stuff. Especially since you've never +</I>><i> done it before. +</I>><i> +</I>><i> Jeff +</I>><i> +</I>><i> +</I></PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006657.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI>Next message: <A HREF="006659.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6658">[ date ]</a> + <a href="thread.html#6658">[ thread ]</a> + <a href="subject.html#6658">[ subject ]</a> + <a href="author.html#6658">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |
