Airport Express not working when used with Broadband Router **HELP!!!**

Hello.
I have an ethernet network in my house, and I am connected to the network via a Linksys router for Broadband VOIP and internet. I am on a G5 in my home office and want to stream music to my Airport Express for my home stereo in the living room, via the ethernet connection.
The problem is that when using the router in my network, only the Admin Utility sees the base station-- iTunes does not.
If I remove the router from the equation altogether and plug the network ethernet cable directly into the G5, the AX in the other room works just fine and I can get internet on the G5 in the office. The problem is that I need the router to operate my Vonage VOIP phone service and to connect a second computer to the internet as well. The IP address for the router in the home office is "192.168.x.xxx" and when I try moving it to the living room and connecting the AX to it, the Admin Asst doesn't see the AX at all.
When I connect the router to the network in the office, I can use internet on both computers and the VOIP phone service, and the AX Admin Asst. sees the base station from the other room. But again, iTunes does not.
Is there a way to configure the router to see the AX?
Thanks for your help!

Forgive me if this a little off thread, but I have just managed to get this to work and thought it might help people with similar configuration issues (mix manufacturer wireless networks)
I received an Airport Express (FW v. 6.3) for Christmas this year. I already am using a D-Link DI-524 wireless(G) router (Rev A FW 1.03) for my Comcast cable modem in my house (downstairs). What I wanted to do is to add the Airport Express in my office upstairs to my network (client mode) so that I could print from my HP Deskjet 3740 printer and listen to iTunes on my stereo through Airtunes. I have two iBooks (G3) with regular (802.11b) airport cards in them) running Tiger.
I ran into a couple of snags though. I could see the printer in Rendezvou and I could see the airport express in iTunes. I however could not print to the printer or connect to the speakers. I was able to connect to the speakers very intermittenly and then the audio would be disrupted every few seconds.
After a bit of hacking, what I found is that it seems that WPA PSK security doesn't work between the two. I changed the security to 128 bit WEP (ASCII mode). This means that you need an exactly 13 character pass phrase. This is necessary because Apple (and pretty much only Apple) supports 40 bit WEP (5 chars) and D-Link (and the rest of the Windows wireless universe) supports 64 bit WEP (7 chars), but they both support 128 bit WEP. I assume you could set both up as an open network if you were far enough from your neighbors, but I am in a townhouse complex, so I thought I probably better have some security on the network.
Now I only see one network (the one set up on my D-Link router) and I can print to my printer and stream to my stereo through iTunes (without disruption). Seems to work seemlessly now.
I should also mention that I did about three other things. I moved the LAN subnet on the D-link router to 192.168.1.1 (DHCP client address are now between 1.100 and .1.200) I had heard that this was necessary since both routers tried to use the 192.168.0 subnet, but I think this is only necessary in relay mode. I also statically assigned the IP address for the Airport Express. Finally I set up a firewall rule of Source WAN/LAN IP addresses of 192.168.1.100-200 of any protocol from ports 1-20000 to the same destination address range should be allowed to allow for all LAN traffic to be passed. I am very certain this is unnecessary and possible dangerous for security, but I thought I should mention that I did it.
Hope this might help someone.
Michael
iBook G3 (600 MHz)   Mac OS X (10.4.3)   D-Link DI-524 Router. Motorola Surfboard Cable Modem. Comcast Broadband

