diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120522/007383.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20120522/007383.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120522/007383.html b/zarb-ml/mageia-discuss/20120522/007383.html new file mode 100644 index 000000000..5aeaced2f --- /dev/null +++ b/zarb-ml/mageia-discuss/20120522/007383.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Temporarily changing IP address + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Temporarily%20changing%20IP%20address&In-Reply-To=%3C4843de2da776f49af1a10732249ad916.squirrel%40mail.rmail.be%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007382.html"> + <LINK REL="Next" HREF="007385.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Temporarily changing IP address</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Temporarily%20changing%20IP%20address&In-Reply-To=%3C4843de2da776f49af1a10732249ad916.squirrel%40mail.rmail.be%3E" + TITLE="[Mageia-discuss] Temporarily changing IP address">alien at rmail.be + </A><BR> + <I>Tue May 22 16:08:06 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007382.html">[Mageia-discuss] Temporarily changing IP address +</A></li> + <LI>Next message: <A HREF="007385.html">[Mageia-discuss] Temporarily changing IP address +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7383">[ date ]</a> + <a href="thread.html#7383">[ thread ]</a> + <a href="subject.html#7383">[ subject ]</a> + <a href="author.html#7383">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>>>><i> No :-( No difference, even though I restarted the network service, +</I>><i> +</I>><i> Lets start from scratch. +</I>><i> +</I>><i> But first, can you tell me the ip address of the NAS and your laptop's IP +</I>><i> address for eth0. +</I>><i> +</I>><i> After making note of these, put the laptop back to it's original config. +</I>><i> (i.e. remove the manually created interface) and set wlan0 not to come up +</I>><i> on reboot. Then restart so you only have an ip address on eth0. +</I>><i> +</I>><i> Then send me the info. +</I>><i> +</I>><i> Doug +</I> +in fact, if we want it to be even simpler, you could add the ip address +without a alias interface wit iproute2 + +[]# ip addr show eth0 +[]# ip addr add www.xxx.yyy.zzz/netmask dev eth0 + +this will add an ip address on that interface, and + +[]# ip route + +if you're done: + +[]# ip addr del www.xxx.yyy.zzz/netmask dev eth0 + +should now show you a route into that different subnet + +this means, no mess with alias interfaces or separate settings, or anything. + +to be sure, restart shorewall service (in the event it filters on the +interface ip addresses) +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007382.html">[Mageia-discuss] Temporarily changing IP address +</A></li> + <LI>Next message: <A HREF="007385.html">[Mageia-discuss] Temporarily changing IP address +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7383">[ date ]</a> + <a href="thread.html#7383">[ thread ]</a> + <a href="subject.html#7383">[ subject ]</a> + <a href="author.html#7383">[ 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> |