Re: Ethernet ( MAC ) Address Reliability
From: Oleg K.Artemjev (olli_at_rbauto.ru)
Date: 09/15/03
- Previous message: Alfred Huger: "Results of the vote query"
- In reply to: PLANZ: "Re: Ethernet ( MAC ) Address Reliability"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 15 Sep 2003 12:06:31 +0400 To: vuln-dev@securityfocus.com
On Thu, 11 Sep 2003 15:30:03 +0800
"PLANZ" <planz235@hotmail.com> wrote:
> There is an interesting tool SMAC (http://www.klcconsulting.net/smac/) for
> windows. In Unix, check with syconfig scripts.
man ifconfig
/hw ether
$ cat ./chmac.sh
#!/bin/sh
ifconfig eth0 down
ifconfig eth0 hw ether 1:2:3:4:5:6
ifconfig eth0 up
$
-- Bye.Olli. http://olli.digger.org.ru
- Previous message: Alfred Huger: "Results of the vote query"
- In reply to: PLANZ: "Re: Ethernet ( MAC ) Address Reliability"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]