
|
"if config na eth0" |
|
"if config -a eth0 | head -1 | cut -f 11 -d" |
|
ls /etc/dhcpc. |
|
dhcpcd-eth0.cache, dhcpcdeth0.info, dhcpcd-eth0.info.old. |
|
rm nf /etc/dhcpc/dhcpc*eth0*. |
|
00:50:DA:OA:24:26 |
|
00:50:DA:OA:24:27 |
|
"ifconfig eth0 down" |
|
"ifconfig eth0 hw ether 00:50:DA:OA:24:27" |
|
"ifconfig eth0 up" |
|
"/sbin/ifupeth0" |
|
/etc/dhcpc |
|
'nmap -sS -p139 -oM '-' 176.66.22."*" | grep open | cut -d " " -f 2 ] ip_list' |
|
'nbtstat nA [ip address]' |
|
'cat ip_list | perl this_script' while ([]) { chomp; $ip=$_; chomp ($mac_raw=`nbtstat -A $_ | grep MAC`); (undef,undef,undef,$mac)=split (' ',$mac_raw); print "$ip $mac\n"; } |