TCP/IP manual setup issues

I have a 5 static IP address package from PacBell. Off the DSL modem, I have a router, feeding three computers and an old Airport BaseStation (the slowest version).
Becuase my Airport is the slow. I have an ethernet cable to the appleTV and I've attempted to connect the ethernet to the unit using the TCP/IP MANUAL settings. When entering IP Address/SubnetMask/Router info, the software on the appleTV offers input windows in groups of three i.e., XXX-XXX-XXX-XXX yet most of my codes are in groupings of XX-XXX-XXX-XX or XX-XX-XXX-X
When trying to put these in the three group number system, I've tried placing a zero before the two digit number i.e., 67.115.149.52 becomes 067.115.149.052 but it's not working.
I have also tried putting the zero after the two digit number i.e., 670-115-149-520 but I still can't connect..
Any suggestions?
Addtionally, I can assign an independant IP Address to appleTV or do I need to give it the same IP Address as my iMac that I am trying to sync to?
Do I need to add a router between the exisitng router that splits out the 5 IP addresses .... adding the second router to feed one IP address to the iMac and the appleTV?
Thanks!

The five static IP addresses exisits for two reasons:
1.) one line is "sold" to my neighbor
2.) one computer is not wireless, so it has to have an ethernet hook-up.
My configuration is this:
DSL modem >
Cisco Systems "workgroup switch" >
from the switch:
neighbor's computer (one IP address)
old Cube (no wireless) (second IP address)
iMac G5 (third IP address)
airport (old airport) (fourth IP address)
spare IP was for appleTV (fifth IP address)
Since I last posted, I unearthed an Airport Express, and hooked that into the spare IP (5th) that was intended for direct connection to the appleTV. This has at least sped up the syncing between the appleTV unit and my iMac.
Still, I'd really like to use the hardwire ethernet if at all possible.
Why is this proving so difficult? Could I leave off the DNS server number or something to encourage the TCP/IP settings to work?
Grrrrrrr ....

