Connect Test LAB to Production Network

I have a lab in a remote location, which is, as of now, accesible via console router. I want to connect this to production network, so that i am able to access without the console router. The physical setup would be like
Core --- Distribution ---- AccessSwitch---TestLAB (couple of switch connected to each other)
My concern: if i play in my test lab, there are chances that the broadcasts and STP floods might cripple my production network.
pelase suggest what precautions should i take?

I did a similar thing a while back and I used a firewall to connect to the lab.
So the outside interface of the firewall faced the lab and the inside faced production.
I used a completely different private IP range for the lab and because I didn't want those IPs in the production routing tables I used NAT on the firewall to translate the lab IPs into a spare IP subnet available in production.
You should definitely look to isolate your lab so that nay mistakes are not passed to production.
I wouldn't connect the lab to production with a L2 link because of STP, VTP etc. If you can't go the whole way of a firewall then you should look to use a L3 link if your lab switch supports it.
In addition using a separate VRF for your lab environment would be a good idea so any mistakes if you are playing around with the routing etc. does not affect the global production routing tables.
Jon

Similar Messages

  • HT3204 When doing a "Network Connectivity Test" on my PC, as to iStore Connectivity, it says "Secure Link to iTunes Store failed". And when trying to "authorize" my computer to sync ringtones I downloaded to my PC, I keep getting an errot message.

    When doing a "Network Connectivity Test" on my PC, while in iTunes, it tells me that "Secure Link to iTunes Store Failed", yet I'm connected to the internet.  I was unable to "authorize" my PC with an error message, as well, giving me the code (-3212), saying I was not connected to the internet, yet I am.  I can open browser after browser, and navigate just fine.  In going through the iTunes Help menu, I am running the tests offered in the drop-downs, but I keep getting the afore-mentioned errors.

    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Itunes hanging network connectivity tests

    Hi,
    I have that old issue with iTunes hanging when I import CD's and the information is retrieved from Gracenotes. It also happens when doing a Network Connectivity Test from the diagnostics tab.
    I do not have the jukebox software running as per the old 2011 conversation. Is there anything else I can look at as it is extremely frustrating to have to type things in manually!
    Let me know please.
    Thanks
    C

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Howto setup a simple network in SCVMM 2012 R2 and HyperV for test-Lab /Private Cloud

    Howto setup a simple network in SCVMM 2012 R2 and HyperV for test-Lab /Private Cloud
    I have domain controller on my laptop (i5 core 8gb) en one hyperV machine running also scvmm 2012 r2 on it. (i3 core 16gb)
    both runung windows server 2012 r2 x64 on it.
    I want to install a easy "Test Lab" for Scvmm 2012 r2 and hyper-V r2 for mine Private cloud exams. (70-246 & 70-247).
    howto arrange networking and clustering for this mine network and cluster is 192.168.1.0/24.
    ThanX anyway!!

    Also, I have tried to redeploy other test VM networks, VMs, and the PA Network itself and it still doesn't work. 
    Any ideas?

  • How to connect to excel document at network machine through oracle ?

    Hello !
    I am able to read excel doc at my local drive through sqlplus(oracle).
    Please help me to modify steps to access excel docs at network machine.
    steps:->
    1) start\settings\control\panel\administartive tolls\data source odbc\system dns\driver for microsoft excel (*.xls)\dns source at my local drive.
    2)C:\oracle10g\product\10.2.0\db_1\hs\admin\initNITIN.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = TESTDS
    HS_FDS_TRACE_LEVEL = 0
    #HS_FDS_TRACE_FILE_NAME = aetna_xls.trc
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    3) adding one more listener in listner.ora
    SID_LIST_HSODBC_LISTENER =
         (SID_LIST=
              (SID_DESC=
              (SID_NAME=NITIN)
              (ORACLE_HOME=C:\oracle10g\product\10.2.0\db_1)
              (PROGRAM=hsodbc)
    HSODBC_LISTENER =
         (DESCRIPTION_LIST =
         (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1555))
    4) entry in tnsnames.ora
    ABC.SCF.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1555))
    (CONNECT_DATA =
    (SID=NITIN)
    (HS=OK)
    5)lsnrctl stop listner
    6) listner start HSODBC_LISTENER
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle10g\product\10.2.0\db_1\network\admin\listener
    .ora
    Log messages written to C:\oracle10g\product\10.2.0\db_1\network\log\hsodbc_list
    ener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1555)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1555)))
    STATUS of the LISTENER
    Alias HSODBC_LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 30-JUN-2007 12:30:25
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle10g\product\10.2.0\db_1\network\admin\listene
    r.ora
    Listener Log File C:\oracle10g\product\10.2.0\db_1\network\log\hsodbc_li
    stener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1555)))
    Services Summary...
    Service "NITIN" has 1 instance(s).
    Instance "NITIN", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    7)create database link test
    connect to "ben"
    identified by joe
    using 'ABC.SCF.COM';
    8)SQL> select * from all_objects@testin;
    OWNER OBJECT_NAME S OBJECT_ID
    DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_ T S T G S
    Sheet1$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    Sheet2$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    Sheet3$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    My queries are :
    1)Is it possible to connect to a document at network
    if yes then for , do i need to map a drive.
    please explaqin how what changes required to make it possible to read a network excel documnet through oracle.
    Thanks in Advance
    --Ajay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Justin ,
    Thanks for your prompt reply ...
    I have mapped network machine folder to X:\
    now I can access this on my local machine by x:\
    And dsn it pointing to document on x:\
    then i tried to connect , but got an error.
    SQL> select * from all_objects@testin;
    select * from all_objects@testin
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC][Microsoft][ODBC Excel Driver] '(unknown)' is
    not a valid path. Make sure that the path name is spelled correctly and that
    you are connected to the server on which the file resides. (SQL State: S1009;
    SQL Code: -1023)
    ORA-02063: preceding 2 lines from TESTIN
    Do I need need any other changes in above confiiguration..
    or create link statement need to be modified...
    SQL> create database link testin
    2 connect to "SCF\ben"
    3 identified by "joe"
    4 using 'ABC.SCF.COM';
    please suggest

  • Workflow configuration error - System Account connection test failed

    Hi,
    Has anybody faced a problem with Workflow configuration? The version we are using is 2.6.2 on Oracle database 9.2.0.5 on AIX5L. The workflow installation from 9.2.0.1 installation CDs goes through without any problem. But when the workflow configuration tool comes up it fails with the following error.
    "SYSTEM account connection test failed".
    The system and sys accounts are fine as verified by sqlplus. Any help is greatly appreciated.
    The log file is shown below.
    Workflow Configuration Assistant-AIX
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA:
    WorkflowCA: Screen width -2304-, screen height -1024-
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA: Language - US
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYSTEM
    WorkflowCA: SQL Thread: Thread[TstSQL,5,main]
    WorkflowCA: chkSQL: true
    WorkflowCA: cmdLine: /app/oracle/product/9.2.0/bin/sqlplus system/<Masked Password> @/app/oracle/product/9.2.0/wf/sql/wftstcon.sql
    WorkflowCA: envVar[0]: -ORACLE_SID=rsdb-
    WorkflowCA: envVar[1]: -ORACLE_HOME=/app/oracle/product/9.2.0-
    WorkflowCA: envVar[2]: -WF_RESOURCES=/app/oracle/product/9.2.0/wf/res/wfus.res-
    WorkflowCA: envVar[3]: -TZ=EST5EDT-
    WorkflowCA: envVar[4]: -WF_NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1-
    WorkflowCA: envVar[5]: -PATH=/app/oracle/product/9.2.0/bin:/app/oracle/product/9.2.0/lib:$PATH-
    WorkflowCA: envVar[6]: -LD_LIBRARY_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: envVar[7]: -WF_TNS_ADMIN=/app/oracle/product/9.2.0/network/admin-
    WorkflowCA: envVar[8]: -WF_SHLIB_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: Exit Val : 126
    WorkflowCA: chkSQL is alive after 1 seconds: false
    WorkflowCA: SYSTEM account connection test failed.
    WorkflowCA: Terminating...
    Thanks,
    Chethan

    We had this problem on 2 machines.
    On the 1st machine, we tried the local install option after a few days (Local option with no connect string) and it worked with no problems!
    On the 2nd machine, we could never get it to work even after opening a tar with Oracle. Finally we did a remote install from the 1st machine into the database on the 2nd machine. During the remote install while running wfinstall on the 1st machine, we just had to choose the remote option and the database service name for the connect string.
    Thanks,
    Chethan

  • *Slow Response on CI SM59 "Connection Test" to Dialog Instance

    Our ECP/ECQ, Central Instance runs on UNIX and we have a dialog instance
    running on Windows 2003 server. This dialog instance is used ONLY for
    running "Archive" jobs to take the load off CI.
    The performance of these archiving jobs on the dialog instance has been
    extremely slow. When we run the job in CI, on average each document
    takes about 1.74s and running on SAP-CONT02 it takes about 7.05s per
    document.
    When I perform a RFC connection test the logon response time is around
    6112 msec.
    SAP-CONT02 server has two dialog instances, ECP connected to production
    and ECQ is connected to the QA System.
    When I perform a similar SM59 RFC test from ECQ CI to ECQ dialog instance the response is 30 msec.
    We are not able to utilize the dialog instance to run our archive jobs and it is impacting on the
    project delivery. Can you please help to diagnose the issue?

    Hi Deepak
    Thanks for responding. I believe CI and Dialog are in the separate same network but different subnet mask.
    Windows Server: 192.168.205.119
    ECQ UNIX Server: 192.168.100.18
    ECP UNIX Server: 192.0.11.54
    Looks like it might be related to network delay. How do I confirm this? Is there any tests I can perform to prove this? I tried "Note 500235 - Network Diagnosis with NIPING" but it is not much of a help.
    Regards
    Hari

  • DSL test lab w/ WIC-1ADSL

    Hi folks,
    I regularly configure Cisco 800-series routers for field deployment, and I'd love to be able to run through some simulations on the 8x7 ADSL series (837 and 877) in my test lab. I also have a few WIC-1ADSL modules for my 2600/2800 routers.
    I know that you can do back-to-back configurations with GHDSL wics, but it doesn't seem to be possible with the internal ADSL modems on the 800's and/or the WIC-1ADSL's.
    Can someone please point me in the right direction? I'm looking for the easiest & cheapest way to connect two 8x7's to each other via the ADSL (RJ-11) port, and/or to a WIC-1ADSL.
    I'm not necessarily interested in recreating/simulating an entire service-provider infrastructure (yet ;-), my initial goal is just straight connectivity. I'm /not/ familiar with ATM switch or DSLAM specs or configuration, but I'm willing to learn, however I can't spend days and days bringing myself up to speed. Again, getting the connectivity between the CPE devices is primary; the guts of DSL and any required jury-rigging are secondary.
    Thanks!

    The Cisco 850 series and Cisco 870 series routers support the dial backup function, which allows a user to connect an analog modem to the console port as a backup link to the WAN port in case the ADSL service goes down. Refer URL http://cisco.com/en/US/products/hw/routers/ps380/products_installation_guide_chapter09186a0080471067.html#wp1055766

  • MFP M127fn connected, test printing OK, can't print from applications

    Hello Everyone!
    I have just set up my M127fn via USB on a Windows 8 system. The set up went fine. I have a small stack of test pages from the HP software, but it won't print anything from any applications like MSOffice. The HP diagnostic software (Print and Scan Doctor 4.6)  can communicate with the printer and everything checks out OK.
    Any suggestions?
    Thanks in advance.

    Hello! 
    I have replied twice to your last posting, but have heard no response. Unless a solution can be presented quickly, I fell I must return the product. LPug and play was introduced with Windows 95 and this HP product has not lived up to that 20 year old technological standard. My previous replies are copied below.
    Please respond soon.__________________________________________
    Re: MFP M127fn connected, test printing OK, can't print from applications
    Options 
    ‎01-31-2015 08:06 AM
    Hello again!
    I haven't heard a response to my most recent reply. Is there anything you can suggest before I give up and return this HP product to the store? I would like a quick resolution to this. As an update to my previous email (copied below), printing is no longer working through Adobe Reader.
    Thanks,
    Chris
    Re: MFP M127fn connected, test printing OK, can't print from applications
    Options 
    ‎01-28-2015 01:08 PM
    Hi,
    Thanks for getting back to me. I have tried a variety of different programs:
    Mozilla Thinderbird (email) - no results
    MS Word - no
    ms excel - no
    Finale (music software) - no
    Adobe Reader - yes!
    Google Chrome - yes!
    NotePad - yes!
    perplexing!

  • I currently have a WPN824 v3 Netgear router and I'm trying to set up my Apple TV. I'm able to connect it to my wireless network but my airplay feature is currently not working.

    I currently have a WPN824 v3 Netgear router and I’m trying to set up my Apple TV. I am able to connect it to my wireless network but my airplay feature is currently not working. The icon does not appear on any of my devices. My ipad and ipones all are currently up to date and are all joined to the same network. Is it the way that my router is configured. Please help let me know what I need to change in my router settings or does my router not work with Airplay. Or is there a simple fix.

    you don't mention which products you use
    only ipad2 and up support mirror
    and only iphone4s and up support mirror
    other devices only use airplay for apps which support tvout options

  • AirPort no longer connects to internet but local networking is fine.

    I have an Airport Extreme router version 7.6.3. Recently the router has been dropping connections with my cable modem.  I have had to reboot the modem and the router to reconnect.  It is no longer connecting to the internet at all.  All of my wireless devices can find the Airport and connect to my local WiFi network but no internet access.  I tried connecting my macbook directly to the cable modem via ethernet cable and had some of the fastest internet connections in recent memory.  How do I make the router work?

    mopar408 wrote:
    I did.  They very politely told me - after checking the connection for 15 mintues with me online - that it appeared to be a router issue from thier perspective.  I was wondering if there is some way to test the routers basic functions, etc.
    If you haven't already done so, install 5.6 utility on your Mac..
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    Leave the package open on the desktop so you can see the file. AirportUtility56.pkg
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. If your Mac refuses to run the software, because it wasn’t downloaded from the Apple store, go to security in preferences and allow other software to work.. this is limitation of trade methinks. You can set back later if you like.
    Now drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. in finder, open the new directory, drill down.. applications, utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall version 6 (now 6.3 if you updated) so don't try.. and you cannot or should not run them both at the same time.. although I have had no problems when doing so.
    Roll the firmware version back to 7.6.1 or earlier if it will work.. the latest firmware is not the greatest by a long shot.
    Then using 5.6 utility you can access the advanced logs on the Extreme.. you cannot do that with v6 utility.
    It should show disconnections happening.
    You can also access the WAN ethernet settings and set the Airport to 100mbit full duplex.. this seems to have helped people lately.
    Of course nothing like this exists in v6 utility.. being a toy utility.

  • Ipad will no longer connect to my private home network

    i have always had my ipad mini connected to my private home network for over a year and just 3 days ago it no longer connects to my network! Why is that and how can i fix it???
    i have no problems with my iphone 4s! it still connects to my wifi!

    If you are having WiFi problems it is necessary to isolate whether the problem is with your network or your iPad. Note: Do NOT consider your network to be blameless if some other devices can connect to it.
    First, test your iPad on some other WiFi networks: a friends, Starbucks, Barnes & Noble, etc.
    If it works well there then the problem is probably with your network. Try restarting your WiFi router by removing power for 30 seconds. If that does not help check for a firmware update for your router. If none exists which corrects the problem consider replacing the router.
    If your iPad does not function well on other networks it possibly has a hardware problem. You could try Settings > General > Reset > Reset Network Settings to see if that corrects the problem. If not, contact Apple Support or visit an Apple store for evaluation. They can provide a replacement if your iPad is bad.
    If you need more help please give the make, model, and version of your WiFi router and how you have it configured.

  • After setting up my brand new Airport Express 802.11n and accidentally using it to connect my iMac to the network...my iMac no longer connects through Ethernet?  Any ideas...I have tried everything without success!!

    I have been using Apple technology for about 10 years starting with 1st generation iPods and our house now includes a 5 year old iMac, all versions of iPods and touches, Apple TVs (both generations) and most recently an iPad 2.  I have always told family and friends that Apple technology just works.  Unfortunately that stopped today.  I bought a new Airport Express 802.11n to use for AirTunes around my new pool.  I set it up from my iMac and accidentally used it to connect my iMac to the network for a short time.  Now I can no longer connect the iMac to the network using a hard wired Ethernet cable.  I have tried resetting everything possible, from hubs to routers to the Mac itself and it just will not connect to the network through Ethernet any longer.  I am now a very frustrated Apple user especially when the support site says I can't use the fast path support because my product was manufactured 5 years ago...I just bought it at BestBuy yesterday.  All other computers and itechnology in the house are connecting via wifi and Ethernet without any issue except from my new iMac boat anchor.  Anybody who can help me???  Thanks

    John, thanks for the email so quickly.
    I too hope I haven't tried "everything" either but I am reasonably technical.  I had done what you suggested to do before but I did both again.
    Ethernet is yellow in the left side bar.  In the right pane it's status says Connected but then below it says "Ethernet has a self-assigned IP address and will not be able to connect to the Internet."
    I have tried the assist me menu and Network Status has Ethernet Green, Network settings Yellow, ISP Green, and Internet and Server Red and Failed for both.  I have turned things off and on, checked cables, deleted all locations and tried restting them up but to no avail.  I even disconnected everything and connected the mac directly into the cable modem itself and the thing still will not connect.
    Thoughts???

  • Ios7 can't connect to wifi ad-hoc network

    Hi,
    I have a problem connecting my iPhone 4S to the ad-hoc wifi connection my macbook creates when "sharing" the ethernet internet connection through wifi, with iOS6 it worked flawlessy. I have no problems connecting in wifi to my router though.
    Anyone experienced that? Could you try?
    Thank you

    For what it's worth, I contacted the support team at Avatron (the developer of Air Display) and asked whether they had any workarounds. Here's what they came up with:
    Thanks for contacting us at Avatron support about the issues that you've been seeing when connecting via an ad hoc network. I was unaware of this problem but after doing some testing this morning it seems to happen with one of our iOS 7 iPad 2s as well.
    While this definitely seems like something that Apple needs to address, I was able to get Air Display working over the ad-hoc network if I disabled internet sharing from the Mac System Preferences > Sharing pane. Obviously the drawback of this is that the iPad will no longer be connected to the internet when you are using Air Display in this manner.
    Please let me know if this is able to serve as a temporary workaround while Apple investigates the problem.
    Cheers,
    Aaron
    Technical Support
    Avatron Software, Inc.
    Clearly this is not a full fix as I can't access the internet when connected to my ad-hoc network, but at least I got Air Display running.
    Their reply also suggests that this isn't a blanket issue covering all devices running iOS7, as only "one of [their] iOS 7 iPad 2s" was having the same problem.

  • Xbox 360 does not connect to Airport Express wireless network

    I'm at my wits ends. I got a my son a wireless adapter for Christmas and for the life of me cannot get it to work. We have looked at all the discussion forums on the internet and did A LOT of trial and error and still to connection. On one occasion the xbox 360 wireless adapter saw the network and once it tried to connect is dropped.
    I have a Wii, two windows PC's, a printer and a PowerMac all connected to my wireless router. The xbox and the Airport Express both have the latest firm ware update.
    These are some of the things I have noticed and tested:
    1. Connection is Cable Modem>Vonage Router>Airport Express....wireless to Xbox360
    2. I have taken the vonage router out to go
    Cable Modem>Airport Express...wireless to Xbox360 and still no luck.
    3. I was suspecting a double NAT and contacted Comcast to see if I could put the cable modem in bridge mode and they couldn't help me.
    4. The network is open (no security)
    5. The wireless adapter is a steady red...then when I tell it to find the network it drops out (LED turns off)
    6. I have tried to see if I have a double NAT but tracing in the network utility does not show anything.
    7. I have tried to place the Airport express in bridge mode and when I updated, it doesn't not come back up and I have to do a hard reset to communicate to it again.
    8. There was one instance when the wireless adapter LED was green for about 15 secs and when we tried to connect it dropped out completely (no LED light).
    9. I know it works because in the various forums I have read that people have it working.
    I called xbox support and they were not very helpful...wouldn't even search similar cases...I have tried everything I could think of and I'm lost any assistance is appreciated.
    Victor

    Tesserax,
    What is the make/model of the Comcast-provided modem? How about the Vonage router? Is this router also wireless? Finally, I assume that prior to introducing the AirPort Express Base Station (AX), the modem & Vonage router were working properly ... correct?
    Thanks for your interest in helping me. To answer your questions:
    1. The comcast make and model for the cable modem is Scientific American Model#DPX2203
    2. The vonage router is ethernet hard wired connected between the cable modem and the apple express wireless route. The vonage router is model#VDV21-VD
    3. With the exception of the wireless connection between the Xbox 360 and AX; everything works fine.
    4. The AX is running Apple firm ware 6.3
    In the discussion I have read of similar problems and have tried them all to no avail. I'm sure the is a fix to this problem because of people in the discussion groups have had the same issues. I don't suspect the wireless router because it has a steady red light and only turns off when we do the network test or scan for networks.
    Victor

