2007-04-05 16:48:42 +05:30
|
|
|
# Copyright 2004-2007 Gentoo Foundation
|
2007-11-14 20:52:04 +05:30
|
|
|
# Copyright 2007 Roy Marples
|
|
|
|
# All rights reserved
|
|
|
|
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions
|
|
|
|
# are met:
|
|
|
|
# 1. Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer in the
|
|
|
|
# documentation and/or other materials provided with the distribution.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
# SUCH DAMAGE.
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
macchanger_depend() {
|
|
|
|
before macnet
|
|
|
|
}
|
|
|
|
|
|
|
|
_config_vars="$_config_vars mac"
|
|
|
|
|
|
|
|
macchanger_pre_start() {
|
|
|
|
# We don't change MAC addresses from background
|
2007-11-22 18:58:14 +05:30
|
|
|
yesno ${IN_BACKGROUND} && return 0
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
local mac= opts=
|
|
|
|
|
|
|
|
eval mac=\$mac_${IFVAR}
|
|
|
|
[ -z "${mac}" ] && return 0
|
|
|
|
|
|
|
|
_exists true || return 1
|
|
|
|
|
|
|
|
ebegin "Changing MAC address of ${IFACE}"
|
|
|
|
|
|
|
|
# The interface needs to be up for macchanger to work most of the time
|
|
|
|
_down
|
|
|
|
|
|
|
|
mac=$(echo "${mac}" | tr '[:upper:]' '[:lower:]')
|
|
|
|
case "${mac}" in
|
|
|
|
# specific mac-addr, i wish there were a shorter way to specify this
|
|
|
|
[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f])
|
|
|
|
# We don't need macchanger to change to a specific mac address
|
|
|
|
_set_mac_address "${mac}"
|
2007-11-28 21:15:03 +05:30
|
|
|
if eend "$?"; then
|
2007-04-05 16:48:42 +05:30
|
|
|
mac=$(_get_mac_address)
|
|
|
|
eindent
|
|
|
|
einfo "changed to ${mac}"
|
|
|
|
eoutdent
|
2007-04-10 16:03:44 +05:30
|
|
|
_up
|
2007-04-05 16:48:42 +05:30
|
|
|
return 0
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
|
|
|
|
# increment MAC address, default macchanger behavior
|
2007-11-28 21:15:03 +05:30
|
|
|
increment) opts="${opts}";;
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
# randomize just the ending bytes
|
2007-11-28 21:15:03 +05:30
|
|
|
random-ending) opts="${opts} -e";;
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
# keep the same kind of physical layer (eg fibre, copper)
|
2007-11-28 21:15:03 +05:30
|
|
|
random-samekind) opts="${opts} -a";;
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
# randomize to any known vendor of any physical layer type
|
2007-11-28 21:15:03 +05:30
|
|
|
random-anykind) opts="${opts} -A";;
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
# fully random bytes
|
2007-11-28 21:15:03 +05:30
|
|
|
random-full|random) opts="${opts} -r";;
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
# default case is just to pass on all the options
|
2007-11-28 21:15:03 +05:30
|
|
|
*) opts="${opts} ${mac}";;
|
2007-04-05 16:48:42 +05:30
|
|
|
esac
|
|
|
|
|
2007-11-28 21:15:03 +05:30
|
|
|
if [ ! -x /sbin/macchanger ]; then
|
2007-04-05 16:48:42 +05:30
|
|
|
eerror "For changing MAC addresses, emerge net-analyzer/macchanger"
|
|
|
|
return 1
|
|
|
|
fi
|
|
|
|
|
|
|
|
mac=$(/sbin/macchanger ${opts} "${IFACE}" \
|
|
|
|
| sed -n -e 's/^Faked MAC:.*\<\(..:..:..:..:..:..\)\>.*/\U\1/p' )
|
|
|
|
_up
|
|
|
|
|
|
|
|
# Sometimes the interface needs to be up ....
|
2007-11-28 21:15:03 +05:30
|
|
|
if [ -z "${mac}" ]; then
|
2007-04-05 16:48:42 +05:30
|
|
|
mac=$(/sbin/macchanger ${opts} "${IFACE}" \
|
|
|
|
| sed -n -e 's/^Faked MAC:.*\<\(..:..:..:..:..:..\)\>.*/\U\1/p' )
|
|
|
|
fi
|
|
|
|
|
2007-11-28 21:15:03 +05:30
|
|
|
if [ -z "${mac}" ]; then
|
2007-04-05 16:48:42 +05:30
|
|
|
eend 1 "Failed to set MAC address"
|
|
|
|
return 1
|
|
|
|
fi
|
|
|
|
|
|
|
|
eend 0
|
|
|
|
eindent
|
|
|
|
einfo "changed to" "${mac}"
|
|
|
|
eoutdent
|
|
|
|
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
# vim: set ts=4 :
|