View previous topic :: View next topic |
Author |
Message |
tecknojunky Veteran
Joined: 19 Oct 2002 Posts: 1937 Location: Montréal
|
Posted: Sat Aug 27, 2005 7:22 am Post subject: baselayout bloats |
|
|
I don't get it.
In /etc/conf.d/net.example: Quote: | ...
# MAC changer
# For changing MAC addresses emerge net-analyzer/macchanger
# - to set a specific MAC address
#mac_eth0="00:11:22:33:44:55"
... |
Now, in my view, this leads to confusion because you absolutely have no needs of macchanger if it's only to set a specific mac address, right?
Quote: | ifconfig_eth1=( "1.2.3.4 broadcast 1.2.3.255 netmask 255.255.255.0 hw ether 00:04:E2:AA:BB:CC mtu 1496" ) |
2¢ _________________ (7 of 9) Installing star-trek/species-8.4.7.2::talax. |
|
Back to top |
|
|
ph03n1x l33t
Joined: 06 Feb 2003 Posts: 756
|
Posted: Sat Aug 27, 2005 9:27 am Post subject: |
|
|
Yeah you can changer your mac with ifconfig why should one emerge a program for it. Sorry but reminds me a bit of windows... |
|
Back to top |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3940 Location: Hamburg
|
Posted: Sat Aug 27, 2005 11:11 am Post subject: |
|
|
ph03n1x wrote: | Yeah you can changer your mac with ifconfig | Eehm, and how do you do that with ifconfig ? |
|
Back to top |
|
|
tecknojunky Veteran
Joined: 19 Oct 2002 Posts: 1937 Location: Montréal
|
Posted: Sat Aug 27, 2005 4:06 pm Post subject: |
|
|
toralf wrote: | ph03n1x wrote: | Yeah you can changer your mac with ifconfig | Eehm, and how do you do that with ifconfig ? |
Code: | ifconfig ethX hw ether AA:BB:CC:DD:EE:FF |
Quoting the man page: Quote: | hw class address
Set the hardware address of this interface, if the device driver supports this operation. The keyword must be followed by the
name of the hardware class and the printable ASCII equivalent of the hardware address. Hardware classes currently supported
include ether (Ethernet), ax25 (AMPR AX.25), ARCnet and netrom (AMPR NET/ROM). |
_________________ (7 of 9) Installing star-trek/species-8.4.7.2::talax. |
|
Back to top |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3940 Location: Hamburg
|
Posted: Sat Aug 27, 2005 6:23 pm Post subject: |
|
|
Ah, thanks. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
|