Maybe you are looking for

  • Make ringtone in Logic Express 8?

    I´d like to use a recording as a ringtone via i-tunes. But that only seems to be possible with the latest Garage Band, witch I don´t have (my old G5 Power PC seems to be too slow for i-live ´09). Is there a way to make the recording a ringtone-file i

  • Can I use analytical function in this problem?

    Hi, I want to use query only for the following . I don't want to wright any function or procedure for this. create temp table test_3 (user_id number, auth_id number); insert into test_3 values (133,609); insert into test_3 values (133,610); insert in

  • Oracle VM 3 Server System Offline

    Hi, I have some weird problem on Oracle VM Manager 3 Server Pool "testpool1" and I decided to reinstall one of the Oracle VM 3 server without remove from the pool (I'm actually having problem remove from the pool). After the installation complete, I

  • SCREEN PAINTER & MODULE POOL

    DEAR ALL,                 I DESIGNED A FORM TO INSERT DATA INTO A TABLE, EVRY THING IS GOING WELL IF WE CLICK ON INSERT BUTTON ,  BUT WHEN WE PRESS ENTER KEY AFTER ENTERING DATA IN EVERY SCREEN FIELD THEN ALL THE DATA FROM SCREEN FIELDS ARE ERAGING.

  • " Error in Web-Intelligence Report "

    Hai Friend's, I am having a Issue. I have created Two Variable's :: Initial Date final Date Measure Object -- calAmount I have to calculate two thing's to create :: Initial Value,Final value. initial Value =Initial Date(CalAmount) final value = final