SCHEMA: Inclusion of MAC Addresses to Sentinel schema

All: we are beginning a comprehensive schema review and will be posting
some of our questions here for discussion. Feel free to contribute your
ideas and comments.
Question 1: The Sentinel Event Schema does not currently have a field
or fields to contain the MAC (Media Access Control) address of standard
network interfaces; these values are commonly reported for certain types
of routing events and DHCP address assignment events.
Do you think we should include MAC addresses in our base schema, and if
so, which ones?
- InitiatorMAC (the host that caused an activity to occur)
- TargetMAC (the host that was the target of some activity)
- ObserverMAC (the host that detected and reported the activity)
DCorlette
DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
View this thread: http://forums.novell.com/showthread.php?t=417991

There are some devices like Cisco Aironets, which are reporting only MAC
address of device, so it will be good to have MAC addres in base
schema.
Regards,
Piotr
ppeter
ppeter's Profile: http://forums.novell.com/member.php?userid=4607
View this thread: http://forums.novell.com/showthread.php?t=417991

Similar Messages

  • SCCM2012 SP1: rename computer to MAC address during OSD

    Dears, i'm trying to rename the computers during the OSD process to it's MAC addresses. i want to do it by SCCM only without MDT integration because we have SCCM SP1 and MDT 2012 and we're tending to deploy Windows 8.1. and we're alredy deploying Windows 8.1
    with no issues. i'm using the following script: 
    Set env = CreateObject("Microsoft.SMS.TSEnvironment")
    Set ProgressUI = CreateObject("Microsoft.SMS.TsProgressUI")
    Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2") 
    Set IPConfigSet = objWMIService.ExecQuery("SELECT MACAddress FROM Win32_NetworkAdapterConfiguration " & "WHERE IPEnabled=true" )
    ProgressUI.CloseProgressDialog  
    For Each IPConfig In IPConfigSet
      env("OSDComputerName") = Left(Replace(IPConfig.MACAddress,":",""),12)
      WScript.Echo env("OSDComputername")
    Next
    and i'm using it in a  package after apply operating system step as shown in the following snapshot:
    however the machine get named Minintxxxx and the step gives code 0 as a return code which means successfully completed.
    any help please?

    Dears, so sorry for the late reply. here's a part from the SMSTS.log for the setting computer name step with script in the upper post
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    Expand a string: WinPEandFullOS TSManager
    11/6/2014 9:10:05 AM 1244 (0x04DC)
    Executing command line: smsswd.exe /run:PR1000DA cmd.exe /c cscript.exe ADEC_ComputerName.vbs
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    [ smsswd.exe ] InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    PackageID = 'PR1000DA' InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    BaseVar = '', ContinueOnError='' InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    ProgramName = 'cmd.exe /c cscript.exe ADEC_ComputerName.vbs'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    SwdAction = '0001' InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    ResolveSource flags: 0x00000000 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    SMSTSPersistContent: . The content for package PR1000DA will be persisted
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    DownloadOnDemand flag is true. Attempting to download content locally for Package PR1000DA..
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Package Flags: 0x1000000 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    GetDirectoryListing() entered InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Initializing HTTP transport. InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
       Setting URL = http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA.
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
       Address=http://APDC01CFG05.adec.ae, Scheme=http, Object=/SMS_DP_SMSPKG$/PR1000DA, Port=80.
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
       Setting Authenticator. InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Set authenticator in transport InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    WinHttp credentials set InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    CLibSMSMessageWinHttpTransport::Send: URL: APDC01CFG05.adec.ae:80  PROPFIND /SMS_DP_SMSPKG$/PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Request was succesful. InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    DAV response string is: 
     <?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:"><D:response><D:href>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/sccm?/PR1000DA/</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:supportedlock/><D:getetag/><D:creationdate/><D:iscollection>1</D:iscollection><D:resourcetype><D:collection/></D:resourcetype><D:ishidden>0</D:ishidden><D:displayname>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/sccm?/PR1000DA/</D:displayname><D:getlastmodified></D:getlastmodified><D:getcontentlanguage/><D:getcontentlength>0</D:getcontentlength></D:prop></D:propstat></D:response><D:response><D:href>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:lockdiscovery/><D:supportedlock/><D:getetag/><D:getcontentlanguage/><D:iscollection>0</D:iscollection><D:creationdate/><D:resourcetype/><D:ishidden>0</D:ishidden><D:displayname>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs</D:displayname><D:getlastmodified>Wed,
    05 Nov 2014 12:10:59 GMT</D:getlastmodified><D:getcontentlength>527</D:getcontentlength></D:prop></D:propstat></D:response><D:response><D:href>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:lockdiscovery/><D:supportedlock/><D:getetag/><D:getcontentlanguage/><D:iscollection>0</D:iscollection><D:creationdate/><D:resourcetype/><D:ishidden>0</D:ishidden><D:displayname>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs</D:displayname><D:getlastmodified>Sun,
    02 Nov 2014 10:13:02 GMT</D:getlastmodified><D:getcontentlength>125</D:getcontentlength></D:prop></D:propstat></D:response></D:multistatus>
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    List of files to be downloaded InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
      File: http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
      File: http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    GetDirectoryListing() successfully completed
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Downloaded file from http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs to D:\_SMSTaskSequence\Packages\PR1000DA\ADEC_ComputerName.vbs
    InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Downloaded file from http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs to D:\_SMSTaskSequence\Packages\PR1000DA\Dump_Var.vbs
    InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Download done setting progress bar to 100 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    VerifyContentHash: Hash algorithm is 32780 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Content successfully downloaded at D:\_SMSTaskSequence\Packages\PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Resolved source to 'D:\_SMSTaskSequence\Packages\PR1000DA'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Command line for extension .exe is "%1" %*
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Set command line: Run command line InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Working dir 'D:\_SMSTaskSequence\Packages\PR1000DA'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Executing command line: Run command line InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Process completed with exit code 1 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Microsoft (R) Windows Script Host Version 5.8
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Copyright (C) Microsoft Corporation. All rights reserved.
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Input Error: There is no script engine for file extension ".vbs".
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Command line returned 1 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Entering ReleaseSource() for D:\_SMSTaskSequence\Packages\PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    reference count 1 for the source D:\_SMSTaskSequence\Packages\PR1000DA before releasing
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Released the resolved source D:\_SMSTaskSequence\Packages\PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Process completed with exit code 1 TSManager
    11/6/2014 9:10:05 AM 1244 (0x04DC)
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    Failed to run the action: Get OSDComputerName. 
    Incorrect function. (Error: 00000001; Source: Windows)
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    i'm so confused about the "Input Error: There is no script engine for file extension ".vbs"." 
    any help please!!

  • How to get MAC address of a phone

    Hi,
    I am able to retrieve phone details by sending Soap request to RisPort. But the response doesn't have MAC address of the phone. Can any one please let me know how to get this information.
    Here is my Soap request
    <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body><SelectCmDevice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><CmSelectionCriteria href="#id0"/><StateInfo xsi:type="xsd:string"/></SelectCmDevice><multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:CmSelectionCriteria" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="tns:CmSelectionCriteria"><maxReturnedDevices xsi:type="xsd:unsignedInt">10</maxReturnedDevices><Class xsi:type="soapenc:string">Phone</Class><Model xsi:type="xsd:unsignedInt">255</Model><nodeName xsi:type="soapenc:string"/><selectBy xsi:type="soapenc:string">Name</selectBy><selectItems xsi:type="soapenc:Array" xsi:nil="true"/><status xsi:type="soapenc:string"/></multiRef></soapenv:Body></soapenv:Envelope>

    When you receive the response, you receive the name of the ip phone. The name is something like: SEPXXXXXXXXXXXX where all the X correspond to the MAC address of the phone.

  • Hyper-V on Windows 8.1 is messing with MAC address when sharing my Wifi card

    Hello,
    I'm using Hyper-V on Windows 8.1 to build a complete SharePoint Development environment.
    All of my VM are following this scheme:
    a "local" private network shared between the host and all VM, using a static IP address plan (192.168.10.0/24)
    a RJ45 external network, attached to my physical ethernet card. This network uses DHCP protocol
    a WIFI external network, attached to my wireless network card. This network also use DHCP protocol
    When plugged on the ethernet card, I have no issue. Both the host and the guest OSes are getting a valid IP address.
    However, when I try to connect on the wireless card, I get some weird errors. Actually, my guest OS are getting the same IP address than the host. This issue an IP address conflict.
    Someone else got the same kind of behavior : Windows 8.1
    Hyper-V : IP address conflict on Guest OS
    I've checked my MAC address plan, and it seems correct.
    Using WireShark (a tool I'm not used to I admit), I can see that all DHCP request of the guest os, are sending the host MAC address, and not the guest' one.
    Does anyone have an answer to this weird behavior?
    Thanks,
    steve
    Paying back the community for its help by writing articles :
    Have a Nice Day.Net Blog

    Hi Steve,
    Please try the following step and then retry ipconfig /renew in your VM :
    1. Configure the WI-FI router to assign a static IP address to the host’s wireless network adapter(the IP should not be in DHCP Pool).
    2. On the host, configure the wireless network adapter to use a static IP address. The IP address will be the same address configured in step 1.
    3. Using Hyper-V Manager, create an external network switch that is bound to the host’s wireless network adapter
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.
    Hi Elton,
    First of all, thanks for your effort.
    I will try your suggestion, but even if it works, it won't solve the actual root the issue.
    Moreover, it is only relevant if I can control every wireless network I'm connecting to. What about if I travel and I connect with a customer wireless network? what about an hotel wireless network? 
    As I said, wireshark shows me DHCP requests using the wrong IP address. I strongly believe there's a bug somewhere between the wireless card driver and Hyper-v Mac-Bridge service.
    Steve
    Paying back the community for its help by writing articles :
    Have a Nice Day.Net Blog

  • Wrong mac address from stack SG500?

    Hi,
    It's my connection scheme.
    There is a routing problem between vlans if one of the devices connected to the unit 2.
    Within the same vlan devices are available for each other.
    If PC200 connected to Gi1/1/15
    Sniff ICMP traffic on Gi1/1/15:
    Icmp request from 192.168.112.1 to 192.168.101.200:
    Src: 24:01:c7:08:02:49 (192.168.101.254),
    Dst: b8:88:e3:0e:1a:da (192.168.101.200)
      Icmp replly from 192.168.101.200 to 192.168.112.1:
    Src: b8:88:e3:0e:1a:da (192.168.101.200)
    Dst: 24:01:c7:08:02:49 (192.168.101.254)
    If PC200 connected to Gi2/1/15
    Sniff ICMP traffic on Gi2/1/15:
    Icmp request from 192.168.112.1 to 192.168.101.200:
    Src: 24:01:c7:08:00:01 (192.168.101.254),
    Dst: b8:88:e3:0e:1a:da (192.168.101.200)
    Icmp replly from 192.168.101.200 to 192.168.112.1:
    Src: b8:88:e3:0e:1a:da (192.168.101.200)
    Dst: 24:01:c7:08:00:01 (192.168.101.254)
    Where does this mac-address (24:01:c7:08:00:01) appear? In the arp table on PC200 it is none.

    Hi,
    With firmware 1.3.0.62 the same problem.
    If the interface Gi2/1/15 to down and up - the first two icmp request has a source MAC
    24:01:c7:08:02:49, remaining request has a source MAC 24:01:c7:08:00:01.
    #show stack
    Unit Model Name     MAC Address       Software  Master   Unit No./       Status       Mode After Reboot
    1    SG500-28       24:01:c7:08:02:49   1.3.0.62  Enabled         1,            master              Native
    2    SG500-28       24:01:c7:08:02:2c   1.3.0.62  Enabled         2,            backup              Native                  

  • Change MAC address on Intel Mac?

    Is it possible to change the MAC address of an Apple computer using an Intel chip and if so, how?
    Open Firmware on PPC machines made it easy. I don't know about EFI.

    kevintii wrote:
    Hello Kappy,
    Why is it not a good idea to change the MAC address?
    Thanks Kevin
    Because it is intended to be a globally unique identifier of hardware. The MAC address can be changed on modern systems but why? See here for more info http://en.wikipedia.org/wiki/MAC_address
    Here are some reasons a person may want to change their MAC address. None of them sound like legitimately valid reasons.
    From http://www.irongeek.com/i.php?page=security/changemac
    To get past MAC address filtering on a router. Valid MAC      addresses can be found by sniffing them and then the deviant user could      assume the MAC of a valid host. Having two hosts on the same network can cause some network stability problems,      but much of the time it's workable. This is one of the reasons why MIC      Address filtering on a wireless router is pointless. An attacker can just      sniff the MAC address out of the air while in monitor mode and set his WiFi      NIC to use it. Interestingly, a lot of hotels use MAC filtering in their      "pay to surf" schemes, so this method can be an instant in for cheap skate      road warriors. 
    Sniffing other connections on the network. By assuming      another host's MAC as their own they may receive packets not meant for them.      However, ARP poisoning is generally a better method than MAC spoofing to      accomplish this task.
    So as to keep their burned in MAC address out of IDS and   security logs, thus keeping deviant behavior from being connected to their   hardware. For example, two of the main things a DHCP server logs when it      leases an IP to a client is the MAC address and host name. If you have a      wireless router look around on it's web interface for where it logs this      info. Luckily there are tools to randomize this information (MadMACs).
    To pull off a denial of service attack, for instance   assuming the MAC of the gateway to a sub net might cause traffic problems.      Also, a lot of WiFi routers will lock up if a client tries to connect with      the same MAC as the router's BSSID.

  • Check for mac address (physical address) of ethernet card

    Hi!
    We want to deliver LabVIEW code which will run only on licensed machines (node locked licensing).
    We have a PXI chassis with one or more PCs connected to the same LAN as the chassis. We have locked our first license to the chassis by checking for the serial number of the DAQ card installed in the chassis. Now, we want to run a second license on ONLY ONE of the standard desktops connected to the chassis. We've removed the DAQ card check since there are no DAQ cards on the desktops. But a no check software can be freely copied and run on more than one desktops. How do we prevent this?
    One idea is to check for the MAC address of the ethernet card at runtime. Question is how do I retrieve the MAC address at run time in my LV exe?
    Is there another way to achieve a node locked licensing? Some people use HDD serial number .... ??
    We are using LV 7.1 on Win2K.
    Thanks.
    - Gurdas
    Gurdas Singh
    PhD. Candidate | Civil Engineering | NCSU.edu

    Gurdas wrote:
    Is there another way to achieve a node locked licensing? Some people use HDD serial number .... ?? Gurdas
    About this questions, below I include a response I wrote to a similar subject. I hope it is useful.
    Enrique wrote:
    If you still want to implement the copyright scheme yourself, this are some of my thoughts about that subject. I hope this can start a good topic of conversation:
    If you want your program to run on a specific machine, you need to know about that machine so your software is somehow "made" exclusively for that machine. If you can make the software so it utilize resources very specific to the target computer, then you are ok. It is difficult to come up with the right analogy. Let say it is like somebody make a uniform specifically for you and take into consideration all your exact measurements like size, weight, etc. (we are assuming a little here, like those measurement won't change). It can be argued that there maybe somebody in the universe that is like you, but the chances can be sufficiently low so it is acceptable to you to take the risk. All this is usually very difficult and expensive.
    A more common approach is to know information that can uniquely identify the computer and then create the application so it first ask the computer to identify itself. Upon correct identification, the application provide its services. An analogy is that I am the one who provide the services and I have your name and driver license number on file. If you request service, I ask you for those identifiers and once I verify your identity you are good to go.
    A more secure approach will be that we share a secret like a password. I, as the application, ask you (the computer) to authenticate, that is, to provide identification and the password. An alternative is to have something that, although is not secret, it cannot be forged (at least, within certain probability). Let say I ask you for your signature. The bundle human presence + signature cannot be forged.
    A way to implement the latest one may go like the following: each copy of your software has a unique identifier (SI) and a unique key (K) that enable the application. You ask the target computer for its unique identifiers (CUI). You generate a random string (R) for the secret and then create a function f such that: K = f(SI, CUI, R). To get the right key K that enable your software, all the other parameters must be the right ones.
    If this is done right, the security of the application will depend on the secret (R), so you better generate and manage R right. Also, you want to make sure the function f() cannot be bypassed (i.e., direct insertion of K is not possible).
    There are a lot of additional issues to deal here, but I'll stop for now. I need to run some errands....
    Regards;
    Enrique
    www.vartortech.com

  • How to make mac address gmail contacts overwrite the ones on my HTC Android phone - I don't want to sync - that makes the phone scramble and overwrite my computer.  I want to remove or correctly overwrite the phone information as I have done with iPad.

    Please help - I am beginning to hate google, my android and gmail.  I have just wasted about 5 hours in a futile attempt to try and get my current Mac contacts list on my computer updated to my phone. I'm not that computer literate but I have looked up about google phone accounts, vCards, backing up contact lists, what SD on phones are, and God know what else.  I have searched the internet and tried all sorts of things and I still have a mac with a now correct contact list (after the iPad contacts scrambled it and I spent ages manually correcting them all) and a phone with an outdated contact list.  If you try and sync them the phone wants to overwrite the computer one just like the iPad did (would it be so **** hard to give you a choice on the phone as to which overwrites which!).  After all the  advice on the internet failed, I got the bright idea to completely delete all the ones on the phone and if it was empty of contacts the computer one could be exported to it.  Not as simple as it sounds.  First I backed up (I think) my computer contacts list. Numerous futile attempts to go through the phone options to globally delete all contacts did not work - they gave a warning message and you got to choose whether to continue or not, I did, and it looked like it might be working as it changed to zero data on the phone, but then they all popped back up again from God knows where from, but without their little added bits like pictures of the people.  So, I tried un- syncing the darn phone from  google and then deleting them globally.  That didn't work either.  I tried deleting them  all again and again and google would crash and not let me do it. It is absolutely ridiculous that this is so damned difficult to do (especially if you are not computer savvy) and that you cannot choose which device overwrites which when syncing. I gave up and ticked sync with Google again (not that it appears to do anything to the phone contact list at all).  So after 5 hours I am back to where I started from, with a phone showing all the same  incorrect contacts (but the pictures are back), which wants to overwrite the computer if I try any sort of sync, and no way to fix them except go into each one manually and try and do it - and how long would that take (and I've already wasted hours and hours fixing scrambled contact lists!).  I think I will do a print out of the computer contact list and just carry it around with me like an address book - so much bloody simpler.  So now I have a headache, am fighting an overwhelming urge to hurl the phone at the wall,  hoping for a heat wave to evaporate icloud things and am wishing I had bought an iPhone instead of the stupid HTC Android.  Can any one offer me any suggestions on how to get rid of the contacts on my phone and replace them with the ones in my mac address list - hopefully after that  they can sync to their hearts content and not stuff everything up again (which was why I unsynced google a while back - because the phone's list kept making stuff ups and scrambling and duplicating my computer contacts list).  Am I the only one on the planet having this problem or is there someone else out there who has had it and solved it.

    Without "pretending" to be yourself on the other phone (change settings) there's nothing else you can do.
    iOS devices are meant to be single user and can't view iCloud.com the same way a Mac or PC can do.
    You need to find a desktop or laptop machine (Mac or PC) to log in at iCloud.

  • I want to reserve a static IP address on my Airport extreme.  What is the difference between reserving by MAC Address and DHCP Client ID?

    I want to understand the differences in the way you can reserve a static address for a device on the network.  I had previously set the device itself to an address and then reserved it with DHCP Client ID, which I thought was just the devices static addresss.  I'm not sure if this was in fact correct or just happend to work.  I know what a MAC address is, but I'm not really sure what the DHCP Client ID is. So it would be great if someone could clarify it, and the difference between reserving address by MAC Address or DHCP Client ID.

    A MAC address is a unique identification consisting of letters and numbers in a form that looks like this:
    xx:xx:xx:xx:xx:xx
    Every network device has a MAC address, which can be found on a label on the bottom or back of the device. Apple calls this the Ethernet ID.
    A DHCP Client ID is an optional name that you can assign to a device. For example, on your Mac....
    Open System Preferences (gear icon on the dock)
    Open Network
    Click on Ethernet
    Click Advanced at the lower right
    You may be able to edit the DHCP Client  ID here....for example.....you could enter MJ500's MacBook in the space provided. That would be the Client ID of your Mac.

  • I have two .mac addresses; how does this work in iCloud?

    This is not about consolidating Apple ID's... I think.
    When I got my first .mac address, I thought I picked a good one at the time. Later on, due to the peculiar spelling, I opted for an additonal (paid) address which I use every day. Now the first one (which is an Apple ID) contains my calendars, contacts, etc. I never use the email portion of it, again because of challenging spelling. The second .mac address (also an Apple ID) is an email only account. This is the email account I use daily.
    When I make the transition to iCloud, I intend to keep my original AppleID (from the pre-.mac days) as my iTunes store ID.
    My question is, what happens with my two other accounts?
    .mac #1 with the contacts and such would move to iCloud and sync everything there as it currently does with MobileMe. Since .mac #2 is an email only account, would I even need to bother moving it to iCloud (if that's even possible), or would I just keep using that as email only using the current mail settings on my iThingys and Mac? Does anyone know if .mac #2 will live on after MobileMe vanishes, or will I loose my daily and coveted .mac email at that time?
    I'm sure Apple has a good reason for not allowing us to just consolidate everything in one place, but I know there are many out there with a similar situation to mine.
    I've spent a good deal of time tonight searching the various threads and can't seem to find an answer to the two .mac email dilemma. My appologies if it's already been discussed.
    To sum up, I have one Apple ID that I use for iTunes and intend to keep as such. I have two .mac addresses which are also Apple ID's; one that syncs with MobileMe and one that is email only. I would like to use iCloud to sync what is currently on MobileMe, AND continue to use the simpler email address that I've been using for years.
    Am I screwed??
    Thanks in advance for your help, and Happy Holidays to all!!

    Migrate the account which contains your calendars, contacts etc. first, at http://me.com/move and set it up on your Mac and devices.
    http://www.apple.com/icloud/setup/mac.html
    Now migrate the email-only account in the same way. On a Mac you can add it in System Preferences>Mail, Contacts & Calendars - it won't sync anything but will be added to the accounts in Mail where you can then use the email in the normal way.
    I don't know what the equivalent process on an iOS device is; very likely you need to add it as an account in the Mail app.

  • How to find a workstation object by ip or mac address?

    Hi gang.
    I'm trying to search for a workstation object by mac address or by IP
    address. So far, I'm not able to find the correct attributes to do so.
    Can anybody point me in the right direction to find a workstation by either
    IP or mac?
    thanks!
    John

    [email protected] wrote:
    >
    > Hi gang.
    >
    > I'm trying to search for a workstation object by mac address or by IP
    > address. So far, I'm not able to find the correct attributes to do so.
    >
    > Can anybody point me in the right direction to find a workstation by either
    > IP or mac?
    In ConsoleOne find, advanced, look for ZEN:INV IP Address attribute
    -sk

  • How do I add my phone's Wi-Fi Mac address to my home server so that I can use my home Wi-Fi with my phone?

    Hello. I am using an Android cell phone and, though the phone sees my home server name and accepts my password, it won't connect. I understand that I may have to add my phone's Wi-Fi Mac address to my home server in order for it to allow my phone access, but I have no idea how I might do that. Could someone help me with this? Thank you.

    Tdalso wrote:
    How do I add a phone number so I can use either my US or Canadian number (depending on where I am) with iMessage and Facetime on both my iPhones?
    You need to log out of iMessage and Facetime, make sure your number is correct in Settings/General/About, then log back in again to send a new activation request.

  • I need to change the MAC Address for Airport on MacBook

    I have a specific need to change my son's Airport MAC address as his school requires the use of USB network cards that aren't compatible with MACs. These cards are needed because the school's router uses MAC address filtering.
    Before we upgraded his Mac to Snow Leopard, we were able to change the MAC address to the MAC address of the useless dongal the school supplied. We basically created an AppleScript program that ran the "sudo ifconfig en1 ether xx:xx:xx:xx:xx:xx" and all was good.
    This command no longer works for changing the MAC address. We tried it as root user as well and by typing it into the terminal window as root. After running the command, we can run "ifconfig en1" and it does display the new mac address but when we turn the airport on and try to connect, it just hangs and won't connect.
    Our other non-Snow Leopard still works fine after running the commands so I'm guessing Apple disabled this functionality. It's hardly a security issue by being able to change your mac addres.
    Is there a new way to accomplish this? I've searched everywhere.
    Thanks!

    Would an easier solution be to provide the school's IT admin with your mac address and have it added? If they can add a block of mac addresses for the usb dongles, they can add more for machines that cannot use the dongle.
    Also: "It's hardly a security issue by being able to change your mac address."
    While it may not be a security issue for your machine, it is a security for the school network who is using mac address filtering as hopefully only one part of their wireless security.
    That being said, have you read this?
    http://osxdaily.com/2008/01/17/how-to-spoof-your-mac-address-in-mac-os-x/

  • How to connect apple TV when im in hotel without giving my mac address

    i got my apple tv with me cause i live in hotel but the only way to connected to internet if I give them my mac address therefore if i give my mac address to customer service wont they be able to access all my info and my mobile when connected or pictures and video

    Hotel networks require authentication via webpage, there is no browser on Apple TV so it won't be possible to connect this way. The only way will be to give the mac address, it would be for connecting to the Apple TV. No info will be accessed.

  • Do I need to add Base Station MAC address to list?

    Hi, If I choose to use MAC address filtering on my Airport Extreme Time Capsule, do I need to add the wireless MAC address of the Base Station to the list of allowed MAC addresses???  I'd feel real bad if I set up a list, didn't include the base station's MAC address and then could never get in to the network again because I, in effect, locked myself out???  I doubt that address needs to be included but I would like some feedback on that.
    Second, does the one MAC address filter list apply to the Guest Network as well if I should choose to turn it on???  If that was the case, I would just turn off MAC address filtering why guests were present.
    thanks..  bob

    If I choose to use MAC address filtering on my Airport Extreme Time Capsule, do I need to add the wireless MAC address of the Base Station to the list of allowed MAC addresses???
    No. Timed Access would be for wireless devices....computers, mobile devices, printer, etc., that are connecting to the Time Capsule. The Time Capsule does not connect to itself in this regard.
    I'd feel real bad if I set up a list, didn't include the base station's MAC address and then could never get in to the network again because I, in effect, locked myself out???
    Sometimes, users lock themselves out by mistake by entering incorrect times for devices to connect, and they often forget that they can connect to the base station using an Ethernet connection and get back in that way.....since Timed Access only applies to devices that connect using wireless.
    does the one MAC address filter list apply to the Guest Network as well if I should choose to turn it on???
    Yes

Maybe you are looking for

  • Use WS_DELIVERY_UPDATE_2 for Inbound Delivery HU Update?

    Hello all, I have used WS_DELIVERY_UPDATE_2 to successfully update Handling units to Outbound delivery and also perform batch split. Can the same FM be used to update Inbound delivery with Handling units. I will be uploading the HU's through excel fi

  • Deleting QM View in the material master

    Hi Is their any way we can delete the QM view in the  material master , once it is created Thanks JJ

  • Forms modification

    I tried to edit a form in EBS..(FNDCSAUS.fmb) just compiled it and deployed in the server but it is not working properly (like menu is missing).. is there a propery way of editing and compiliing forms in EBS or if I want to customize or add a form in

  • Adobe air installation file

    I am trying to download caller id on my pc. This download needs the adobe air installation file in order for it to download. I have adobe air, but when I download for the caller id to be  installed I get this error message; "Application could not be

  • ORA-12505 error after setup tnsnames and listener properly.

    Hello. I'm having a very common issue. I can't connect using tnsnames on Windows 2003 server. Facts. 1 - Tnsnames.ora file is properly set. 2 - Listener.ora file is properly set. 3 - tnsping works with no issues. 4 - Windows service is up and running