How to configure Airport Extreme to connect switch?

Hi,
I have an Airport Extreme (3rd generation) on firmware 7.4.2 and it is connected to the WAN to a Time Warner (Motorola) cable modem. I am able to establish a wireless LAN for the home. However, I also have wall ports (ethernet) throughout the home that are connected to a Linksys SD2008 switch. I am hoping to also connect the wall ports through the AEB so that wired computers can get onto the LAN and the Internet. I have checked that I get an IP from the Ethernet ports from the AEB but when I connect that to the switch, however, I do not seem to be able to get an IP on the ports on the switch itself (i.e. the wall ports do not assign any IP, just a self assigned IP address.)
Does anyone know if it is possible to connect a Linksys SD2008 switch directly to AEB (acting as a router)? Thanks.

Suggest that you do some simple "tests" before trying to configure the entire setup.
First, connect a laptop using a short, spare Ethernet cable to one of the LAN <-> ports on the AirPort Extreme and make sure that you can get an Internet connection this way. If you can, you know that the LAN port on the AirPort is working correctly.
Then, connect the same short Ethernet cable to the switch and connect another spare Ethernet cable to the laptop. Make sure that you can get an Internet connection that way.
If you can, then you know that the switch is functioning correctly and you can start to troubleshoot the wiring around the house. If you cannot get an Internet connection, that obviously means that the switch is not functioning correctly.
Having wired many networks, I can say that the problems are almost always in the wiring...a bad cable or a bad Ethernet plug on either end. Take it one step at a time working out from the AirPort Extreme and test each connection, then add another device or cable and test, and then another, etc.

