summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20120308/006651.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20120308/006651.html')
-rw-r--r--zarb-ml/mageia-discuss/20120308/006651.html126
1 files changed, 126 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120308/006651.html b/zarb-ml/mageia-discuss/20120308/006651.html
new file mode 100644
index 000000000..63395eb44
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20120308/006651.html
@@ -0,0 +1,126 @@
+<!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=%3CCAET1fe6UQVBNbqR7Lh3OT4N-dqr__BnByQJcQJNdGFUiMjWngQ%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="006650.html">
+ <LINK REL="Next" HREF="006652.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] home network using broadband router</H1>
+ <B>e-letter</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20home%20network%20using%20broadband%20router&In-Reply-To=%3CCAET1fe6UQVBNbqR7Lh3OT4N-dqr__BnByQJcQJNdGFUiMjWngQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-discuss] home network using broadband router">inpost at gmail.com
+ </A><BR>
+ <I>Thu Mar 8 23:34:37 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006650.html">[Mageia-discuss] home network using broadband router
+</A></li>
+ <LI>Next message: <A HREF="006652.html">[Mageia-discuss] home network using broadband router
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6651">[ date ]</a>
+ <a href="thread.html#6651">[ thread ]</a>
+ <a href="subject.html#6651">[ subject ]</a>
+ <a href="author.html#6651">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 08/03/2012, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-request at mageia.org</A>
+&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-request at mageia.org</A>&gt; wrote:
+&gt;<i> ------------------------------
+</I>&gt;<i>
+</I>&gt;<i> Message: 6
+</I>&gt;<i> Date: Thu, 8 Mar 2012 01:03:37 +0000
+</I>&gt;<i> From: WALKER RICHARD &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">richard.j.walker at ntlworld.com</A>&gt;
+</I>&gt;<i>
+</I>&gt;<i> OK, it is all looking a lot clearer now. Your router can do what you
+</I>&gt;<i> want, I believe, provided it is on the same network as your 2 PCs.
+</I>&gt;<i>
+</I>
+The computers and router are connected via ethernet cables, within a
+house so I assume that is considered a &quot;same&quot; network.
+
+&gt;<i>
+</I>&gt;<i> The only address left to wonder about is the private network address
+</I>&gt;<i> of the router itself. It has the public address assigned by your ISP
+</I>&gt;<i> on the WWW side, but its LAN address should be in your network range.
+</I>&gt;<i> &gt;From your mask we know that you have &quot;only&quot; 256 addresses to play with
+</I>&gt;<i> so the router should have one of those. That means that the first
+</I>&gt;<i> three octets of the addresses for PC1, PC2 and the router must be the
+</I>&gt;<i> same; probably 192.168.0
+</I>&gt;<i>
+</I>
+Yes, I use such as address to access the router via a web browser.
+
+&gt;<i> If that's the case then you should be able to ping the router and the
+</I>&gt;<i> other PC, and nmap the network. Let's try that again, this time post
+</I>&gt;<i> your output as the only addresses will be private anyway. Don't forget
+</I>&gt;<i> to disable the personal firewalls on the two Mandriva boxes.
+</I>&gt;<i>
+</I>&gt;<i> We are expecting nmap -sP 192.168.0.* to report 3 hosts; the two PCs
+</I>&gt;<i> and the router. If we don't see all three, then as suggested above we
+</I>
+command terminal output:
+
+nmap -sP 192.168.0.*
+
+...
+Nmap scan report for 192.168.0.1
+Host is up (0.00030s latency).
+MAC Address: ... (broadband internet router)
+Nmap scan report for 192.168.0.2
+Host is up (0.00016s latency).
+MAC Address: ... (computer)
+Nmap scan report for 192.168.0.3
+Host is up.
+Nmap done: 256 IP addresses (3 hosts up) scanned in 31.54 seconds
+
+&gt;<i> need to look at the routing tables to make sure they are correctly
+</I>&gt;<i> set. Just enter &quot;route&quot; in a root console on each PC and post that
+</I>&gt;<i> output too.
+</I>&gt;<i>
+</I>route command terminal output (note: personal firewall not disabled at
+the time of writing):
+
+Kernel IP routing table
+Destination Gateway Genmask Flags Metric Ref Use Iface
+192.168.0.0 * 255.255.255.0 U 10 0 0 eth1
+link-local * 255.255.0.0 U 10 0 0 eth1
+loopback * 255.0.0.0 U 0 0 0 lo
+default 192.168.0.1 0.0.0.0 UG 10 0 0 eth1
+
+&gt;<i> The next step, if we need it, is to double-check the configured
+</I>&gt;<i> settings in the router. I hope you can access that from your
+</I>&gt;<i> browser;-)
+</I>&gt;<i>
+</I>
+yes
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006650.html">[Mageia-discuss] home network using broadband router
+</A></li>
+ <LI>Next message: <A HREF="006652.html">[Mageia-discuss] home network using broadband router
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6651">[ date ]</a>
+ <a href="thread.html#6651">[ thread ]</a>
+ <a href="subject.html#6651">[ subject ]</a>
+ <a href="author.html#6651">[ 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>