Cannot change mac address


 
Thread Tools Search this Thread
Special Forums IP Networking Cannot change mac address
Prev   Next
# 3  
Old 07-12-2014
thank you.

I start my laptop, so the cache should be empty , anyway, I issue:
Code:
arp -n

there is no entry for wlan0. Anyway, I flush everything:
sudo ip -s -s neigh flush all
-> msg: Nothing to flush

After that, the issue remains.

---------- Post updated at 09:31 AM ---------- Previous update was at 08:51 AM ----------

I could finally make it working !
It looks like my network manager did not stop correctly from gui:
so doing (as root)
Code:
service network-manager stop && ifconfig wlan0 down && macchanger -A && ifconfig wlan0 up && service network-manager start

it works!
I need to tcpdump just to be definitively sure the fake mac is given to the wifi spot.
thanx for reading guys.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

MAC Address - Four Interfaces with the same MAC Address

four interfaces with ifconfig all interfaces have the same mac. If is not set for unique. but it still works. what difference does it make to have all macs the same or different? (4 Replies)
Discussion started by: rrodgers
4 Replies

2. Programming

[C] Change IP and MAC address

Hello, I need to write a program using C language which allow me to change the IP and MAC addresses of a given interface... Now I fork the process and by exec I'm using the "ifconfig interf X.X.X.X" command... but i can't use this solution because i have to avoid the context switch... Can someone... (4 Replies)
Discussion started by: gilby985
4 Replies

3. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

4. SCO

MAC address

hi every one please help i want to change mac address in sco unix 5.0.6 how can i do this (3 Replies)
Discussion started by: kaydream
3 Replies

5. Cybersecurity

MAC Address spoofing

There is a question in the SCO section asking for information on how to change the MAC address of a NIC. Is there a valid reason for wanting to change the MAC address? (1 Reply)
Discussion started by: jgt
1 Replies

6. Solaris

Get ip address from mac address

I have following message in my messages file on solaris 10 WARNING: e1000g3712000:3 has duplicate address 010.022.196.011 (in use by 00:50:56:85:25:ef); disabled Now is there any way i can find which server has 00:50:56:85:25:ef mac address either IP or Hostname ? (6 Replies)
Discussion started by: fugitive
6 Replies

7. Solaris

Host ID vs MAC Address

Hi, I've got a Sun Solaris machine with host ID (840f8e57) and MAC address (0:14:4f:f:8e:57), how do I: 1. Write the MAC address in standard (IEEE 802) format, i.e. xx-xx-xx-xx-xx-xx? Do I need to add 0's before or after the 'f', i.e. 00-14-4f-0f-8e-57 or 00-14-4f-f0-8e-57? 2. What is... (4 Replies)
Discussion started by: TheBlueSky
4 Replies

8. IP Networking

How to Achive IP address through MAC(Ethernet) address

Hi sir, i want to make such programe which takes MAC(Ethernet) address of any host & give me its IP address....... but i'm nt getting that how i can pass the MAC address to Frame........ Please give me an idea for making such program... Thanks & regards Krishna (3 Replies)
Discussion started by: krishnacins
3 Replies

9. UNIX for Dummies Questions & Answers

Mac address

Hi Can some one help me How do find out Mac address in Tru64 Unix Thank you (1 Reply)
Discussion started by: Syed_45
1 Replies

10. Programming

Get Mac Address

