HT1695 ipad mini mac address for setup

Anyone know how to get the iPad Mini MAC address when first setting up the device?  I have a MAC filtering on the WiFi and it seems I can't either skip the setup or find out what the MAC address is.  This is annooying since I know I can't be the only one who has run into this. 
Why can't i find out the MAC address when setting up the logon and why am I forced to set up networking?  Can I please have one of two solutions available?
RB

I have the same problem. Did you get an answer for that?

Similar Messages

  • MAC Address for iPAD

    I have just received my first Apple product and need to get the device MAC address for my router connection. Can anyone tell me how to get it.

    Settings->General->About->WiFi Address is your mac address.

  • What is my iPad's MAC Address?

    My household network only allows known (registered) MAC addresses to transceive through the wireless router. How do I obtain the MAC address for my new iPad so that I can enter it into the router's table of allowed devices? Why wasn't the MAC address displayed prominently in the documentation?

    I would imagine (since I don't have one) that it is located in the same area as the iPhone. Go to settings>about>look at the WiFi address. That is the MAC address.

  • 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/

  • ARP table not populating mac address for previously reachable IP address

    Router has been online and working fine with one BGP neighbor for almost 2 years and no downtime.  2 weeks ago, added a 2nd BGP peer.  Everything worked fine for 2 weeks, then all of a sudden yesterday the 2nd BGP peer is disconnected and does not come back.  ISP checks and sees everything looks fine on their end.  We cannot even ping each other now.
    Upon investigation, the ARP table is not even populating the MAC address for the BGP peer IP anymore (same local subnet).  Stays "incomplete" in the table no matter what we do, including clearing arp table, changing IP address, etc.
    Plug a laptop directly into the 2nd BGP peer FE port and replicate the IP addressing.  Laptop cannot ping Router, but Router CAN ping laptop.  Check ARP table, but STILL no mac address assigned and now not even the ARP table showing "incomplete".
    Thinking it could be the FE interface, switch to the 2nd FE interface and perform same laptop test, this time with arbitrary IP addressing.  Now cannot ping each other, no MAC in ARP table.
    End up rebooting the router and lo-and-behold, everything is working normally again.  2nd BGP peer peers up instantly.
    I should also mention that the 1st BGP peer worked flawlessly throughout, taking all the Internet load and having no issues throughout.
    Also, the FE ports for the 2nd BGP peer are on an HWIC FE card plugged into the router.  The 1st BGP peer is plugged into the built-in GE interface.  2901 running: c2900-universalk9-mz.SPA.151-4.M4.bin
    Lastly, no router resource issues, no error messages, no logs.  Just the BGP peer disconnecting.
    I have never, in 20 years working with Cisco routers seen something like this before.  This is the most fundamental aspect of IP and Ethernet that was not working.
    Has anyone ever seen this behavior before??
    Here is the router config (IP's changed):
    version 15.1
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service internal
    service sequence-numbers
    boot-start-marker
    boot-end-marker
    logging buffered 150000
    aaa new-model
    aaa authentication login LAUTHEN local
    aaa authentication login TAUTHEN local group tacacs+ enable
    aaa authorization console
    aaa authorization exec LAUTHOR local if-authenticated
    aaa authorization exec TAUTHOR local group tacacs+ if-authenticated
    aaa session-id common
    clock timezone PST -8 0
    clock summer-time PDT recurring
    no ipv6 cef
    no ip source-route
    ip cef
    no ip domain lookup
    multilink bundle-name authenticated
    username ubiadmin privilege 15 secret 4 .JbeuWXuZvchrG0OL.5BftFtqrrEyxcnVHn5rIuCnTk
    username umitsnoc01 privilege 15 secret 4 cUmoRUjey9O1x.wk9S.kleX.iAAhCwihupr6Z98p6OA
    redundancy
    ip ssh version 2
    track 1 interface GigabitEthernet0/0 line-protocol
    class-map match-any AutoQoS-VoIP-RTP-Trust
     match access-group name SIP-Media-INBOUND
    class-map match-any AutoQoS-VoIP-Control-Trust
     match ip dscp cs3
     match ip dscp af31
    class-map match-any Customer-Voice
     match access-group name Customer-VPNs
    class-map match-any media
     match access-group name SIP-Media
    class-map match-any signaling
     match access-group name SIP-Signaling
    policy-map AutoQoS-Policy-Trust
     class AutoQoS-VoIP-RTP-Trust
      priority percent 70
     class AutoQoS-VoIP-Control-Trust
      bandwidth percent 5
     class class-default
      fair-queue
    policy-map queue
     class signaling
      bandwidth percent 5
     class media
      priority percent 50
     class Customer-Voice
      priority percent 40
     class class-default
      fair-queue
    policy-map shape
     class class-default
      shape average 10000000
      service-policy queue
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0
     description BGP Peer 1
     ip address 2.2.2.2 255.255.255.252
     no ip redirects
     ip flow ingress
     ip flow egress
     duplex auto
     speed auto
     service-policy output shape
    interface GigabitEthernet0/1
     description LAN
     ip address 1.2.3.4 255.255.255.0
     no ip redirects
     ip flow ingress
     ip flow egress
     standby 255 ip 1.2.3.1
     standby 255 priority 105
     standby 255 preempt
     standby 255 mac-address 1a2b.3c4d.5e6f
     standby 255 track 1 decrement 10
     duplex auto
     speed auto
     service-policy output AutoQoS-Policy-Trust
    interface FastEthernet0/0/0
     description BGP Peer 2
     ip address 1.1.1.1 255.255.255.252
     ip flow ingress
     ip flow egress
     duplex full
     speed 100
     service-policy output shape
    interface FastEthernet0/0/1
     no ip address
     shutdown
     duplex auto
     speed auto
    router bgp 7777
     bgp router-id 2.2.2.2
     bgp log-neighbor-changes
     network 1.2.3.0 mask 255.255.255.0
     neighbor 1.1.1.2 remote-as 5555
     neighbor 1.1.1.2 update-source FastEthernet0/0/0
     neighbor 1.1.1.2 prefix-list L3-DEFGW in
     neighbor 1.1.1.2 route-map L3-LPREF-IN in
     neighbor 2.2.2.1 remote-as 6666
     neighbor 2.2.2.1 ebgp-multihop 2
     neighbor 2.2.2.1 update-source GigabitEthernet0/0
     neighbor 2.2.2.1 send-community
     neighbor 2.2.2.1 prefix-list COLO-DEFGW in
     neighbor 2.2.2.1 route-map COLO-LPREF-IN in
     neighbor 2.2.2.1 route-map COLO-OUT out
    ip forward-protocol nd
    ip bgp-community new-format
    ip as-path access-list 5 permit _5555_
    ip as-path access-list 5 deny .*
    ip as-path access-list 10 permit ^6666$
    no ip http server
    no ip http secure-server
    ip flow-top-talkers
     top 50
     sort-by bytes
    ip route 0.0.0.0 0.0.0.0 1.1.1.2 254 name L3
    ip route 0.0.0.0 0.0.0.0 2.2.2.1 255 name COLO1
    ip route 10.0.0.0 255.0.0.0 10.10.10.10 name FW_OUTSIDE
    ip tacacs source-interface GigabitEthernet0/1
    ip access-list standard SNMP_SOURCES
     permit 12.12.12.0 0.0.0.255
     deny   any log
    ip prefix-list L3-DEFGW seq 5 permit 0.0.0.0/0
    ip prefix-list COLO-DEFGW seq 5 permit 0.0.0.0/0
    ip prefix-list COLO-LPREF-OUT seq 5 permit 1.2.3.0/24
    route-map COLO-LPREF-IN permit 5
     match as-path 5
     set local-preference 250
    route-map COLO-LPREF-IN permit 10
     set local-preference 150
    route-map COLO-LPREF-IN permit 20
    route-map COLO-OUT permit 10
     match ip address prefix-list COLO-LPREF-OUT
     set as-path prepend 7777 7777 7777
     set community 29795:1004
    route-map COLO-OUT permit 20
    route-map L3-LPREF-IN permit 10
     match as-path 10
     set local-preference 200
    route-map L3-LPREF-IN permit 20
     set local-preference 150
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps vrrp
    snmp-server enable traps flowmon
    snmp-server enable traps transceiver all
    snmp-server enable traps ds1
    snmp-server enable traps call-home message-send-fail server-fail
    snmp-server enable traps tty
    snmp-server enable traps license
    snmp-server enable traps envmon
    snmp-server enable traps ethernet cfm cc mep-up mep-down cross-connect loop config
    snmp-server enable traps ethernet cfm crosscheck mep-missing mep-unknown service-up
    snmp-server enable traps flash insertion removal
    snmp-server enable traps mac-notification
    snmp-server enable traps aaa_server
    snmp-server enable traps cef resource-failure peer-state-change peer-fib-state-change inconsistency
    snmp-server enable traps memory bufferpeak
    snmp-server enable traps config-copy
    snmp-server enable traps config
    snmp-server enable traps config-ctid
    snmp-server enable traps event-manager
    snmp-server enable traps hsrp
    snmp-server enable traps cpu threshold
    snmp-server enable traps rsvp
    snmp-server enable traps syslog
    snmp-server enable traps vtp
    snmp-server enable traps ipsla

    When you were checking the ARP table was there an entry for Fast0/0/0?
    HTH
    Rick

  • How do I find the Mac address for my 8900?

    I have a wireless network and can't connect to it at all. I have looked and typed in Blackberries search engine and came up with nothing, only answers are about a MAC computer, not what I am looking for.
    I have to add the Mac address to the wireless network in order to get past the firewall and this is not working for me, any ideas.
    Thank you,
    Animal
    Raising teenagers is like trying to nail
    jell-O to a tree!

    Found it,
    Overview
    To find the Media Access Control (MAC) address of a Wi-Fi® enabled BlackBerry smartphone, complete the following steps:
    Click Options.
    Click Status.
    The WLAN MAC field displays the MAC address for the BlackBerry smartphone.
    Raising teenagers is like trying to nail
    jell-O to a tree!

  • How to check if ipad mini is unlocked for any sim ?

    hi,im in the uk and was wondering how i check to see if ipad mini is unlocked for any sim ? how do i check please ??

    Correct.
    http://www.everymac.com/systems/apple/ipad/ipad-faq/ipad-design-info-font-where- to-buy-unlocked.html

  • HT1657 Can I transfer a rental from ipad to mac computer for downloading?

    Can I tranfer a movie rental from ipad to mac computer for downloading?

    If you rented it on a computer, use the Transfer Purchases function in iTunes.
    If you rented it on the iPad, no.
    (95608)

  • Hi, please can you tell me when the ipad mini 2 is coming out? i don't know whether to get the ipad mini, or wait for the 2nd generation

    hi, please can you tell me when the ipad mini 2 is coming out? i don't know whether to get the ipad mini, or wait for the 2nd generation

    Oh, ok. thanks for the help anyway

  • IP-4-ZERO_ADDR: Zero MAC address for ip in ARP cache

    Could someone hlep me with this log message: IP-4-ZERO_ADDR: Zero MAC address for <ip> in ARP cache
    It just started appearing in our Cisco 10012 CMTS, and all of the documentation is very vague as to what it is and how to fix it. I'm hoping someone else has seen the message and can help clarify it's meaning. Thanks in advance!

    Your not the only one with these logs mess :
    Jan 20 13:05:10: %IP-4-ZERO_ADDR: Zero MAC address for 10.100.xxx.69 in ARP cache
    Jan 20 13:30:02: %IP-4-ZERO_ADDR: Zero MAC address for 10.100.xxx.69 in ARP cache
    I thing the reason is that someone has a worm or something ping-flooding/scanning the network, check your arp table for incompletes.
    What to do about it, disable icmp on the network maybe, for now we dont have a problem on the network but would be nice to fix this thing.
    Martin
    DK

  • My iPad mini keeps asking for apple ID to face time then says I'm not connected to Internet when I am. Help please

    My iPad mini keeps asking for apple ID to face time then says I'm not connected to Internet when I am. Help please

    Hi there Mullin1!
    I have a couple of articles here that can help you troubleshoot and resolve this issue. This first article will help walk you through some basic troubleshooting steps for FaceTime, and it can be found here:
    iOS: Troubleshooting FaceTime
    http://support.apple.com/kb/ts3367
    After going through those steps, if you are still having issues with your Wi-Fi connection, then you will want to reference the further steps located in this article:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • E4200 v2 - Uses multiple MAC addresses for the same device

    This unit seems pretty good at first but on looking at the Web interface I noticed that it was using multiple mac addresses for the same device and showing devices on the lan on the Wireless side and other odd things.
    After a week of running it the home server network started to get erratic, it would seem to all point to dns and dhcp issues in the router.
    Seems the V1 had the same issues that they did not fix on this.
    The Cisco connect software shows 5 devices the Web based utility shows 3??.
    Its pretty bad that they charge nearly $200 and cannot be bothered to finish the unit or address the issues that were in V1.

    I am afraid I didn't get the clear picture of the issue mentioned in the post. Could you please elaborate a little bit? If you connect a device/computer wired and then later you connect it wirelessly. It is obvious that you would get to see two different MAC addresses for the same device, one for the LAN adaptor and other one for WLAN adaptor. If that is what you are referring to?
    Secondly, may I  know, what issues did you face with DNS and DHCP in the router? Is it not able to resolve the DNS or something else or DHCP is not sending IP address to the clients?

  • Can you have more than one iPhone on an account - we have 1 iPhone, iPad, Mini Mac, Can you have more than one iPhone on an account - we have 1 iPhone, iPad, Mini Mac

    We have one iPhone, iPad, Mini Mac and laptop - I am getting an iPhone - can I add it to the account, or should I get a seperate iTunes account?

    Welcome to the Apple Community.
    TNAngie wrote:
    ......can I add it to the account......
    Certainly you can, you don't need or want another account.

  • I want to buy iPad mini wifi  + cellular for indian freind. Which Carrier should i select while buying it online?

    I want to buy iPad mini wifi + cellular for indian freind. Which Carrier should i select while buying it online?
    As far as i know service provider is not a constraint for i pad as ipads are always unlocked. Also, do we need to get nano sim from US or India srvice provider will have it? i am asking this as in Singapore iPads are offering 3 free nano sim cards.

    There is no CDMA in Europe or UK if that influences you, only GSM
    All the UK Carriers offer Data nano sims ,on contract or PAYG
    and this will help on 4G
    http://www.apple.com/ipad/LTE/
    and be aware the warranty is now not international

  • If i buy ipad mini from website for sprint or verizon should i have to make a contract with cellular supplier or not  and if i take it to England does LTE (4G) will work their with my carrier

    if i buy ipad mini from website for sprint or verizon should i have to make a contract with cellular supplier or not  and if i take it to England does LTE (4G) will work their with my carrier

    AT&T and europe all use GSM . There is no CDMA in Europe
    A genuine unlocked iPhone 4/4S  from Europe will work fine
    A similar unlocked iP5 will work on 3G but NOT on  4G as the
    European  iP5 does not have the 4G bands suitable for use in US
    and the warranty will not be valid in the US it is not international

Maybe you are looking for

  • How to Set up the User POV in Web Analysis report

    Hi , I am new to create the Hyperion Web Analysis report. I am trying to set up the user POV. I have followed the document and did the below steps. 1. I went to User preference -> OLAP Server -->checked the BOX "Save Filters only for POV". 2. selecte

  • COME ON APPLE. SORT IT OUT!

    "iPod not recognized by computer or itunes." There are hundreds of man-hours being wasted on this. Please sort it out or take the iPods back! P4   Windows XP Pro  

  • Screws fell out of HP Envy TS Notebook PC

    The screws that connect the screen to the keyboard have become loose several times over the last few months and even though I've tightened them as soon as I could after I realized there was a problem, I've lost the one on the left-hand side. Where co

  • CRM Schedule Line Item Quantity

    Hi Friends! I need a help , I want to know where the Quantity field is stored in which table, I came to know while giving F1 help <b>Field : QUANTITY Table name : CRMT_7350_SALES_UI (but this one is structure) Data element : CRMT_SCHEDLIN_QUAN</b> I

  • For David Powers - Apache 2.2 and php 5.2. Virtual hosts

    Hi David, I have updated to the latest Apache and PHP Apache 2.2 and php 5.2. Must easier instal, But now I'm setting up Virtual hosts to make it easier to use php includes and DW templates. I have followed instructions on page 86 of above book, but