View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#9
I had no time to post the results

My /etc/network/interfaces is

Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto usb0
iface usb0 inet static
        address 192.168.2.15
        netmask 255.255.255.0
        gateway 192.168.2.14
		
auto wlan0
iface wlan0 inet dhcp
        hwaddress xx:xx:xx:xx:xx:xx
But after booting up the MAC adress is stock...
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post: