Hallo LUG!
Ist es möglich mittels Software die MAC einer Netzwerkkarte zu ändern?
Gruß Tino
Hallo Tino!
Tino Schmidt (Tino.Schmidt@Mailbox.TU-Dresden.de) wrote:
Ist es möglich mittels Software die MAC einer Netzwerkkarte zu ändern?
Bei einer normalen Karte nicht - das ist der Sinn der MAC. Bei manchen WLAN-Karten geht es und bei manchen Notebook-Onboard-Karten. (Die haben sogar manchmal 00:00:00:00:00:00 voreingestellt!)
Gruß, Andreas
On 01.09.03 Andreas Reich (cyraxx@scention.de) wrote:
Tino Schmidt (Tino.Schmidt@Mailbox.TU-Dresden.de) wrote:
Hallo!
Ist es möglich mittels Software die MAC einer Netzwerkkarte zu ändern?
Bei einer normalen Karte nicht - das ist der Sinn der MAC.
Script started on Tue Sep 2 08:52:06 2003 drachi:[~] #ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:51:FC:5F:BB:43 inet addr:192.168.42.4 Bcast:192.168.42.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:11 Base address:0x5000
drachi:[~] #ifdown eth0 drachi:[~] #ifconfig eth0 hw ether 00:50:FC:5F:BB:43 drachi:[~] #ifup eth0 drachi:[~] #ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:50:FC:5F:BB:43 inet addr:192.168.42.4 Bcast:192.168.42.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:11 Base address:0x5000
drachi:[~] #lspci 00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10) drachi:[~] # Script done on Tue Sep 2 08:53:15 2003
Frage an den OP: Was ist Sinn und Zweck der Übung? Fremde IP per DHCP auf Deinem Interface?
H.
am Mon, dem 01.09.2003, um 19:31:27 +0200 mailte Tino Schmidt folgendes:
Hallo LUG!
Ist es möglich mittels Software die MAC einer Netzwerkkarte zu ändern?
Ja, habe es aber noch nicht selbst probiert:
man ifconfig/hw class address
Andreas
Hi Tino,
On Mon, Sep 01, 2003 at 19:31:27 +0200, Tino Schmidt wrote:
Ist es möglich mittels Software die MAC einer Netzwerkkarte zu ändern?
Ja.
ifconfig eth0 hw ether de:ad:be:ef:42:00
Die Karte darf dabei (noch) nicht "up" gesetzt sein.
bye, Chris
Hi!
On Mon, Sep 01, 2003 at 07:31:27PM +0200, Tino Schmidt wrote:
Ist es möglich mittels Software die MAC einer Netzwerkkarte zu ändern?
man ifconfig
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).
also z.B. ifconfig eth0 hw ether 01:23:45:67:89:ab
Dabei darf die Karte noch nicht aktiviert sein, glaube ich.
Bert
lug-dd@mailman.schlittermann.de