Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] To Wifi or not to Wifi...
Date: Wed, 29 Jul 2015 18:10:31
Message-Id: 20150729181013.GG4384@solfire
In Reply to: Re: [gentoo-user] To Wifi or not to Wifi... by Mick
1 Mick <michaelkintzios@×××××.com> [15-07-29 20:08]:
2 > On Wednesday 29 Jul 2015 16:05:10 Meino.Cramer@×××.de wrote:
3 > > Thanasis <thanasis@××××××××××.org> [15-07-29 16:38]:
4 > > > On 07/29/2015 05:42 AM, Meino.Cramer@×××.de wrote:
5 > > > <...snip...>
6 > > >
7 > > > >2) How I can assign a static IP to my tablet.
8 > > >
9 > > > At the end of /etc/dhcp/dhcpd.conf add a line like
10 > > >
11 > > > host mytablet { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address
12 > > > xxx.xxx.xxx.xxx; }
13 > > >
14 > > > >3) How I can change the MAC on my tablet.
15 > > >
16 > > > What is the OS on the tablet?
17 > >
18 > > Hi Thanasis,
19 > >
20 > > thanks for your help!
21 > > I didn't thought of "dynamically" assigning a fixed IP to
22 > > my tablet via DHCPd (my fault). But this is an elegant solution
23 > > for this!
24 >
25 > If your client is running dhcpcd, then
26 >
27 > --request 123.456.78.9 #will request this address from the server
28 >
29 > --inform 123.456.78.9/24 #will inform the server of this address
30 >
31 >
32 > > The tablet runs Android Lollipop 5.0. The tablet is an
33 > > ASUS MeMO Pad 7 (ME176CX).
34 >
35 > To set the IP address manually:
36 >
37 > ifconfig wlan0 123.456.78.9
38 >
39 > or
40 >
41 > ip addr add 123.456.78.9 dev wlan0
42 >
43 > depending on the commands that come with this distro.
44 >
45 >
46 > To change the MAC address manually:
47 >
48 > ifconfig wlan0 hw ether 00:AA:BB:CC:DD:FF
49 >
50 > or
51 >
52 > ip link set wlan0 address 00:AA:BB:CC:DD:FF
53 >
54 >
55 > Reboot to get back what you had originally.
56 >
57 > --
58 > Regards,
59 > Mick
60
61 Hi Mick,
62
63 !!!GREAT!!! Exactly what I am searching for! BEST!
64 Thank you VERY much! :) 8)
65
66 Best regards,
67 Meino