:( Hi I am trying to get Mac address of of my Sun server from my C program running on the host machine. Any suggestions . (1 Reply)
Discussion started by: ss_hpov
1 Replies
Login or Register to Ask a Question
wifi-radar.conf(5)						File Formats Manual						wifi-radar.conf(5)

NAME
wifi-radar.conf - configuration file for WiFi Radar SYNOPSIS
wifi-radar.conf DESCRIPTION
wifi-radar.conf is the configuration file for WiFi Radar (wifi-radar(1)) a PyGTK2 utility for managing WiFi profiles in GNU/Linux. The file is an ini-type format with three global sections: [DEFAULT], [DHCP], and [WPA]. These are followed by zero or more profile sec- tions. The settings contained in the configuration file can all be edited from within WiFi Radar, either through the Preferences button or the Edit button. But you are free to edit the configuration file manually if you like. Interpolated Strings It is possible to use configuration options in the value of other options. To use interpolated strings, surround any option from the con- figuration file with %( and )s. So, to use the interface option from the [DEFAULT] section in the value of any other option, use %(inter- face)s in the option's value. Global Settings [DEFAULT] General options. auto_profile_order Comma-separated list of profiles, surrounded by square brackets, specifying the order of profiles in the main window. An example value: ['test:00:00:00:00:00:00', 'WinterPalace:'] (default: []) commit_required Set to True if iwconfig(8) commit should be used after each iwconfig command. (default: False) ifconfig_command Specify the path to ifconfig(8), the command to use when manipulating the IP settings of the NIC. (default: /sbin/ifconfig) ifup_required Set to True if the NIC must be activated (i.e. ifconfig wlan0 up) before scanning will work. (default: False) interface Specifies the interface to scan. Set to the name of your NIC (e.g. eth1 or wlan0). The special value 'auto_detect' will use the first- found WiFi interface. (default: auto_detect) iwconfig_command Specify the path to iwconfig(8), the command to use when trying to associate with a network. (default: /sbin/iwconfig) iwlist_command Specify the path to iwlist(8), the command to use for scanning for access points. (default: /sbin/iwlist) logfile Sets the location of the log file. (default: /var/log/wifi-radar.log) loglevel This sets the verbosity of messages sent to the logfile. The number given here is a threshold value, only those messages emitted by WiFi Radar which exceed loglevel will be written to the logfile. The maximum (and default) value of 50 means to only save the most critical messages and a loglevel of 0 means to save all messages to the logfile. (default: 50) route_command Specify the path to route(8), the command to use to set up network routing if DHCP is not used. (default: /sbin/route) speak_command Specify the path to the command to use to speak status messages. This can be any program which takes a string on the command line. (default: /usr/bin/say) speak_up Set to True to use the speak command. (default: False) version The version of WiFi Radar which created this configuration file. This value is overwritten by WiFi Radar each time the configuration file is saved. [DHCP] Options for the DHCP client used by WiFi Radar. args The parameters to pass to the DHCP client when acquiring a lease (i.e. setting up a connection). (default: -D -o -i dhcp_client -t %(timeout)s) command The command to use to automatically set up the IP networking. This can be any DHCP client, like dhcpcd(8) or dhclient(8), which forks into the background or exits when it acquires an IP address or fails. (default: /sbin/dhcpcd) kill_args The parameters to pass to the DHCP client when disconnecting from a network. (default: -k) pidfile Specify where the DHCP client saves its state info. This file is used if the standard DHCP disconnect does not work and WiFi Radar must kill the client on its own. (default: /etc/dhcpc/dhcpcd-%(interface)s.pid) timeout The time (in seconds) to allow the DHCP client to try to acquire a lease. If the DHCP client does not stop itself after this length of time plus five seconds, WiFi Radar will force the client to end. (default: 30) [WPA] Options for the WPA supplicant used by WiFi Radar. args The parameters to pass to the WPA supplicant when associating with the network. (default: -B -i %(interface)s -c %(configuration)s -D %(driver)s -P %(pidfile)s) command Specify the command to use as the WPA supplicant. (default: /usr/sbin/wpa_supplicant) configuration The WPA supplicant's configuration file. (default: /etc/wpa_supplicant.conf) driver The WPA supplicant driver to use. (default: wext) kill_command The command to use to end the WPA supplicant. The default is an empty value. pidfile Specify where the WPA supplicant saves its state info. (default: /var/run/wpa_supplicant.pid) Per-profile Settings Each profile header consists of the network name (a.k.a. ESSID), followed by a colon, and optionally followed by the network address (a.k.a. BSSID). The BSSID may be blank if the profile is a roaming profile. So a sample roaming profile section name could look like [WinterPalace:]. available Used internally by WiFi Radar to indicate whether an access point is currently detected, it should always be False in the configuration file. (default: False) bssid A copy of the BSSID in the section name, it is used to calculate the section name. The BSSID is the network address, it usually matches the AP address. It may be blank in a roaming profile. (default: 00:00:00:00:00:00) channel The channel to use to connect with the network. (default: auto) con_postscript The command to run after connecting to the network. The default is an empty value. con_prescript The command to run before connecting to the network. The default is an empty value. dis_postscript The command to run after disconnecting from the network. The default is an empty value. dis_prescript The command to run before disconnecting from the network. The default is an empty value. dns1 The primary DNS server. Part of the static configuration to use when not using DHCP. The default is an empty value. dns2 The secondary DNS server. Part of the static configuration to use when not using DHCP. The default is an empty value. domain The domain (e.g. winterpalace.org) of the network. Part of the static configuration to use when not using DHCP. The default is an empty value. encrypted Whether the network is encrypted. The value for this option is determined by scanning and will be overwritten if changed manually in the configuration file. (default: False) essid The network name. This is a copy of the ESSID in the section name and is used to calculate the section name. The default is an empty value. gateway The IP address of the gateway to other networks. Part of the static configuration to use when not using DHCP. The default is an empty value. ip The fixed IP address to use on this network. Part of the static configuration to use when not using DHCP. The default is an empty value. key The WEP encryption key. This is not used with WPA. The default is an empty value. known This is used internally by WiFi Radar to indicate whether an access point has a configured profile, it should always be True in the configuration file. (default: True) mode This is the association mode to use. This is not the same as the mode reported by the AP. In fact, this should be a reflection of the AP mode (i.e. Master mode AP should be Managed mode here). (default: auto) netmask The netmask (e.g. 192.168.1.0/255) to use. Part of the static configuration to use when not using DHCP. The default is an empty value. protocol The WiFi protocol used by the access point (AP). This is only used as a place to store the protocol read from the AP. This will be overwritten the next time the AP is scanned. (default: g) roaming Set to True if this is a roaming profile. (default: False) security This should/will be the security mode (i.e. open or restricted), but as it currently causes crashes, it is not used. The default is an empty value. signal The signal level read from the access point (AP). This is used internally by WiFi Radar, the value will be overwritten each time the configuration file is saved. (default: 0) use_dhcp When set to True, WiFi Radar will ask the DHCP client to configure the IP settings. (default: True) use_wpa When set to True, WiFi Radar will ask the WPA supplicant to handle associating with the access point. (default: False) wpa_driver The card driver the WPA supplicant should use. The default is an empty value. EXAMPLE
[DEFAULT] auto_profile_order = ['test:00:00:00:00:00:00', 'WinterPalace:'] commit_required = False ifconfig_command = /sbin/ifconfig ifup_required = True interface = auto_detect iwconfig_command = /sbin/iwconfig iwlist_command = /sbin/iwlist logfile = /var/log/wifi-radar.log loglevel = 50 route_command = /sbin/route speak_command = /usr/bin/say speak_up = False version = 2.0.s02 [DHCP] args = -D -o -i dhcp_client -t %(timeout)s command = /sbin/dhcpcd kill_args = -k pidfile = /etc/dhcpc/dhcpcd-%(interface)s.pid timeout = 30 [WPA] args = -B -i %(interface)s -c %(configuration)s -D %(driver)s -P %(pidfile)s command = /usr/sbin/wpa_supplicant configuration = /etc/wpa_supplicant.conf driver = wext kill_command = pidfile = /var/run/wpa_supplicant.pid [test:00:00:00:00:00:00] available = False bssid = 00:00:00:00:00:00 channel = auto con_postscript = con_prescript = dis_postscript = dis_prescript = dns1 = dns2 = domain = encrypted = False essid = test gateway = ip = key = known = True mode = auto netmask = protocol = g roaming = False security = signal = 0 use_dhcp = True use_wpa = False wpa_driver = [WinterPalace:] available = False bssid = channel = auto con_postscript = con_prescript = dis_postscript = dis_prescript = dns1 = dns2 = domain = encrypted = True essid = WinterPalace gateway = ip = key = 123456789ABCDEF known = True mode = auto netmask = protocol = g roaming = True security = signal = 0 use_dhcp = True use_wpa = False wpa_driver = FILES
/etc/wifi-radar/wifi-radar.conf BUGS
Probably lots! SEE ALSO
wifi-radar(1) wpa_supplicant.conf(5) WiFi Radar 2.0 July 2009 wifi-radar.conf(5)