How to add a port for a IP cam in the airport extreme setting? thx!

I has buy a IP cam, but I don't know how to add a port for a IP cam in the airport extreme setting? (I can see the IP cam in local, but not the internet.) Many Thanks!

atwoodjordan, Welcome to the discussion area!
See Steve Newstrum's user tip "How do I use Port Mapping (Part I)". When it talks about giving your Mac a static IP address just substitute camera instead.

Similar Messages

  • How do i transfer data from a hard drive to the airport extreme

    2 part question...(#1) I do not have a home based Mac/PC. I would like to know how I transfer all my data from iTunes to the Airport Extreme base? I need to free up space on my Mac book Pro, and I don't want to carry a portable hard drive around with me. (#2) After the data is transferred, will I be able to access it on a Apple TV?

    The airport extreme has no data storage.  Where do you want the data to go?
    Does this help:
    http://support.apple.com/kb/HT2426

  • I have a current 2TB Time Capsule. I would like to add more ethernet ports for needed expansion. Will an Airport Extreme conflict with the Time Capsule for needed ethernet ports and will wireless from both units conflict?

    I own a current 2TB Time Capsule and I need to expand my network system to include more ethernet (wired) ports. I am considering an Airport Extreme that would give me enough wired ports. Will the wireless capabilities of both units conflict with each other? I only need one wireless network. Thank you for any help.

    While you could certainly add an AirPort Extreme to provide additional Ethernet ports, you could also save about $150 by purchasing an inexpensive switch, such as one of these:
    http://www.amazon.com/D-Link-DGS-1005G-5-Port-Gigabit-Desktop/dp/B003X7TRWE/
    http://www.amazon.com/TRENDnet-Unmanaged-GREENnet-Auto-Negotiation-Auto-MDIX/dp/ B001QUA6R0/
    Consumer grade Ethernet switches typically come in five and eight port configurations. Just be aware that a five port switch only conveys the ability to add three additional devices. An eight port switch conveys the ability to add six additional devices.
    An 8 port switch provides twice the capacity of a 5 port switch for considerably less than twice the cost. The price difference between the two is often only $10 or so.
    I just checked, the 8 port version of the Trendnet switch above costs exactly $4 more.
    An AirPort Extreme is a very flexible full featured wireless router, and would provide three additional LAN ports for wired devices. If all you need is a few more ports though, it's overkill.

  • How do I install Enabler from the Airport Extreme disk?

    Recently I purchased an new Airport Extreme. One of my 3 computers is a 2 GHz Intel Core Duo iMac with 20 inch display (iMac4,1). It is running 802.11g. I wish to enable it for 802.11n. I am confused by a statement about the enabler, which is found at the following link for the AirPort Extreme 802.11n* Enabler for Mac (http://store.apple.com/us/product/D4141ZM/A?fnode=MTY1NDAzOA&mco=MTA4MjgwNzI). The statement is, "Important note: The Enabler is included free with the new AirPort Extreme Base Station with 802.11n. If you purchase a new AirPort Extreme Base Station, you do not need to purchase the Enabler separately." On my iMac, the Network Utility indicates the iMac is not enabled for 802.11n. I have kept the software on the iMac up to date. Thus I assume that somewhere on the disk that came with the Airport Extreme, there is an enabler file I need to access. Where do I find this, and how do I enable the iMac for 802.11n? Thank you.
    Sincerely,
    Wilson

    I am still a bit confused, because the information at the link I gave seems to indicate that a person with my model of computer should be able to use the AirPort Extreme 802.11n* Enabler for Mac.
    1. My computer is not a 17 inch 1.83 GHZ. It is a 2.0 GHz Intel Core Duo iMac with a 20 inch display (measured diagonally).
    2. The web page (http://store.apple.com/us/product/D4141ZM/A?fnode=MTY1NDAzOA&mco=MTA4MjgwNzI) says check "Before purchasing the 802.11n Enabler software, please check to make sure that your Mac does not already have the 802.11n enabler already installed."
    3. It then shows how to use the Network Utility to see whether or not the enabler is installed ("If the section "Model: Wireless Network Adapter," if it says (802.11a/b/g/n), you already have the 802.11n enabler installed. If it says (802.11a/b/g), you do not have the 802.11n enabler installed." My computer lists "802.11a/b/g".
    3. Thus I assume that all now I need to do is to install the enabler, which one then can purchase, which one then can do through the Apple Store web page.
    4. My issue is that the same web page says I do not need to purchase the enabler if I have already purchased the Airport Extreme base station. ("Important note: The Enabler is included free with the new AirPort Extreme Base Station with 802.11n. If you purchase a new AirPort Extreme Base Station, you do not need to purchase the Enabler separately.")
    What have I missed?

  • HOW TO: Add /manipulate columns for a GridControl

    HOW TO: Add /manipulate columns for a GridControl when the columns (attributes) are from different entity objects.
    This HOWTO describes the basic steps of using attributes from different entity objects for a GridControl.
    One way you can create a GridControl which contain attributes from different entity objects is to create a view object and base it on the entity objects which contain
    the desired attributes.
    Here are the basic steps:
    1.Create a new view object (or use an existing view object) by selecting File>New from the menu, clicking the Business Components tab and double-clicking
    on the View Object icon.
    2.In the View Object wizard change the name to something meaningful.
    3.Select the entity objects you will base your view object on.
    4.Nivigate to the attribute screen and select the attributes you would like to include in your view object from each entity object. At this point you can also create
    a new attribute by clicking the "New" button. The new attribute can be a concatenation of other attributes, derived from a calculation etc.
    5.In the query panel of the View Object wizard, click "Expert mode" and enter a query statement. You write complex queries such as decoding a set of attribute
    values.
    6.Add your newly to your newly created view object to the application module by double-clicking on the application module in the navigation pane and selecting
    your view object from the list.
    7.Create a new row set.
    8.Bind row set to a query by editing their queryinfo property and selecting your view object and its attributes from the queryInfo pane.
    9.Create a GridControl and bind it to the row set by editing the dataItemName property of the GridControl. Since the GridControl is bound at the row set level
    all of the related attributes are automatically added.
    null

    Michael,
    Are you intending this as a commercial solution or a work around?
    To take an existing equivalent, one would build a view in the database tailored for each grid in an Oracle Forms application. Or a separate query layered over tables for each form/grid in a Delphi or Access application? Even if it is ninety nine percent the same over half a dozen forms/grids?
    And now you've added a whole slew of "slightly different" rowSetInfos to maintain.
    So if you wanted to add a column that needs to appear everywhere... you've just increased the workload multi-fold?
    That would be a management nightmare, wouldn't it? Not to mention yet more performance cost and a slower system?
    Hmmmm..... I'm not sure I like where this is headed... someone needs to do some convincing...
    null

  • Hi All how to add new payscale  for an employee in sap hr-abap,its urgent

    Hi All ,
    how to add new payscale for an employee  in sap hr-abap,its urgent.
    Message was edited by:
            bharat kumar
    Message was edited by:
            bharat kumar

    Hi
    If that field which you wants to add is available in one of the structures like EKKO,EKPO then you can add that field just beside the other fields
    If that field is not there in the any of the structures then you can define a variable using define command
    /: DEFINE  &VAR&
    / &VAR&  = <some value>
    or you can write subroutines to fetch the data from outside tables and can use those fields data in the script
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to add a border for Panel (jdk 1.1) ?

    how to add a border for Panel (jdk 1.1) ?

    Border's are a Swing feature, you will have to draw one by yourself (extend Panel and override paint()).

  • CLM How to add search-help for extension field(New Company Field) in MA.

    Hi all,
         Based on demand,I need to extend a new field(Company) in Master Agreement.
    But I do not know how to add search-help for this field,just like User Accont page.
    Anyone can help me ?thank you very muck.
    Regards,
    JackyCheng

    Hello Jacky,
    To combine all the answers above and have a topic-based reply please go through the below steps:
    #1. Inactivate the current extension field Company (I see it is actually a String value and this is not what you want to have)
    #2. Go to Setup -> System Setup -> Extension Reference Types
    Check if you already have a Company reference type
    If not, create a new Extension Reference Type for Class Company. Fill in all required information.
    #3. Create a new Extension Attribute
    Select Data Type: Object Reference
    Now you can add the Company type as reference
    Regards,
    Bogdan Toma

  • How to add F1 help for a field on ALV grid

    Hi All,
    When we execute a program, the output is displayed using ALV grid.
    on the ALV grid, if we press F1 on a field, it should popup the help document.
    How to add F1 help for a field on ALV grid.
    Thank you all in advance.

    fill field LVC_S_FCAT-ROLLNAME of your fieldcatalog in method SET_TABLE_FOR_FIRST_DISPLAY
    A.

  • How to add search help for standard field LIKP-TRAID

    Hi friends,
    How to add search help for standard field LIKP-TRAID ,
    refer screen
    Program Name       SAPMV50A  
    Screen Number      2108      
    TrnsIDCode ( LIKP-TRAID ) ..
    I need to add a search help, so that i can retrieve data from Ztable.
    Thanks.
    Abhi

    Hi Abhi,
    Try using any one option:
    Create a Search Help in SE11.
    Now Goto SE11 -> Enter Ztable -> Select that field -> Click Search Help and try to assign the created Search help to that field in your Ztable explicitly
    OR
    Create a Zdata element in SE11.
    In Data Element, under Further Characteristics tab, enter Name  Parameters of Search Help.
    Assign this data element to that field in ur Ztable.
    OR
    Create a Zdomain and maintain a Value Table or Fixed Values for it.
    Assign this domain to that field in ur Ztable.

  • How to add extra options for style of images.   iPad version has far more options than Mac version

    How to add extra options for style of images in pages.   iPad version has far more options than Mac version

    Thank you, you made me go look again and I realised the ones I use on the iPad are under Borders not style and they are on Mac also.  I feel a bit silly but I wouldn't have got there without your prompting.  Do you mean by "create your own"  using the borders and then saving as a style or can you create something that is not in either?
    Thanks again

  • How to add indian english for siri?

    how to add indian english for siri... siri no use for indian user...

    You cannot, it is something only Apple can do.
    The phone merely listens to the commands, digitizes into some proprietary format and sends it to Apple's servers, who do the heavy lifting of interpreting what you want. So you can't hack the language into the phone.

  • HT201320 how to add an account for Google apss?

    how to add an account for Google apss?

    Hello,
    To create an account for googole to use their applications, go to www.google.com, on the upper right hand corner of the browser, is will say sign in.  Click that.  Then it will bring you to a page in which you can sign in or create a new account.  Create a new account following the steps and then you are set.  Once you have downloaded a google app, you can use that same username and passward that you created at www.google.com
    Hope this helps,
    -Allen

  • How to add auto play for audio in ibooks author?

    I cannot seem to get the low-down on how to add auto play for audio in ibooks author. I would like the audio to play when the reader opens the page?
    Thanks!

    There is no option for autoplay on page turn. There is no option for autoplay, only loop.

  • How to add Ethernet ports to an Airport Extreme Base Station?

    I have successfully connected an HP Office Jet 6310 to the Airport Extreme Base Station, after downloading the latest software from HP. It is printing wirelessly, and it is great so far.
    The only problem is that the cable modem connected to ADSL has only one Ethernet port, and the Airport Extreme Base Station also has one Ethernet port. However, I need one more port to connect a phone (Vonage Telephone Adapter = VTA).
    What is the easiest way to achieve this? I saw several other messages discussing hubs and routers, but the answer is not clear yet. If I purchase an additional router, should it be connected between the cable modem and the Airport Extreme Base Station, or the other way round?
    Any help or advice would be appreciated!
    Thank you in advance for your time.
    MacBook Pro with 1.83 GHz Intel Core Duo   Mac OS X (10.4.7)  

    One final vital piece of information, which should be my conclusion on this topic.
    Following the advice received, I purchased a Switch from Linksys. Since the device didn't work for my purpose (dividing the Ethernet connexion into an Ethernet line for the HP printer and the Vonage phone), I called the Linksys support.
    I was told that what I needed was not a switch, but a router. I thus had to get reimbursed for the switch and hunt for the proper router.
    Finally, today, I have been able to find the item corresponding to my needs:
    A Belkin Wireless G Router F5D7230-4
    It costs less than 50 US$ and has all the necessary Ethernet ports. The setup is very simple, and I got it operational within a couple of minutes, despite some small problems getting the setup Wizard to work. It is Mac OS X compatible.
    Thus, at the end, I have got the HP 6310 Office printer and the Vonage VTA phone working together, with a robust Wireless network including WPA security. I would recommend this type of setting.
    The only trouble is that the AirMac Extreme Base Station has become completely useless! I will perhaps keep it as a souvenir, or as a decoration in the living room... This wouldn't have happened if the creators of this nice object, which is extremely expensive for what it provides, would have thought of including at least two Ethernet ports!
    The unexpected reply to my query could thus be ironically formulated by saying: "replace the Airport Extreme Base Station with a cheaper an more efficient device." Sorry for that!
    With my best regards to those who took the trouble to read this thread to the end.
    Yours, Hotaru

Maybe you are looking for