How do I use AE to allow more than one device with my cable modem?

I connected by AE to my cable modem at my house in Japan and it works fine on "bridge mode," but only for one device at a time (this laptop, but not my iPod Touch, or vice versa). As soon as I connect a new device, it will kick the other one off. It seems that my cable modem here will only allow one device. Is there a way that I can use my Airport Extreme to allow more than one device and not have to pay the Internet provider extra for multiple IP addresses? How do I go about this? Do I select "share a public IP address" or do I select "distribute a range of IP addresses?" I tried these options but obviously wasn't doing it correctly, because then I lost the connection for everything... Thanks!

It would be best if you "hard reset" the Airport Extreme to clear out the old and conflicting settings and then reconfigure it again.
Hold in the reset button until you see the amber light begin to blink more quickly. Keep holding for another 3-4 seconds when you see this and then release the reset button. That will get the Extreme back to the original starting point.
After you have powered the modem back up after the full reset, you will need to reconfigure the AirPort Extreme again. If you are using he guided setup in AirPort Utility, you will choose the option to "create a wireless network" during the setup.
If you are using the Manual Setup, the Wireless Mode will be "Create a wireless network" and the setting for Connection Sharing would be "Share a public IP address". Adjusting the Connection Sharing setting would be the last thing that you do before you click Update to save settings.
Here, I am assuming that you have a simple cable modem (it will have only one ethernet port), correct?