Similar Messages

  • How to configure airport extreme to work with Actiontec gt701d modem

    I have been trying to set up a new Actiontec modem to work with a new Airport Extreme with no luck. I don't know what the right settings are to get it to work correctly. So far the only way I have been able to get the two to work together is to have the AE connect with ethernet and bridge mode. However with this configuration I can't setup a guest network which I would like to be able to do. I have read some past posts and have tried other configurations but end up either losing internet connection or getting a very slow connection. If anyone has some idea how to get this modem to work with the AE i would really appreciate some advice
    Thank you

    Welcome to the discussion area, Meagan!
    The Actiontec "modem" that you mention is really a gateway...a combination modem/router, so with this device and the AirPort Extreme, you have two routers on the network.
    Whenever you have two routers on a network, the first router must be configured to handle the main routing chores and any other routers must be configured in Bridge Mode to function correctly. So, Bridge Mode is the correct setting for the AirPort Extreme when used with the Actiontec gt701d gateway.
    In order for the AirPort Extreme to provide a Guest Network, it must be configured as the "main" router on a network. This won't be possible unless you can re-configure the Actiontec device to act as a simple modem, not a router. You might want to check with Actiontec support to see whether this might be possible.
    Message was edited by: Bob Timmons

  • How to configure airport extreme to work with my G-5?

    My G-5 in connected to the ethernet with a modem              
    I need help in configuring an Airport Extreme as a wireless base station

    Base station?
    One of these?
    Does your G5 have an Airport Extreme card installed?
    You need one to connect once a network is created.
    How to Set Up the AirPort Extreme | Macinstruct

  • How to configure Airport Extreme AFP disk sharing to host multiple users' home-directories (Lion, using autofs)

    I have this working, but only by completely bypassing access control, using guest access with read+write permissions.
    Do I need to buy Lion Server, to do this. All my past unix/linux experience says Lion Server should _not_ be necessary.
    This seems like a simple & obvious setup objective, but it is proving to be harder than I would imagine.
    Setup:
    multiple users, sharing two mac mini's running OSX Lion
    connected to an Airport Extreme (4th gen) with a USB disk shared (either via disk password, AEBS password, or using AEBS user's passwords).
    After much experimentation and web research, I finally have managed to get the mini's to auto mount the Airport Extreme's AFP shared USB disk. Well almost... It only works if, on the Airport, I set the guest access permissions to read+write and select the "Secure Shared Disks" method to "With disk password" or "with Airport Extreme password".  In other words, it only works if I essentially bypass/disable access control by using the guest authentication mechanism to the AFP shared disk.
    On the Lion side of this, I am automounting the users directories via "autofs". The config files for this are
    /etc/auto_master:
    # Automounter master map
    +auto_master            # Use directory service
    /net                    -hosts          -nobrowse,hidefromfinder,nosuid
    /home                   auto_home       -nobrowse,hidefromfinder
    /Network/Servers        -fstab
    /-                      -static
    /-                      auto_afp
    /etc/auto_afp:
    # Automounter AFP master map
    # https://discussions.apple.com/thread/3336384?start=0&tstart=0
    /afp/users -fstype=afp afp://;AUTH=No%20User%[email protected]/Users/
    Then, after rebooting and verifying read+write access to the /afp/users directories, I change each user's home directory: In System Preferences > System > Users & Groups, I right-click over the users to access the Advanced Options, changing the Home directory field to point at the AFP-mounted /afp/users/Users/* home directories.
    I experimented with alternate UAM specifications, as well as both OSX and AESB users & passwords. Using guest access is the only thing that has worked.
    Any pointers would be appreciated...

    Based on lots more experimentation which confirms the information in a parallel discussion (cf. Automount share as non ROOT or SYSTEM user! https://discussions.apple.com/thread/3221944), I have concluded that the Lion 10.7.2 implementation of AutoFS mechanism is broken. I submitted a bug report via apple.com/feedback.
    Work arounds..?
    Earlier I wondered if installing Lion OSX Server was necessary.  The more I contemplate this, the more I am convinced it _should_not_ be necessary. The client-server architecture is clear: my mac's are the file-server client's and the Airport Extreme is supposed to act as the file server. The only thing instaling Lion Server would do (besides enriching Apple.com) is enable me to configure one of the mac's as the file server. This would require it to be "always on" (thus enriching my electric utility as wel).  Okay, an additional benefit would be configuring software RAID disks attached to the Lion server, but Time Machine has worked fine for me in the past, backing up to disks mounted on the Airport Extreme.
    One solution is to create a disk partition for each user and instruct each user to connect / authenticate to the Airport Extreme AFP share at login.  The multiplicity of partitions is necessary since the first user to mount the AFP share, takes ownership of it, blocking other users from accessing that disk partition.  A user can "steal" ownership by reconnecting, but this will leave the other user's applications & open files dangling.
    This disfunctional situation really *****.  Before instaling Lion, I put a 64 GB SSD (solid state disk) in each of our mac's. I did this expecting to easily configure the /Users/* data on external networked storage. I'm having a dejavu "Bill Gates"-ware moment; problems like this were why I abandoned Windoz.
    I will make a few more experiments using the depreciated /etc/fstab mechanism.  Maybe that will bypass the broken-ness of AutoFS...? Alternately, I guess I could also try to run Kerberos authentication to bypass whatever is broken in AutoFS, but that would require a running a Kerberos daemon somewhere.  Possibly I could configure a Kerberos service to run on both my mac's (without installing Apple's Lion Server)...?
    Stay tuned...

  • How to configure Airport Extreme SubNet?

    My landlord has Internet access for his wired and wireless devices using an Airport Extreme with a wireless password he won't give me. He wants to keep his network private but said I could wire my own Airport Extreme to one of his Extreme's LAN ports if I could show him that I can't see his devices and he can't see mine.
    His Extreme is configured to Share A Public IP Address. I'm worried that if I configure my Extreme like his that we'll have a DHCP or NAT conflict but I don't know how else to do it even though I read through Apple's document called Apple Airport Networks.
    Can you help? Remember, we don't want to be able to see each other's devices. Thanks

    Connect the Ethernet cable from one of the LAN <-> ports on the landlord's Airport to the WAN port on your Airport Extreme.
    You must setup your AirPort Extreme to "Share a public IP address" as well and then assign a different DHCP range for your AirPort.
    That will place your AirPort on a separate subnet, so you will not be able to "see" his network devices and he will not be able to "see" yours. This is not really "security" at all, but if both of you are willing, it can work.
    Unfortunately, this will create what is known as a Double NAT error on your portion of the network. This is usually not too serious of an error on a simple network, but it will slow down your network communications and browsing a bit. You may...or may not...notice this.
    However, Double NAT will cause some serious issues if you plan to use any kind of online gaming console. You will not be able to play interactively on the Internet when it is configured this way.
    Setup is relatively straightforward for this, but you must use a Manual Setup option to configure your AirPort Extreme. AirPort Utility in Lion 10.7.3 will not work. You will need to download additional software to configure your Airport to work the way that you want.
    Post back if you need a few more tips on getting this set up.

  • How to configure Airport Extreme to work with Spotify

    Issue: Spotify no longer syncs Spotify files to my iMac or my iPhone despite me being a premium member. I've never had an issue with this until this past week. I can't see anything that has changed but I must be missing something. Anyhow...I'm posting this here because I need assistance with my Airport Extreme configuration (not Spotify).
    According to Spotify, I am to configure my (Airport Extreme, latest gen) router to allow the following:
    The following IP ranges should be open on port 4070:
    78.31.8.0/21
    193.182.8.0/21
    The number 21 is the prefix length.
    I've assigned the static IP to my iMac and my iPhone. I've also forwarded port 4070 (Public & Private UDP and TCP) to my iMac's static IP. I also tried it on my iPhone. What I don't know about is how to open the IP Range on that port as stated above.
    Any idea where this can be done? Thanks!

    Welcome to the discussion area, Meagan!
    The Actiontec "modem" that you mention is really a gateway...a combination modem/router, so with this device and the AirPort Extreme, you have two routers on the network.
    Whenever you have two routers on a network, the first router must be configured to handle the main routing chores and any other routers must be configured in Bridge Mode to function correctly. So, Bridge Mode is the correct setting for the AirPort Extreme when used with the Actiontec gt701d gateway.
    In order for the AirPort Extreme to provide a Guest Network, it must be configured as the "main" router on a network. This won't be possible unless you can re-configure the Actiontec device to act as a simple modem, not a router. You might want to check with Actiontec support to see whether this might be possible.
    Message was edited by: Bob Timmons

  • How to configure airport extreme (n) for 1G network?

    the network is connected, but only at 100.
    the setup is:
    Modem Thomson (dont really need it at 1000, my cable bandwidth is only 5Mb) -->
    Airport Extreme (n) -->
    Macmini C2D 2G and Imac 20" 2G (not C2D, the older one)
    Both running 10.4.10 for intel, both have airport utility installed.
    thanks!

    i still got nothing, i managed using cocktail to make the line 1G/half duplex, the line was active but the computer got no valid ip address from the airport extreme and could not no connect to it in any way.
    so...what else to do? i bought the cables (cat 7) becuse i've been told the airport extreme will work at 1G without any problems, but all i get are problems.

  • HOW DO I CONFIGURE  AIRPORT EXTREME TO ENABLE HP EPRINT

    HOW DO I CONFIGURE  AIRPORT EXTREME TO ENABLE HP EPRINT

    Thank you.  Before seeing your message, I uninstalled the printer and reinstalled it on my Airport Extreme with WIFI protected setup using the PIN provided by the printer.  Next I followed instructions  from HP saying I should disable the eprint on the printer and epring on the embedded web server should be turned off. I did both and went about my work until I saw your email.  Upon seeing your message, I went to the HP OfficeJet 6700 Premium printer and enabled web services, then went to the console of nearby MacMini, clicked on the printer icon in the dock, clicked "settings" and clicked "show printer webpage" and the on the printer webpage, I went to "eprint" tab, turned it on and for the first time EVER, I heard  the connecting chime and saw a green check mark on the web instead of a red x. I returned to printer console, answered the questions and printed the instrucitons, logged into HPeprint center through Safari  and changed my password for this printer on the HP ePrint center using the code  receive on the instruction page.   Everything looks good to go.
    Thanks for the advice on the caps. I really did not intend to send the question at all.  Glad I did.

  • How to set up Guest Network, while Airport Extreme is connected to Satellite Receiver

    How to set up Guest Network, while Airport Extreme is connected to Satellite Receiver?

    Depending on how you have your AirPort Extreme configured to work with the satellite receiver, it may or may not be possible to enable the Guest Network function.
    We will need to check some settings on your Mac or PC, but in order to do that, we need to know what operating system you are using on your computer.
    If you have a Mac, click the Apple icon in the upper left corner of the computer screen, then click About This Mac. Post back with the OS X Version number that you see there.

  • My airport extreme has connected to a Tplink router, i set my AE in Create network, so i get a problem of Double NAT. How can i repair this probleme because i have to use TPlink for my IP TV and i want to use AE to creat my network and the guest NW.

    my airport extreme has connected to a Tplink router, i set my AE in Create network, so i get a problem of Double NAT. How can i repair this probleme because i have to use TPlink for my IP TV and i want to use AE to creat my network and the guest NW. If we don't have a solution for this question, can i set my AE to use the IP TV and how??? I'm using a 4th Airport extreme

    No, not unless it is simply a network connection.
    How is your IPTV being provided.. if it is using a separate vlan or separate vpi/vci in the adsl connection. Who is your ISP?
    Is the TP-Link ADSL?
    Is the IPTV using a separate voice channel on adsl?
    Or a different vlan.
    Sorry but it is something where a definite answer is not possible unless you provide all the details.
    The setups are unique to each ISP around the world..
    Here is one for our local ISP.
    http://www.avenard.org/iptv/Setup.html
    He has a section on getting this working with apple router over wireless.. look
    http://www.avenard.org/iptv/IPTV_and_Wireless.html
    Google around and see if other people have had success.. the whole setup is tricky.. and it is hard if nobody has used it who actually understands networking.

  • How to make Mac OS X Server auto-configure Airport Extreme port-mapping

    Mac OS X Server can automatically configure AirPort Extreme to make services such as iChat, Mail, Web, and VPN accessible: http://www.apple.com/server/macosx/features/networking-vpn.html
    I presume this configuration generally takes place during a fresh installation of the server.
    Is there any way to re-run this process post-installation?

    That page talks about Snow Leopard's Networking abilities, not Leopards.
    Off hand, I don't know whether what you describe is a new feature in Snow Leopard or not, but I've never seen Leopard do it (and, to be honest, wouldn't want to).
    In either case, it's basically just Bonjour telling the router to configure port forwarding. Given that, I'd start by enabling mod_bonjour in Apache:
    #LoadModule bonjour_module libexec/apache2/mod_bonjour.so
    but I don't know how other processes are doing it.

  • How to setup airport extreme vs express at WDS mode?

    How to setup airport extreme(Main) vs express(Site) at WDS mode?

    Please check out the following Apple Support article on how to configure a WDS.

  • Airport Extreme wont connect too my router

    Airport extreme dosent connect to my router via my ethernet cable, i just get a orange flashing light. Do i need to configure my router?

    The ulitity program need to be updated after downloading its all sweet now. I just have too FAT 32 my External HDD and it will be fully operational

  • Sent wake-on-lan command will reset airport extreme internet connection?

    hi,
    I have a problem with my airport extreme.
    1, My airport extreme is set always stay connected to internet.  If I reboot my airport extreme, it can not update my airport extreme global host name to my DNS, I need to reconnect manually.
    2, if I sent a wol command to my NAS, airport extreme internet connection will be reset. it can not update my airport extreme global host name to my DNS, I need to reconnect manually.
    zhi

    Derek-
    Since I could not find an answer on the support site. I contacted Apple Support. Once I explained the symptoms the tech seemed to know exactly how to address my issue. I will explain what happened in hopes that it will assist you. It seems that the issue has to do with the type of wireless network security set up in the Airport Extreme that conflicted with the Vista notebook's wireless adapter.
    The tech had me launch Airport Utility, log into the Airport and Click on the Wireless. First he had me change the Radio Channel Selection from Automatic to Manual and changed the 2.4 GHz channel to 9 (from default 11) and the 5 Ghz channel to 157. The wireless security was set to WPA/WPA2 and he had me change it to WEP (Transitional Security Network) and I entered a 13 character key.
    This resolved the internet connection issue with the Vista laptop immediately, but now I cannot print to my wireless Lexmark printer. I have a support email to Lexmark. It seems that the Lexmark driver/software only lists WPA in the install dialog and does not include WEP. My guess is that this is the source of the problem.
    I hope this helps.
    -Eye

  • Devices not connecting through Airport extreme wired connection

    Hi
    I just got an Airport extreme to use as an extention of my existing network, and to plug some devices in so that they can connect to the internet for updates (Sony Blu-ray player, dish network receiver, slingbox)...
    my wireless is from a linksys/cisco wireless router (4-port) wrt310n, that is connected to my cable modem. The airport is set and has the green light showing. The blu-ray player and dishnetwork receiver are plugged into two of the ports. The blu-ray player says it can't connect to the internet. The dish network receiver says it is connected, giving ip address/submask, etc.
    If I take my macbook pro and turn off wireless and plug into the airport it will not connect to the internet.
    What have I not done to allow wired connection to the airport extreme to connect to the net?
    thanks
    David

    Thanks for the clarification of your setup.
    Unfortunately, the bottom line here is that this is not going to work.
    The ethernet ports on the Extreme will only be active if you configure the AirPort Extreme to "extend a wireless network". But, it can only "extend" a wireless network from another Apple router. It's not compatible for this purpose with your Cisco router or any other manufacturer's router.
    If you are unable to connect the AirPort Extreme to your router using an ethernet cable, you might want to take a look at a pair of ethernet powerline adapters to accomplish the same task by using the wiring in your home to transmit the ethernet signal.
    I should clarify that if you connect the Cisco and AirPort Extreme using ethernet, you would not use the "extend" setting on the AirPort Extreme. This is only used if the device is connecting to another Apple router.
    Message was edited by: Bob Timmons

Maybe you are looking for

  • Getting someone's notes and photo on my iphone and icloud

    im having problem with my iphone 5s and icloud, i keep on getting unknown notes and photo of someone i don't even know. my iphone 5s is my first and only ios devices and i only have 1 icloud/apple ID as well(created after i bought my iphone), which i

  • Error getting when saving the sales document in third party sales order

    in third party sales order,when i am saving the sales order i am gettingthe following error subsequent function 'purchase requistion from sales document' not possible due to credit block.earlier i have maintained credit checks for some customers,but

  • Which is better Gigabit Ethernet DP or Quicksilver SP

    Hello I'm fairly new to the Mac only been a user for 2.5 years, versus Wintel 20 years. Well a brief history I started out with a iMac G3 600MHz/1GB/40GB/CD-RW/16MB Rage 128 in April 2008 then moved onto a PowerMac G4 Quicksilver 2001 733MHz last Sep

  • Outline of PSD clone stamp

    Hi, I´m new to using Photoshop with FCPX and I´m stuck. I´ve got a scene on my timeline, where I need to erase some cables and I have done the following in PS: (It should all be pretty straigth forward, as the background is all white and there´s no c

  • Urgent ....Report Style

    Hi I am using Report6i I want to print one field ( in Verical position ) is it possible... o/p i want like this           empno     ename Adress     no:12,mil     2202     devi The addres should print in veritical(90)degree.... Thanks in advance...