Similar Messages

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • WMI InvokeMethod for StartService does not work when used with ManagementOperationObserver on IIS

    Hi,
    I am using .net 4.5 and C# to remotely restart the services. I am using WMI to do this task.  This code works when called from windows application on the machine, but same code when used inside web application it gives exception of invalid parameter.
    We saw it log error in System Event log 
    The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
    {49BD2028-1523-11D1-AD79-00C04FD8FDFF}
     and APPID
    {49BD2028-1523-11D1-AD79-00C04FD8FDFF}
     to the user IIS APPPOOL\<app pool user> SID (S-1-5-82-634865507-143429395-1373251082-3464226226-3883016302) from address LocalHost (Using LRPC). This security
    permission can be modified using the Component Services administrative tool.
    I am pasting below code for reference.
    m.InvokeMethod(observer, "Startservice", null, null);
    //wait until invoke method is complete or 30 sec timeout
    int intCount = 0;
    while
    (!completionHandlerObj.IsComplete)
    if (intCount > 60)
    MessageBox.Show("Inside 30 seconds");
    break;
    //wait 1 sec.
    System.Threading.Thread.Sleep(1000);
    //increment counter
    intCount++;
    //see if call was successful.
    if (HandlerObj.ReturnObject.
    Properties["returnValue"].Value.ToString() == "0")
    isStarted = true;
    Dhanaji

    For web apps the context will be the context of the app pool.  Unless you set the app pool to run as a user account that has admin privileges on the remote machine then you won't be able to control the services on a remote machine.  If you have
    enabled Win auth such that the app runs in the context of the remote user then you might need to turn on delegation otherwise the hop won't work.
    Note that if you are using Win auth then consider using ServiceController instead which provides the same functionality as WMI but with a cleaner syntax.  This wouldn't work if you need to impersonate a user though.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Function module not working when used with 'In Background Task'

    hi,
    this is my code
    call function 'Z_IBD_FILL_ZINETACT'
                  in background task
                  destination  'SAPD220125'
                  tables
                      it_net1 = it_net1
                      it_net2 = it_net2
                      it_net3 = it_net3  .
    when this code is executed i am not getting any data in my internal tables i.e it_net1, it_net2, and it_net3
    but i changed this code see the below code
          call function 'Z_IBD_FILL_ZINETACT'
                 in background task (THIS IS COMMENTED)
                  destination  'SAPD220125'
                  tables
                      it_net1 = it_net1
                      it_net2 = it_net2
                      it_net3 = it_net3  .
    now i am getting data into my internal tables
    can any one tell me what can be the problem and how to solve it in my case
    its very urgent

    Hi,
    Pls. go through the  docu..
    CALL FUNCTION
    Variant 5
    CALL FUNCTION func IN BACKGROUND TASK.
    Additions:
    1. ... AS SEPARATE UNIT
    2. ... DESTINATION dest
    3. ... EXPORTING  p1 = f1    ... pn = fn
    4. ... TABLES     p1 = itab1 ... pn = itabn
    Effect
    Flags the function module func to be run asynchronously. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process.
    Note
    This variant applies only as of Release 3.0, so both the client system and the server system must be Release 3.0 or higher.
    Note
    qRFC with Outbound Queue
    This is an extension of tRFC. The tRFC is serialized using queues, ensuring that the sequence of LUWs required by the application is observed when the calls are sent.
    For further information about qRFC, refer to the Serialized RFC: qRFC With Outbound Queue section of the SAP Library.
    Addition 1
    ... AS SEPARATE UNIT
    Effect
    Executes the function module in a separate LUW under a new transaction ID.
    Addition 2
    ... DESTINATION dest
    Effect
    Executes the function module externally as a Remote Function Call (RFC); dest can be a literal or a variable.
    Depending on the specified destination, the function module is executed either in another R/3 System or as a C-implemented function module. Externally callable function modules must be flagged as such in the Function Builder (of the target system).
    Since each destination defines its own program context, further calls to the same or different function modules with the same destination can access the local memory (global data) of these function modules.
    Note
    Note that a database commit occurs at each Remote Function Call (RFC). Consequently, you may not use Remote Function Calls between pairs of statements that open and close a database cursor (such as SELECT ... ENDSELECT).
    Addition 3
    ... EXPORTING p1 = f1 ... pn = fn
    Effect
    EXPORTING passes values of fields and field strings from the calling program to the function module. In the function module, formal parameters are defined as import parameters. Default values must be assigned to all import parameters of the function module in the interface definition.
    Addition 4
    ... TABLES p1 = itab1 ... pn = itabn
    Effect
    TABLES passes references to internal tables. All table parameters of the function module must contain values.
    Notes
    If several function module calls with the same destination are specified before COMMIT WORK, these normally form an LUW in the target system. Calls with the addition 1 are an exception to this rule - they each have their own LUW.
    You cannot specify type 2 destinations (R/3 - R/2 connections).
    (See Technical details and Administration transaction.)
    Example
    REPORT  RS41503F.
    /* This program performs a transactional RFC.
    TABLES: SCUSTOM.
    SELECT-OPTIONS: CUSTID FOR SCUSTOM-ID DEFAULT 1 TO 2.
    PARAMETERS: DEST LIKE RFCDES-RFCDEST DEFAULT 'NONE',
                MODE DEFAULT 'N',
                TIME LIKE SY-UZEIT DEFAULT SY-UZEIT.
    DATA: CUSTITAB TYPE TABLE OF CUST415,
          TAMESS   TYPE TABLE OF T100,
          WA_CUSTITAB TYPE CUST415.
    SELECT ID NAME TELEPHONE INTO CORRESPONDING FIELDS OF TABLE CUSTITAB
                   FROM SCUSTOM WHERE ID IN CUSTID ORDER BY ID.
    PERFORM READ_CUSTITAB.
    EDITOR-CALL FOR CUSTITAB TITLE 'Editor for table CUSTITAB'.
    PERFORM READ_CUSTITAB.
    CALL FUNCTION 'TRAIN415_RFC_CALLTRANSACTION'
         IN BACKGROUND TASK
         DESTINATION DEST
         EXPORTING
              TAMODE    = MODE
         TABLES
              CUSTTAB   = CUSTITAB.
    CALL FUNCTION 'START_OF_BACKGROUNDTASK'
         EXPORTING
              STARTDATE = SY-DATUM
              STARTTIME = TIME
         EXCEPTIONS
              OTHERS    = 1.
    IF SY-SUBRC = 1.
      EXIT.
    ENDIF.
    COMMIT WORK.
    CALL TRANSACTION 'SM58'.
          FORM READ_CUSTITAB                                   *
    FORM READ_CUSTITAB.
      WRITE: / 'System ID:', SY-SYSID.
      SKIP.
      LOOP AT CUSTITAB into WA_CUSTITAB
        WRITE: / WA_CUSTITAB-ID, WA_CUSTITAB-NAME,
                 WA_CUSTITAB-TELEPHONE.
      ENDLOOP.
      ULINE.
    ENDFORM.
    Pls. reward if useful....

  • Plug-ins in Color Efex do not work when used with Lightroom? really need help

    Dear all,
    I am suffering the problem with some plug-ins (some others still okey) of Color Efex when I use them with Lightroom. Specifically, the image I chose to edit in Color Efex turned black as I tried to apply a plug-in, ex Detail extractor. Pls see the pic below:
    Before
    ...and After
    I am using Win XP and wondering whether this is the root of this problem? Pls help me for a solution if you know it.
    Many thanks for reading and supporting!

    Dear all,
    I emailed Nik team and it is just exact as what you said, they are very helpful and supportive when provide me several of solutions. Thank god one amongst them solves my issue completely. I performed the following steps:
    If you are able to open Color Efex Pro 4and can see part of the interface, see if you can click on the"Settings" button in the lower left.
    In Settings locate the section "GPU" and expand it, in this section you will see a check box "Enable GPU Processing", uncheck this so the GPU will be disabled, then close the settings window.
    Close out of Color Efex Pro 4 (click Cancel), quit out of any and all host applications (Photoshop,Lightroom, Aperture), and then relaunch Color Efex Pro 4 to see if this corrects this issue.
    Thank to Nik team and you guys here. I'm now able to work with my new project better

  • HT204168 touch screen function not working when using facetime

    Why is my iPad touch screen function not working when using FaceTime?

    Hi megascones,
    I apologize, I'm a bit unclear on the exact nature or scope of the issue you are describing. If you are having issues with the touch screen on your iPad, you may find the troubleshooting steps outlined in the following article helpful:
    If the screen on your iPhone, iPad, or iPod touch doesn't respond to touch - Apple Support
    Regards,
    - Brenden

  • Photoshop CC. Colour selection not working when using alt and brush.

    Hi, Photoshop CC. Windows 8.1 64 bit. Colour selection not working when using alt and brush. I have tried rebooting and other things like closing swatch panel etc.
    The alt key is otherwise OK.  It's not the recent upgrade from Win 8 to 8.1 (5 days ago) because the colour selection facility was working yesterday. Any ideas.

    I'd say things sound desperate enough to try resetting Preferences
    Reset Preferences
    Windows — Hold down Shift Ctrl Alt immediately after starting Photoshop
    Mac — Hold down Shift Cmd Opt immediately after starting Photoshop
    If that fails, we need to know your operating system?
    Do you have a full CC subscription, or by apps do you mean Photoshop, Bridge and Lightroom?
    Another other information that might pertain ?

  • Airport express not working since today's itunes update

    Since updating iTunes today, Airport Express not working. More specifically, the Airport software will recognise the device exists, but iTunes cannot connect to it, just getting error message.

    Ray Dio wrote:
    Since updating iTunes today, Airport Express not working.
    try this:
    go system preferences > network > airport > advanced > TCP/IP and set *configure IPv6* to off. click on apply.
    now have iTunes connect to the remote speaker again.
    JGG

  • Siri does not work when used for calling a contact function

    Siri does not work when used for calling a contact function

    Very strange, try to turn off/on your iPhone. Or make a reset (home+power button)...
    If it continues try to restore it.

  • Why is my touch screen function not working when using facetime

    Why is my touch screen function not working when using facetime

    Hello megascones,
    After reviewing your post, it sounds like the screen is not responding to touch in one app. I would recommend that you read this article, it may be able to help the issue.
    If the screen on your iPhone, iPad, or iPod touch doesn't respond to touch - Apple Support
    Restart your device. If you can't restart, reset your device.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Lenovo S8-50LC Wlan(WiFi) Does not work when use Sim Cart(3G)

    Hi
    Tablet Lenovo S8-50LC
    Wlan(WiFi) Does not work when use Sim Cart(3G).
    What is the solution for this problem?
    Build Number : TABS8-50LC_S000200_150121_ROW
    SoftWarw Version : TABS8-50LC_150121

    Right, but if you have the SIM in the tablet and you put the tablet in airplane mode, does wifi work then? If so, it may be a bad SIM. Do you have another SIM you can try?

  • The volume up and down controls on my wireless keyboard show a no entry sign and do not respond when used...please help?

    The volume up and down controls on my wireless keyboard show a no entry sign and do not respond when used...please help?

    If you want to get a little more "exotic" you can try remapping the function keys.  I did a little google searching and the hits that looked promising are,
    Mapping volume and eject keys to 3rd-party keyboard Other Hardware
    Spark
    Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, control iTunes, and more...
    You can also export and import your Hot Keys library, or save it in HTML format to print it.
    Spark is free, so use it without moderation!

  • Airport Express not working with Comcast

    I used to have AT&T and had my airport working well. Yesterday i changed to Comcast and my airport is not working the light stays yellow.. I tried resetting it but it didn't work.. I use it with my old Cisco router and its working. Whats wrong with my Airport Express? My computers are Windows 7

    A solid amber light indicates that the AirPort Express has locked up....or it is defective.
    Suggest you that try a Factory Default Reset as follows:
    Pull the Express from power
    Let it rest for a few minutes
    Hold in the reset button and keep holding it for another 8-10 seconds while you plug the Express back in to power
    Release the reset button after the hold period and allow 40-45 seconds to restart
    The Express should display a slow, blinking amber light at this time
    If you continue to see a solid amber light after a few tries with a Factory Default Reset, the Express has failed and it will need to be replaced.

  • Airport express not working with apple products

    We have been trying to get airport express to work with a macbook pro, ipad2, iphone, laptop, htc wildfire - havent even tried the air music or printer yet! 
    We have a green light on the airport express which is connected to an ntl cable modem(virgin media network).
    Currently the only thing that will connecy is the laptop and my htc phone.  All the apple products will not connect? 
    We went to the apple store today and it worked grand when it was plugged in - the apple products all worked.
    The network comes up on ipad2 but when you press connect it says 'unable to connect'
    can anyone help us please?
    thank you

    I have the same issue.  Mine fixed itself for a bit and now it's broken again.  I'm thinking it's going to be intermittently broken.  I've tried turning both devices off and on again but that did not help.

  • Airport Express not working with Motorola Surfboard Sb6141 and TWC

    My 2012 Airport Express was working fine with my Motorola Surfboard Sb6141 and TWC until about a week ago when the signal started dropping constantly. I hard wired the modem to my computer and everything worked fine. I took the Airport Express to the Genius Bar and it is working fine. I have followed the instructions posted throughout this board to reset the AE to factory settings, then turn everything off for 1/2 hour, turn on just the modem, the the AE 15 minutes later and the computer 15 minutes after that, but to no avail. When I try to set up the AE using Airport Utility, it allows me to assign a name and password, but then the light goes to solid amber and I get "An unexpected error occurred. Try again." Any ideas?

    I'm still struggling trying to get the SB6141 to stay connected with my Airport Extreme but it drops altogether every day or 2 but if you're looking for an alternative, I've heard the Netgear CMD31T works well with the airport.

Maybe you are looking for