Similar Messages

  • How can i use Itunes to update more than one IPad with more than one owner

    How can i use Itunes to update more than one IPad with more than one owner?  I own an IPad and my wife owns an IPad.  I want to use my system to update both IPads.  We have different Apple Accounts and different applications.  Is this possible?

    Of course, that is too easy.  I am such a bonehead.

  • HT1420 Can you have more than one device with a different Apple ID authourized to the same computer

    Can you have more than one device with a different Apple ID authourized to the same computer

    I think you are using the same Composition Class on both project. On the properties tab, you can change this number (e.g.: EDGE-1637270).

  • How do I use my music on more than one Windows login.

    Does anyone know how I can use itunes in more than 1 login? I have just created a new login and can't see my music in the library.
    Can anyone help!

    Make sure to read the link in that article Kay posted - about listening to another accout's files.
    If you miss this step, you'll get double copies of your media files on your hard drive:
    +Deselect the option to "Copy files to iTunes Media folder when adding to library file."+

  • How do I allow more than one device to see Apple TV?

    I'm not positive that is the correct way to pose this question, but it's the best I can come up with at the moment. The IT Department I work for at my university just recently purchased an Apple TV to test presentation and screen mirroring features for use around the building, specifically for professor lecture and presentations. We have it connected to our wifi network (WPA2 Enterprise, PEAP, InCommon Server CA certificate) through a profile created on Apple Configurator. When we have other devices (iPad Mini Late 2012-A1432, iPhones 5S, 15" Macbook Pro Late 2013-A1398) connected to the same wifi as well, but it is hit or miss whether any of those devices are able to see the Apple TV. When the device can see the Apple TV, it works fine but only on one device. We have only got the iPhone and the iPad to at least show the "AirPlay" option simultaneously. We have not got the MacBook Pro to detect it at all.
    From setting this up and try to troubleshoot it, I believe the problem may be that the Apple TV sees too many devices connected to the wifi network (There is no telling how many iOS or OS X devices are connected to the network at any time. Is there a setting to enable that would alleviate this issue?

    how about "find my friends" app?
    http://www.apple.com/icloud/features/find-my.html

  • More than one device with one iTunes account and one computer

    I have an iPod Touch 3rd gen and my husband has a iPhone 3 (I guess; its not the iPhone 4). We have different music tastes and do not want each others music (sometimes) on the other's device. But since we both use the same computer for iTunes we only have one account. Is this the best way to do this? Can you have more than 1 iTunes account on a computer?

    also check this support article.
    JGG

  • Use of adobe on more than one device

    I have been using creative design 5 on a normal pc for some time, I now want to also use on my mac laptop.  Both machines will not be used at the same time.  How can this be done?

    It cannot be done.  Your license is only good for one platform and you cannot purchase a new copy for the Mac or swap it either.

  • How to implement the patch for maintaining more than one cookie with http?

    HI all,
    I have seen the patch for CommonsHTTPSender.java and HTTPSender.java in
    http://issues.apache.org/jira/browse/AXIS-895?page=comments#action_63350 , but I don't know how can I implement the patch. Could anyone suggest me how to do it please. Thank you in advance.

    If I must use StringTokenizer, How can I do it? You completely misunderstand how StringTokenizer works.
    StringTokenizer st = new StringTokenizer(output,"#####");Each character is used as a delimiter. So you have specified the same delimiter 5 times.
    As suggested above you would need to rewrite the entire code, to treat the String as a delimiter, intead of each character as a delimiter.

  • Can I share my iTunes library between more than one device with different Apple ID's?

    I just got a laptop and decided to set up my own Apple account apart from the one my family shares.  I still want a lot of the music on my family account but don't want to buy it all over again.  Is there a way for me to get this music in my new account? If so, how do I do this? I am looking for the best and simplest answer.

    Yes, if they are not DRM protected
    Open itunes, connect device, select what you want to sync, sync.
    DO the same for your other devices.

  • How to set permissions to allow reading on more than one device

    Our base permissions restrict reading to one device for 365 days with print 1 page and copy 1 page limits. For a new book we're adding to our online library, we want to allow people to read on more than one device, with a defined expiration date (January 15, 2012) and no printing and no copying. (The "more than one device" restriction is intended to allow users to transfer the book to iTunes and read it in Bluefire Reader.)
    How do we set permissions for this new book? In particular, what Read settings for devices do we use? No selection? The options in the ACS Console are not clear to us (i.e., the choice between A Single Device and Specific Device Type) and the manual doesn't offer an example. ... I'm guessing the selections should be none -- i.e., do not specify any device setting. Yes?
    Any help would be appreciated.
    Jim Lyons

    What I understand your current side restrictions to be (best if they are in a distribution right rather than base permission btw)
    <permissions>
    <display>
         <device />
         <duration>31536000</duration>
    <display>
    <print>
      <count initial="1"/>
    </print>
    <excerpt>
        <count initial="1"/>
    </excerpt>
    </permissions>
    What I think you want
    <permissions>
    <display>
         <device />
         <duration>31536000</duration>
    </display>
    <display>
         <deviceType>mobile</deviceType>
         <until>2012-01-15T00:00:00-8:00</until>
    </display>
    <display>
         <deviceType>tethered</deviceType>
         <until>2012-01-15T00:00:00-8:00</until>
    </display>
    <print>
      <count initial="1"/>
    </print>
    <excerpt>
        <count initial="1"/>
    </excerpt>
    </permissions>
    (these are looking at the raw permissions rather than the dialog in the admin console)
    Which I would describe as allow viewing on the device which fulfilled the content for one year, and in addition allow viewing on any mobile or tethered device (Bluefire Reader iPad app, android app, Nook Color, etc...) until Jan 15, 2010 at midnight PST.  One print and one copy is allowed (and can only be used on the device that fulfilled the content).

  • More than one device is using the same email. Help!

    I use to have an Iphone in the summer but now its disconnected and i left my apple ID signed into my Imessage. I gave this phone to mom and now i have a new Iphone with the same Apple ID signed into my imessage. The other phone is still disconnected but I am 100% sure she is recieving my messages and I can't get a hold of the other iphone. Is there something i can do to my current iphone so she can stop recieving the messages? Will changing the email that i recieve messages at help? or changing the password to my Apple ID? Please help.

    I will restate what is happening.
    Network:
    House; internet to wireless router BEFW11S4 (wireless=off, DHCP=on), 5 computers wired in plus one wireless bridge WET11.
    The bridge talks to a second wireless router in the office (100 feet away).  Wireless=on, DHCP=off, different address!  There are 3 computers there.
    This has worked for years!  There is a third wireless router with wireless=off, DHCP=off and with a different address that is used for a hub.
    Now people come with laptops and want to use wireless. If any of the routers have wireless=on the network crashes with “more than one device with same address”.
    To troubles shoot; I reduced the network down to 3 pieces.  Router in house, 1 computer and the WET11 bridge.  All have fixed addresses!  If I set wireless=on (router), then the bridge and the wireless router communicate wireless and communicate via cat-5.  The network crashes.
    For a test; I connected all three routers together with wireless=on then the bridge talks to all three via wireless and via cat-5 wire. I tried WEP with different pass phrases on each router and different frequencies.  My bridge will talk to all routers it can find on any frequency with any pass phrase.  It may not be able to pass files but it can find all the computers. 
    I believe the router wakes up and sees; 
    its self 192.168.123.254, computer 192.168.123.100 and a bridge 192.168.123.225
    The bridge sees a new network with:
    Router 192.168.123.254, computer 192.168.123.100 and bridge 192.168.123.225
    And that bridge sees a new network with:
    Router 192.168.123.254, computer 192.168.123.100 and bridge 192.168.123.225
    “feed back”
    I really want the bridge to talk to router 192.168.123.253 (office) but not talk to .254 on the same switch/hub (house).

  • How do I configure the Airport utility to allow more than one rule per port?

    How do I configure the Airport Utility (AU) to allow more than one rule per port?
    I am on a home network, with broadband cable modem.  I have my airport extreme connected to the broadband modem.  I have 2 servers in my home that need to be accessed remotely from time (SSH), and they also serve data for an iphone app, so I'm using a variety of protocols.  The problem I'm running into is that AU seems to only allow one rule per protocol, so if I go to add another address for access on a specific port that is being used by one of my servers, AU tells me "The Port Mapping Entry Already Exists". 
    I need to be able to allow SSH on both of my servers, for instance.  Am I missing something?  Is this doable with AU?
    Thanks for any insight.
    Khalid

    The Port Mapping "rules" on the AirPorts will allow you to: 1. Map a single port to a single IP address OR 2) Map multiple ports to a single IP address.
    What you won't be able to do is map a single or multiple ports to multiple IP addresses.

  • How to use more than one device under same apple ID?

    How do you you use more than one device under same apple ID? say for facetime?

    You don't. One Device and one Apple ID.

  • I want to use Back to my mac. When I try to turn it on, it says "Back to My Mac may be slow because more than one device on your network is providing network services.   Turn off NAT and DHCP on one of the devices and try again." How do I fix this?

    Not sure if I am doing this right. This is my first time in the support community.
    I imagine what I put in my heading was supposed to go in here.
    I want to use Back to my mac. When I try to turn it on, it says "Back to my mac may be slow because more than one device on your network is providing network services. Turn off NAT and DHCP on one of the devices and try again. See the documentation that came with your device for information about turning off network services"
    Does anyone know how I do this? I contacted my ISP (Telus in Canada) and they did not know anything (not that they usually do).

    Why do ISPs insist upon making things so difficult for their customers?
    If you cannot get them to understand that you would prefer to use your own router over their piece of cheap junk, perhaps the information in the following will be useful:
    http://keithbalomben.wordpress.com/2012/03/29/telus-actiontec-v1000h-hacks-and-i nformation/
    Scroll down to DHCP Settings
    You will need to log in with proper "technician" credentials. They are provided in the above link as
    Username: tech
    Password: t3lu5tv
    ... but these may or may not work. Try it, and if you cannot get anywhere at least now you know what to ask Telus to do in return for your business.

  • How to Use Adobe Pro on More than One Computer

    If I am a subscriber, can I use Adobe Pro on more than one computer?

    2 activations allowed - Cloud License http://www.adobe.com/legal/licenses-terms.html

Maybe you are looking for

  • IBook G3 can't boot from hard disk or cd

    Hello, Just recently my laptop suddenly just would not start-up anymore. Here are it's symptoms and what I have tried: -When the computer starts up I get the folder with the flashing "?" mark sign. -I tried reseting the PMU and the PRAM and NVRAM (vi

  • Problem with first servlet

    Hi I am trying to run my first servlet HelloWorld I have my servlet in the directory Tomcat 4.1/webapps/test/web-inf/classes/HelloWorld.class and my web.xml file in the directory Tomcat 4.1/webapps/test/web-inf/web.xml contains the following lines <w

  • Capturing in the HDV-Apple ProRes 422 Preset

    I am trying to capture some HDV footage in Final Cut 7 using the HDV-Apple ProRes 422 preset. However, when I go to log and capture after changing the audio/visual settings, the program immediately asks me to enter a file name and then jumps right in

  • HT1338 Upgraded iPad and now browser can't connect to most websites I search

    Upgraded iPad and now browser can't connect to most websites I search

  • Why there isnt option to save images as .RAW?

    for example n86 8mp saves the images as 1mb jpgs right? it takes picture > compresses it > saves it it wouldnt be much of a hassle to add option to not to compress photos if wanted i wonder why you cant do this yet or correct me if im wrong the image