Similar Messages

  • List of Manual Setup required for iSetup to work

    Hi All,
    This is Mugunthan from iSetup development. Based on my interaction with customers and Oracle functional experts, I had documented list of manual setups that are required for smooth loading of selection sets. I am sharing the same. Please let me know if I anyone had to enter some manual setup while using iSetup.
    Understanding iSetup
    iSetup is a tool to migrate and report on your configuration data. Various engineering teams from Oracle develop the APIs/Programs, which migrates the data across EBS instances. Hence all your data is validated for all business cases and data consistency is guarantied. It requires good amount of setup functional knowledge and bit of technical knowledge to use this tool.
    Prerequisite setup for Instance Mapping to work
    ·     ATG patch set level should be same across all EBS instances.
    ·     Copy DBC files of each other EBS instances participating in migration under $FND_SECURE directory (refer note below for details).
    ·     Edit sqlnet.ora to allow connection between DB instacnes(tcp.invited_nodes=(<source>,<central>))
    ·     Make sure that same user name with iSetup responsibility exists in all EBS instances participating in migration.
    Note:- iSetup tool is capable of connecting to multiple EBS instances. To do so, it uses dbc file information available under $FND_SECURE directory. Let us consider three instances A, B & C, where A is central instance, B is source instance and C is target instances. After copying the dbc file on all nodes, $FND_SECURE directory would look like this on each machine.
    A => A.dbc, B.dbc, C.dbc
    B => A.dbc, B.dbc
    C => A.dbc, C.dbc
    Prerequisite for registering Interface and creating Custom Selection Set
    iSetup super role is mandatory to register and create custom selection set. It is not sufficient if you register API on central/source instance alone. You must register the API on all instances participating in migration/reporting.
    Understanding how to access/share extracts across instances
    Sharing iSetup artifacts
    ·     Only the exact same user can access extracts, transforms, or reports across different instances.
    ·     The “Download” capability offers a way to share extracts, transforms, and loads.
    Implications for Extract/Load Management
    ·     Option 1: Same owner across all instances
    ·     Option 2: Same owner in Dev, Test, UAT, etc – but not Production
    o     Extract/Load operations in non-Production instances
    o     Once thoroughly tested and ready to load into Production, download to desktop and upload into Production
    ·     Option 3: Download and upload into each instance
    Security Considerations
    ·     iSetup does not use SSH to connect between instances. It uses Concurrent Manager framework to lunch concurrent programs on source and target instances.
    ·     iSetup does not write password to any files or tables.
    ·     It uses JDBC connectivity obtained through standard AOL security layer
    Common Incorrect Setups
    ·     Failure to complete/verify all of the steps in “Mapping instances”
    ·     DBC file should be copied again if EBS instance has been refreshed or autoconfig is run.
    ·     Custom interfaces should be registered in all EBS instances. Registering it on Central/Source is not sufficient.
    ·     Standard Concurrent Manager should up for picking up iSetup concurrent requests.
    ·     iSetup financial and SCM modules are supported from 12.0.4 onwards.
    ·     iSetup is not certified on RAC. However, you may still work with iSetup if you could copy the DBC file on all nodes with the same name as it had been registered through Instance Mapping screen.
    Installed Languages
    iSetup has limitations where it cannot Load or Report if the number and type of installed languages and DB Charset are different between Central, Source and Target instances. If your case is so, there is a workaround. Download the extract zip file to desktop and unzip it. Edit AZ_Prevalidator_1.xml to match your target instance language and DB Charset. Zip it back and upload to iSetup repository. Now, you would be able to load to target instance. You must ensure that this would not corrupt data in DB. This is considered as customization and any data issue coming out this modification is not supported.
    Custom Applications
    Application data is the prerequisite for the most of the Application Object Library setups such as Menus, Responsibility, and Concurrent programs. iSetup does not migrate Custom Applications as of now. So, if you have created any custom application on source instance, please manually create them on the target instance before moving Application Object Library (AOL) data.
    General Foundation Selection Set
    Setup objects in General foundation selection set supports filtering i.e. ability to extract specific setups. Since most of the AOL setup data such as Menus, Responsibilities and Request Groups are shipped by Oracle itself, it does not make sense to migrate all of them to target instance since they would be available on target instance. Hence, it is strongly recommended to extract only those setup objects, which are edited/added, by you to target instance. This improves the performance. iSetup uses FNDLOAD (seed data loader) to migrate most of the AOL Setups. The default behavior of FNDLOAD is given below.
    Case 1 – Shipped by Oracle (Seed Data)
    FNDLOAD checks last_update_date and last_updated_by columns to update a record. If it is shipped by Oracle, the default owner of the record would be Oracle and it would skip these records, which are identical. So, it won’t change last_update_by or last_updated_date columns.
    Case 2 – Shipped by Oracle and customized by you
    If a record were customized in source instance, then it would update the record based on last_update_date column. If the last_update_date in the target were more recent, then FNDLOAD would not update the record. So, it won’t change last_update_by column. Otherwise, it would update the records with user who customized the records in source instance.
    Case 3 – Created and maintained by customers
    If a record were newly added/edited in source instance by you, then it would update the record based on last_update_date column. If the last_update_date of the record in the target were more recent, then FNDLOAD would not update the record. So, it won’t change last_update_by column. Otherwise, it would update the records with user who customized the records in source instance.
    Profiles
    HR: Business Group => Set the name of the Business Group for which you would like to extract data from source instance. After loading Business Group onto the target instance, make sure that this profile option is set appropriately.
    HR: Security Profile => Set the name of the Business Group for which you would like to extract data from source instance. After loading Business Group onto the target instance, make sure that this profile option is set appropriately.
    MO: Operating Unit => Set the Operating Unit name for which you would like to extract data from source instance. After loading Operating Unit onto the target instance, make sure that this profile option is set if required.
    Navigation path to do the above setup:
    System Administrator -> Profile -> System.
    Query for the above profiles and set the values accordingly.
    Descriptive & Key Flex Fields
    You must compile and freeze the flex field values before extracting using iSetup.
    Otherwise, it would result in partial migration of data. Please verify that all the data been extracted by reporting on your extract before loading to ensure data consistency.
    You can load the KFF/DFF data to target instance even the structures in both source as well as target instances are different only in the below cases.
    Case 1:
    Source => Loc1 (Mandate), Loc2 (Mandate), Loc3, and Loc4
    Target=> Loc1, Loc2, Loc3 (Mandate), Loc4, Loc5 and Loc6
    If you provide values for Loc1 (Mandate), Loc2 (Mandate), Loc3, Loc4, then locations will be loaded to target instance without any issue. If you do not provide value for Loc3, then API will fail, as Loc3 is a mandatory field.
    Case 2:
    Source => Loc1 (Mandate), Loc2 (Mandate), Loc3, and Loc4
    Target=> Loc1 (Mandate), Loc2
    If you provide values for Loc1 (Mandate), Loc2 (Mandate), Loc3 and Loc4 and load data to target instance, API will fail as Loc3 and Loc4 are not there in target instance.
    It is always recommended that KFF/DFF structure should be same for both source as well as target instances.
    Concurrent Programs and Request Groups
    Concurrent program API migrates the program definition(Definition + Parameters + Executable) only. It does not migrate physical executable files under APPL_TOP. Please use custom solution to migrate executable files. Load Concurrent Programs prior to loading Request Groups. Otherwise, associated concurrent program meta-data will not be moved even through the Request Group extract contains associated Concurrent Program definition.
    Locations - Geographies
    If you have any custom Geographies, iSetup does not have any API to migrate this setup. Enter them manually before loading Locations API.
    Currencies Types
    iSetup does not have API to migrate Currency types. Enter them manually on target instance after loading Currency API.
    GL Fiscal Super user--> setup--> Currencies --> rates -- > types
    Associating an Employee details to an User
    The extract process does not capture employee details associated with users. So, after loading the employee data successfully on the target instance, you have to configure them again on target instance.
    Accounting Setup
    Make sure that all Accounting Setups that you wish to migrate are in status “Complete”. In progress or not-completed Accounting Setups would not be migrated successfully.
    Note: Currently iSetup does not migrate Sub-Ledger Accounting methods (SLA). Oracle supports some default SLA methods such as Standard Accrual and Standard Cash. You may make use of these two. If you want to use your own SLA method then you need to manually create it on target instances because iSetup does not have API to migrate SLA. If a Primary Ledger associated with Secondary Ledgers using different Chart of Accounts, then mapping rules should be defined in the target instance manually. Mapping rule name should match with XML tag “SlCoaMappingName”. After that you would be able to load Accounting Setup to target instance.
    Organization API - Product Foundation Selection Set
    All Organizations which are defined in HR module will be extracted by this API. This API will not extract Inventory Organization, Business Group. To migrate Inventory Organization, you have to use Inventory Organization API under Discrete Mfg. and Distribution Selection Set. To extract Business Group, you should use Business Group API.
    Inventory Organization API - Discrete Mfg & Distribution Selection Set
    Inventory Organization API will extract Inventory Organization information only. You should use Inventory Parameters API to move parameters such as Accounting Information. Inventory Organization API Supports Update which means that you can update existing header level attributes of Inventory Organization on the target instance. Inventory Parameters API does not support update. To update Inventory Parameters, use Inventory Parameters Update API.
    We have a known issue where Inventory Organization API migrates non process enabled organization only. If your inventory organization is process enabled, then you can migrate them by a simple workaround. Download the extract zip file to desktop and unzip it. Navigate to Organization XML and edit the XML tag <ProcessEnabledFlag>Y</ProcessEnabledFlag> to <ProcessEnabledFlag>N</ProcessEnabledFlag>. Zip it back the extract and upload to target instance. You can load the extract now. After successful completion of load, you can manually enable the flag through Form UI. We are working on this issue and update you once patch is released to metalink.
    Freight Carriers API - Product Foundation Selection Set
    Freight Carriers API in Product Foundation selection set requires Inventory Organization and Organization Parameters as prerequisite setup. These two APIs are available under Discrete Mfg. and Distribution Selection Set. Also,Freight Carriers API is available under Discrete Mfg and Distribution Selection Set with name Carriers, Methods, Carrier-ModeServ,Carrier-Org. So, use Discrete Mfg selection set to load Freight Carriers. In next rollup release Freight Carriers API would be removed from Product Foundation Selection Set.
    Organization Structure Selection Set
    It is highly recommended to set filter and extract and load data related to one Business Group at a time. For example, setup objects such as Locations, Legal Entities,Operating Units,Organizations and Organization Structure Versions support filter by Business Group. So, set the filter for a specific Business Group and then extract and load the data to target instance.
    List of mandatory iSetup Fwk patches*
    8352532:R12.AZ.A - 1OFF:12.0.6: Ignore invalid Java identifier or Unicode identifier characters from the extracted data
    8424285:R12.AZ.A - 1OFF:12.0.6:Framework Support to validate records from details to master during load
    7608712:R12.AZ.A - 1OFF:12.0.4:ISETUP DOES NOT MIGRATE SYSTEM PROFILE VALUES
    List of mandatory API/functional patches*
    8441573:R12.FND.A - 1OFF:12.0.4: FNDLOAD DOWNLOAD COMMAND IS INSERTING EXTRA SPACE AFTER A NEWLINE CHARACTER
    7413966:R12.PER.A - MIGRATION ISSUES
    8445446:R12.GL.A - Consolidated Patch for iSetup Fixes
    7502698:R12.GL.A - Not able to Load Accounting Setup API Data to target instance.
    Appendix_
    How to read logs
    ·     Logs are very important to diagnose and troubleshoot iSetup issues. Logs contain both functional and technical errors.
    ·     To find the log, navigate to View Detail screens of Extracts/ Transforms/Loads/Standard/Comparison Reports and click on View Log button to view the log.
    ·     Generic Loader (FNDLOAD or Seed data loader) logs are not printed as a part of main log. To view actual log, you have to take the request_id specified in the concurrent log and search for the same in Forms Request Search Window in the instance where the request was launched.
    ·     Functional errors are mainly due to
    o     Missing prerequisite data – You did not load one more perquisite API before loading the current API. Example, trying to load “Accounting Setup” without loading “Chart of Accounts” would result in this kind of error.
    o     Business validation failure – Setup is incorrect as per business rule. Example, Start data cannot be greater than end date.
    o     API does not support Update Records – If the there is a matching record in the target instance and If the API does not support update, then you would get this kind of errors.
    o     You unselected Update Records while launching load - If the there is a matching record in the target instance and If you do not select Update Records, then you would get this kind of errors.
    Example – business validation failure
    o     VONAME = Branches PLSQL; KEY = BANKNAME = 'AIBC‘
    o     BRANCHNAME = 'AIBC'
    o     EXCEPTION = Please provide a unique combination of bank number, bank branch number, and country combination. The 020, 26042, KA combination already exists.
    Example – business validation failure
    o     Tokens: VONAME = Banks PLSQL
    o     BANKNAME = 'OLD_ROYAL BANK OF MY INDIA'
    o     EXCEPTION = End date cannot be earlier than the start date
    Example – missing prerequisite data.
    o     VONAME = Operating Unit; KEY = Name = 'CAN OU'
    o     Group Name = 'Setup Business Group'
    o     ; EXCEPTION = Message not found. Application: PER, Message Name: HR_ORG_SOB_NOT_FOUND (Set of books not found for ‘Setup Business Group’)
    Example – technical or fwk error
    o     OAException: System Error: Procedure at Step 40
    o     Cause: The procedure has created an error at Step 40.
    o     Action: Contact your system administrator quoting the procedure and Step 40.
    Example – technical or fwk error
    o     Number of installed languages on source and target does not match.
    Edited by: Mugunthan on Apr 24, 2009 2:45 PM
    Edited by: Mugunthan on Apr 29, 2009 10:31 AM
    Edited by: Mugunthan on Apr 30, 2009 10:15 AM
    Edited by: Mugunthan on Apr 30, 2009 1:22 PM
    Edited by: Mugunthan on Apr 30, 2009 1:28 PM
    Edited by: Mugunthan on May 13, 2009 1:01 PM

    Mugunthan
    Yes we have applied 11i.AZ.H.2. I am getting several errors still that we trying to resolve
    One of them is
    ===========>>>
    Uploading snapshot to central instance failed, with 3 different messages
    Error: An invalid status '-1' was passed to fnd_concurrent.set_completion_status. The valid statuses are: 'NORMAL', 'WARNING', 'ERROR'FND     at oracle.apps.az.r12.util.XmlTransmorpher.<init>(XmlTransmorpher.java:301)
         at oracle.apps.az.r12.extractor.cpserver.APIExtractor.insertGenericSelectionSet(APIExtractor.java:231)
    please assist.
    regards
    girish

  • E4200 - Okay router, setup issues

    I chose this router over the Netgear N750 because of previous bad experience with their customer support and over the Asus RT-N56U b/c of a compatibility issue with a specific application.
    The Cisco Connect Software is very poor software. No OSX Lion support so I could not use my Mac for setup and it could not even detect the router on a wired connection on a Windows 7 PC through a simple Dell unmanaged switch. Even the router setup software built into Windows had no problem with that. I had to rely on manual setup which was straightforward.
    Range was mostly adequate for me with both 2.4 and 5 Ghz over 5,000 sq. ft. of indoor space with no direct line of sight, through many walls, multiple floors, and the outside patio also, although with a few connected devices I found the 5 Ghz band somewhat unreliable at times. Wired gigabit performance was good enough for my purposes.
    Overall a decent router, not bad, not great. 

    It seems like you are using an outdated version of Cisco Connect Software… There is a new release of the Cisco Connect Software that supports Mac OS X (10.7 "Lion")… So you need to download the latest Cisco Connect from the Cisco Website (homesupport.cisco.com) or you can use this link: http://homesupport.cisco.com/en-us/support/routers/E4200 ... After downloading you need  to set the router to factory defaults, power cycle the whole network and then run the Cisco Connect that you downloaded…
    For more information about setting up E4200 router with Cisco Connect. Please refer to the link below.
    http://www6.nohold.net/Cisco2/ukp.aspx?pid=93&login=1&vw=1&app=search&articleid=22732&userrole=Links...

  • E51 WLAN Setup Issues

    Hi,
    I know this has been discussed before, but after searching and trialing I've got nowhere.
    Just got my E51 and trying to connect to my home wireless network. Appears to connect fine, try to start browsing, no data is transferred and eventually times out...
    I've tried wizard setup and manual setup - both give the same results.
    Router (Netgear WGR614) setup:
    WPA-PSK security
    SSID visible
    Phone set-up
    Network status Public
    WLAN mode Infastructure
    WLAN security mode WPA/WPA2
    WPA2 security mode off
    Think that's about it. Any solutions as to what causes this? I fear it's a firewall setting as allows connection but no data transfer. I disabled the SPI firewall on the router and that didn't help.
    Thanks for any help!

    I don't know what exactly caused the problem, which consisted of not being able to connect my Nokia E51 to the WLAN Router but if the security settings were disabled. Whenever I tried to enable the security settings with WEP/WPA on my WLAN router, although the access point was duly detected, and apparently flawlessly listed, it would no longer be available when actually trying to connect, as it would return the error message "WLAN not found".
    After reading a few things about security issues, (http://www.wi-fiplanet.com/tutorials/article.php/3​672711, http://www.practicallynetworked.com/security/04120​7wpa_psk.htm) I decided that there is no way I could accept to connect to WLAN without security encryption.
    By trial and error I managed to enable the security settings on the WLAN router AND successfully connect with Nokia E51 only after I did this:
    1) Changed the SSID to some very exotic new name, completely different from the previous default name (supplied by the manufacturer). I noticed that the default SSID had become a known access point (AP) to my nokia phone when the security was disabled. With security enabled, it no longer worked.
    2) Set up the wireless security to WPA authentication type, TKIP encryption, PKS.
    3) Chose a 15 (or more)-character-strong passphrase and set is up in the wireless router security settings.
    4) Had the WLAN assistant of my Nokia E51 update the AP list.
    5) Once listed as new, unknown SSID, I was able to set up from the phone my WLAN AP, via the OPTIONS tab where I was finally prompted for the passphrase. (Same prompt would NOT work unless SSID of a previously successful, unencrypted AP is changed)
    The device resolved the connection which worked fine ever since.
    I think that there is a bug with Nokia E51 which does not actually update the access point list and does not reload all of the details of a recently reconfigured AP which used to work fine with disabled security settings in the first place. The mobile phone can be forced to completely refresh the AP list (in Connection Manager> WLAN assistant) only if the SSID of the AP is renamed in the the router settings. It seems that only afterwards would the security handshake between the devices finally work out and establish a proper connection. There is definitely a bug with the Nokia E51 wlan manager!

  • WRT310N Setup issues after firmware update and factory reset

    Hi Everyone,
    I recently updated my firmware to v2 on my WRT310N and found that I could no longer connect my PC to my router.  Whenever I run the setup software that came with the router it goes through all the steps but errors out when it looks for the router.  I think the error number I am getting is 322.
    I tried to reset the router to the factory defaults, but I am still having the same issues.  
    When I plug my Cable modem directly into my PC I have no issues and have full internet connectivity.  I have tried to navigate manually to the 192.168.1.1 to do a manual setup of the router but I can't get to the router main page.
    I'm running windows XP SP3 and I had no issues up until I did the firmware upgrade.  I can't think of what I am doing wrong and am stuck.
    Any thoughts?

    Make sure that the cable modem is connected to the Internet port of the router. Your computer should be connected to one of the 4 Ethernet ports on the router. If your computer is connected to the port 1 of the router then port 1 light on the router will lit up. Also make sure that the Power light on the router is steady and not flashing. If the power light on the router is flashing then try to reset and power cycle the router again.
    Once the power light on the router is steady then check the IP address of the computer.
    Go to Start >> Click Run >> Type cmd and click Ok. You will get the command prompt window opened. In the command prompt type ipconfig and hit Enter on your keyboard. You will see the IP address of your computer. The IP address of the computer will be like 192.168.1.xxx and Default gateway will be 192.168.1.1.
    Now open the Internet browser and in the address bar type the number 192.168.1.1.
    It will ask you to enter the User name and password for the router. Leave the user name blank and in the password type admin. It will open the Linksys router setup page.
    Under the setup tab you will find Mac address Clone sub-tab.  Enable the MAC addres clone and click on the button Clone my PC's MAC. Save the changes. Try to access the Internet on your main computer.
    If not able to access the Internet then unplug the power cable to the router and modem. Plug in the power to the modem first. Wait for a minute and then plug in the power to the router. Try to access the Internet.
    Once your main computer is able to go on line then you can change the wireless settings of the router.

  • Can't find the manual setup anymore

    Hi Community!
    Yesterday I got myself a TC 2 TB for my MBP and PC setup. Everything went fine with the setup so far. The airport setup assistant guided me through to make my basic settings. Now I would like to make fine adjustments here and there. But when I open the Airport Utility now I can't find the assistant or the manual setup anymore. Where did it go? All I get is the cool graphic with the internet globe and my TC at the bottom. When I click on the TC I can edit, but not for example my printer for sharing over the TC and other configurations that were present during the initial setup.
    How do I get the manual setup back?
    Cheers, Zoober

    Just how do I get rid of the 6.0 version. I tried deleting it but a message said it is a utlity app and can't be deleted. I'm really sorry, I'm new to the Mac world.
    Suggest that you leave it on your Mac and wait for further updates and improvements.
    It is possible to delete the application, but you must use Terminal commands to do so. The Terminal is a scary place for most of us. Best to leave things alone.
    You can keep both 5.6 and 6.0 on your Mac

  • Setup issue in oracle projects - classifications link(standard link) is missing in oracle projects page

    Hi Team,
    I have a setup  issue in oracle projects
    I am unable to find the classifications link in oracle projects page.
    Navigation : Go to any projects responsibility-->search for the projects-->click on project -->click on setup Tab : At the bottom of the page, we can see some standard links along with UDA's.
    Here one standard link Classifications is missing.
    Can anybody guide me what setup we need to do get the link.
    Thank you.

    Hi,
    The classifications link is not appearing in your Project's Setup page because, Classifications must have been unchecked in the Project template from which your project has been created. You can find the Project template information by clicking on the Additional Information link in the same Project -setup page. Once you check the classification flag in the concerned Project Template, all future Project creations made out of this template would have the link enabled.
    But for the current project, classification link cannot be enabled.
    Rgds,
    Shan

  • Odd speed dial setup issue

    I am getting an odd speed dial setup issue.  Here are the steps:
    1. Open speed dial setup screen
    2. Tap an open slot
    3. Search for a contact using the keyboard
    4. Click on the contact to select it
    If I do it that way, I am taken back to the speed dial setup screen, but the contact is NOT added to the slot.
    On the other hand, if in step #3, I just scroll down the list of contacts and select a contact, it works just fine.  Seems to be an issue with the search function.  Anyone else have this problem?
    Android v2.2
    System Version.2.3.15.MB810.Verizon.en.US

    The steps that you are taking correct for setting up the speed dial. I have provided a link for additional information. 
    Click here http://motorola-global-portal.custhelp.com/app/answers/detail/a_id/48578/kw/speed+dial/p/30,6720,7500,/session/L3NpZC9zNEEzbVFhaw=

  • Time capsule does not allow me to select bridge mode or manual setup

    I've got an Aztech combined router and modem. I have disabled its wireless feature, and from what I have read, understand that I need to set up the Time capsule in manual mode in order to have a bridge connection (?). I've reset the TC several times, but the manual setup option or the bridge connection option does not seem to be available. I can backup fine, but want to use the router facility given the price I paid! If I try to edit the router mode with the TC already setup, the option to change it is greyed out (DHCP & NAT)
    Bit of a novice at these things, so any help greatly appreciated!

    You need to make sure your ISP supports pppoe as a method of authentication.. if so then you must bridge the Aztech modem.. so it no longer handles the connection.. look up the manual for the modem to find out how to do this.
    With the modem bridged.. reset the TC and the airport utility should recognise that it is now needing to run in router mode.. you are running Lion or ML and v6 utility has no manual setup.. it auto sets bridge. You need to force it to router.. but by default from reset the TC will be router.. you then need to setup pppoe client.. have no idea how to do that in v6 utility.. I am pleased to say!!
    If you run lion.. download and install the v5.6 utility.. then all your troubles will go away.. it is a tool.. rather than Lion version being a toy utility.
    http://support.apple.com/kb/DL1482

  • To add a 6 TB G-Raid (Mac os extended) ext drive to a 2Tb time capsule, using a powered usb with the TC usb port. Using the airport utility 5.6 on iMAC (10.7.3). Went to manual setup,then disk. Have options of the TC

    Want to add a 6 TB G-Raid (Mac os extended) ext drive to a 2Tb time capsule, using a powered usb with the TC usb port. Using the airport utility 5.6 on iMAC (10.7.3). Went to manual setup,then disk. Have options of the TC or 6TB. Won't allow update to the 6TB

    4Buck5 wrote:
    Want to add a 6 TB G-Raid (Mac os extended) ext drive to a 2Tb time capsule, using a powered usb with the TC usb port. Using the airport utility 5.6 on iMAC (10.7.3). Went to manual setup,then disk. Have options of the TC or 6TB. Won't allow update to the 6TB
    I am not 100% what isn't allowed.. but I am assuming you want to spread the backup across the two disks.. internal TC and 6TB external.. this is not possible.. It has to be one or the other. TC has no way to build a raid JBOD or anything else. Nor would you want to as that is the most likely to fail and kill your data.
    Let me add, backing up 6TB over USB on TC.. will be the most excruciating experience of your life.. cf child birth or passing kidney stones.. large ones.. being the male equivalent.

  • HT1595 i can't see my apple tv on my screen? i'm not sure if this is an apple tv issue or a tv setup issue? (although it appears nothing has changed on my tv setup since the last time i used it?)

    i can't see apple tv on my screen? i'm not sure if this is an apple tv issue or a tv setup issue? (although it appears nothing has changed on my tv setup since the last time i used it?)

    As far as the flashing question mark and globe icons are concerned, your computer had lost track of its startup volume and was searching through the possibilities. The globe icon indicates that it is looking for a network to start from and the question mark indicates that it is looking for an OS X volume. To fix this, if you haven't already, go to System Preferences > Startup Disk and reselect your internal HD as the startup volume.
    From what you have described, this issue does seem to have corrected itself, and the faster start up is what one would normally expect. I think that you have absolutely no reason to reinstall your system.

  • E2000 Manual Setup -- Works, but where is reference to Guest login??

    I manually set up my E2000 (with latest firmware 1.0.02 build4) and it works on my system... 5Ghz band, WPA2 Personal, with custom shared key.  
    I'm actually getting faster speeds than the 54G V1 that it replaces......
    But I hear there is a guest login..... and I want to change the default password for guest login... and manually I cannot see any references to Guest login or their settings.... 
    Did I miss something?  Why can't I find it in the setups?
    Not using Software Setups, using the old fashioned manual setups.... So that I know the paticulars of my setups...
    Thanks for your direction....
    Solved!
    Go to Solution.

    I've been in chat twice now...
    Aparantly if you manually set up a E2000, and I'm guessing you change the default IP, then the Cisco Connect software doesn't know how to find the E2000 router....  I'm typing through the E2000 right now, and it works for Internet and such, but the Cisco Connect Software can't find the router......
    From what I have seen of the Cisco Connect software....  It is aimed toward the "Just out of the Box" user.... and aparantly once setup manually, Cisco Connect can't find the router!! 
    I prefer the HTTP access anyway....  BUT, you can't change the Guest settings that way!!!   WHY???
    So, at present, I can't access Guest Settings via HTTP, and the Cisco Connect Software Can't find the router, probably because I already set it up via HTTP.......
    Why didn't Cisco Connect just ask me what the IP of the router was!!!   I don't want to re-invent the wheel, I've already got it going fine!!!   I just need to access a setting that I can't from HTTP, because some middle management bozo decided to lock it out of HTTP!!!!
    Now Isn't that a Feature!!!    
    (Mod note: Edited for forum compliance.)

  • Can't get to manual setup in Airport Express

    Just installed a Linksys e2000 router, replaced Linksys WRT54g router. Airport Express worked fine on old router. I'm trying to connect to an existing wireless network (Linksys e2000). I open Airport Utility (v5.5.1) and it immediately tries to detect a network, returns a message saying Airport Utility was unable to find any Airport wireless devices. I cannot get to the manual setup, they are ghosted out. Using Airfoil 2.7.8.0. Light keeps flashing amber on the Airport Express. How can I get to the manual setup so I can changes settings for the the new router?

    I wanted to use my Linksys e2000 as the router, not the Apple Express. I fixed this by uninstalling the Airport software and re-installing it. On the Linksys e2000 router, the security must be set to WPA/WPA2 Mixed Mode or other laptops won't be able to connect, found this out by trying to connect another laptop that required some type of security in order to join a wireless network. Here's what I did:
    Remove existing Airport software first.
    Set security settings in Linksys e2000.
    Reset the Airport Express.
    Install the Airport software (I did this from CD provided when I bought it a year ago). System will prompt you to update the software from the Apple site, let it update.
    Open Airport Utilities and select wireless network to join, you'll need the password for the wireless network.
    This worked for me and now both laptops and Express are working.

  • AWE Transaction Configuration Event Notification Setup issue

    AWE Transaction Configuration > Event > Notification Setup issue
    On Final Denial Event has Notifications Option set to "Requester" "Both".
    The Email URL is redirecting to the correct Approval Component mentioned under Approval Component in On Final Denial Event
    But the Worklist URL is redirecting to another Component unlike the email URL, it is sending to a different component.
    Why the same notifications via the same Event (On Final Denial) have two different URL's??

    Hi,
    The worklist/notification component is defined on several places, where the "lowest" definition applies for the action being triggered.
    1 AWE Transaction Configuration> Transaction Registry > Default Approval Component
    2 AWE Transaction Configuration > Event
    3 AWE Transaction Configuration > Event > Notification > Template Detail tab
    Be aware that the Notification section in the Transaction Configuration shows 1 row in the grid, where more than 1 row can be defined. Click on the View all to expand the grid and see all notification defined for this event.
    See if above configurations differ in menu, component, page ...
    Regards,
    Hakan

  • ICloud OS X email setup issue

    Hi need some help with an iCloud email setup issue that doesn’t seem to have been covered by other posts or the Apple help factsheets.
    Used my old mac.com Apple ID to set up an iCloud account which now shows as having my iMac as a linked device. To use iCloud Mail was prompted to create a new email address which I could do by turning on Mail in iCloud settings.
    I signed into iCloud via my iMac and having deselected default options to use iCloud for Contacts etc arrived at the account page which has the various options on the RHS and my mac.com ID info on the left.
    Ticked the Mail option on the RHS was asked to “choose an iCloud email address” underneath the box where you enter the chosen email address was a note saying “you cannot change your email address after creating it”. When I tried to  set up the new iCloud email address got a prompt saying “you cannot change your email address after creating it”.
    Help!

    You need to know Comcast's settings for incoming and outgoing server when setting up your OSX Mail app. The info should be somewhere on Comcast's help web page.
    lenn

Maybe you are looking for

  • Template Problems in DW MX

    I copied and pasted an entire site folder into another to build a CD. When I did that, some of the links didn't follow properly(I used document level links). No big deal, but when I updated the template it no longer askes to update the pages. Did the

  • BizTalk mapping for repeating Nodes using XSLT

    Hi, I am mapping the source schema to destination schema using Custom XSLT file. I have a repeating node in the Sources schema: Period node can repeat any number of times. I am using the XPath in XSLT to map the nodes from source to destination and u

  • IMovie 6.0.3 - Not Responding.

    Hey All, I've been searching for the past month for help online over this. iMovie was working ok (Although I never really used it a lot, till I needed to Edit a video) When I tried opening it would do the normal options screen, I clicked Create New a

  • TV on MacBook w/ names of shows?

    I have a macbook 120g 1.5g ram and i want to watch tv on it. I bought TVMicro Express. But i didnt like it because it didnt say the name of the show. i also want to do "future" recordings like a dvr. thanks for the help.

  • Camera software not opening to transfer images from camera to computer. What to do?

    My PowerShot 720is software ZoomBrowser EX not opening on computer. No images load and I don't have option to click on "connect to camera" so I can transfer images from camera to computer. Message says "Zb Module has stopped working. Windows is looki