From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-discuss/20120522/007383.html | 100 ++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarb-ml/mageia-discuss/20120522/007383.html (limited to 'zarb-ml/mageia-discuss/20120522/007383.html') 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 @@ + + + + [Mageia-discuss] Temporarily changing IP address + + + + + + + + + +

[Mageia-discuss] Temporarily changing IP address

+ AL13N + alien at rmail.be +
+ Tue May 22 16:08:06 CEST 2012 +

+
+ +
>>> No :-(  No difference, even though I restarted the network service,
+>
+> Lets start from scratch.
+>
+> But first, can you tell me the ip address of the NAS and your laptop's IP
+> address for eth0.
+>
+> After making note of these, put the laptop back to it's original config.
+> (i.e. remove the manually created interface) and set wlan0 not to come up
+> on reboot.  Then restart so you only have an ip address on eth0.
+>
+> Then send me the info.
+>
+> Doug
+
+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)
+
+ + + + + + + + + + + + +
+

+ +
+More information about the Mageia-discuss +mailing list
+ -- cgit v1.2.1