How to Set Static IP Settings on iOS

Hello All!
I have been helping someone with setting up a static internal IP address that would save to his iPhone. The issue we were having was that when we set his subnet mask to 255.255.255.0 it would not save the static setting. After testing a few things we found that setting the subnet mask to 255.255.255.255 it was able to be saved and then reverted to 255.255.255.0
I just thought I would add this to the discussion forum if anyone was having issues with static IP settings on iOS!

cant save static ip at my i pad or any manual configuration at wi fi ,try this methode 255.255.255.255bbut also cant save ,, idont know why tech support team for apple cant find answer about  this problem!!

Similar Messages

  • How to set static IP for C4599 printer ???

    Was afraid if we clicked 'answered' <per 'answer' below> we may never get an answer to a followup question to 'PrintDoc'  at http://h30434.www3.hp.com/psg/board/message?board.id=Networking&thread.id=5277 .
    Hopefully this re-post will help.
    Question/s...
    1. When trying to set 'static IP', and click on 'this' link ( http://h30434.www3.hp.com/t5/forums/replypage/board-id/Networking/message-id/NetGear%20'RangeMax'%20... ) at your email < below> get...
    "An Unexpected Error has occurred."
    2. Also, getting printing error after HP Director shows C4500 wireless connected and starts printing.
    At 'Component Services' / 'Event Properties' shows...
    "The document http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVers owned by Alan failed to print on printer HP Photosmart C4500 series (Wireless). Data type: NT EMF 1.008. Size of the spool file in bytes: 48960. Number of bytes printed: 0. Total number of pages in the document: 2. Number of pages printed: 0. Client machine: \\AKM. Win32 error code returned by the print processor: 2250 (0x8ca).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    When click on 'events.aps' link get...
    'Event Viewer' showing 'xpsp2res.dll' file info ?
    Does #2. have anything to do with 'IP' question, and will 'static IP' fix ?"
    Please advise.
    Thanks much.
    Original answer...
    10-13-2009 10:03 AM
    PrintDoc 
    Master's Graduate
    Posts: 1383
    Registered: 08-19-2009
    Message 8 of 10
    Viewed 481 times
    Re: C4599, wireless Error-Printing, unable to 'communicate' with the device ???
    Sure we can set a static IP (actually we are going to reserve an IP address - even better).  But first, please mark the post that helped you solve the problem as "Accepted Solution".
    Connect to the wireless router by typing the IP address of the wireless router in the address field of your browser, then click Enter. 192.168.1.1 is the default IP address of the wireless router. The wireless router will prompt you to enter the user name of 'admin' and the password. The default password is 'password'.
    See the procedure on page 8-16 of this < http://h30434.www3.hp.com/t5/forums/replypage/board-id/Networking/message-id/NetGear%20'RangeMax'%20... > document to reserve and IP address for your printer. 
    You will need the MAC address of your printer (this is on the Network Config Page you printed from the front panel of the printer).
    (Although I am employed by HP, I am speaking for myself and not for HP)
    Original Posters - please mark the post that solves your problem as "Accepted Solution"
    Thanks again for your help !
    akm (XPproSP-3,IE-7,Office2003)
    This question was solved.
    View Solution.

    Thank you for the followup. 
    Just got back to this thread after trying what you suggested re new install program.
    Months ago, when originally tried to install new C4500, spent weekend, literally 4hrs on a Sat and 4hrs the following Sun with HP support on the phone trying to get C4500 wireless to work.
    Finally downloaded a new install program and after installing that and making other numerous setup adjustments, which I cant remember, it worked (the only saving grace for the time spent) for a while.
    But for the sake of trying, we did put in the original disk, just like page 4 (or our original paper manual) instructed (per your last post).
    The disk loaded and the program did its thing and then get...
    "A newer version fo this software is alredy installe on you HP HPPhotosmare C4500 series computer."
    So clicked 'finish'.
    Then loaded...
    PS_AIO_04_C4500_USW_Full_Win_enu_120_210_NB.exe
    ...which we thougth was the new installer program which we downloaded those months ago (same one you suggested).
    Started the '4 step' process.
    Got to 'step 3' and it connected to printer with usb cable.
    Along the way got message from 'network diagnostics'...
    "The PC and the printer are connected to different networks(192.168.1.0 and 192.168.0.0).  They must be connected to the same network.  This can happen when you use the manufacturer's default network name (SSID) and another nearby network is using the same name.
    The gateway address of the printer does not match the network to which the printer is connected. Reconfigure the setting on your printer to match."
    Tried changing ip addresses at network settings, but no help.
    Clicked on disregard and proceed.
    Started 'Network diagnostics' and got...
    HPPhotoshopEssential 'install' bar window.
    Either way, disk or new install program, get pop-up window with message...
    'The feature you are tryong to use is on a CD-ROM or tother removabledisk that inot available. Insert the 'HPPyotosmartEsesential' disk and click OK."
    Moved HP .msi and .cab files to same directory with ...NB.exe file.
    Install went ahead, and then needed 'setup.exe'.
    Opened setup.exe at disk and install went ahead.
    Installed latext updated 'HP Solution Center'.
    It showed both the C4500usb and wireless, but still wireless not 'connected'.
    Ran diagnostics and got same 'diagnostics' message as above.
    Made sure hardware enabled etc.
    How to fix ? 
    Thanks again for your help !
    akm (XPproSP-3,IE-7,Office2003)

  • How to set static IPv6 address/gateway in Arch (NOT tunnel)

    Hey Everybody,
    Today I decided to install Arch Linux. There was only one thing that I did not understand, and that is how to set up a static IPv6 address. I have native IPv6 connectivity at home and in Debian I used to edit /etc/network/interfaces to set up a static IPv6 adress. Since Arch uses rc.conf, what is the syntax to configure a static IPv6 address?
    I used to add something like this in Debian in /etc/network/interfaces:
    > iface eth0 inet6 static
    > address *my static address*
    > netmask 64
    > gateway *my gateway address*
    Or can I still use /etc/network/interfaces in Arch?
    Thank you for help.

    It can be done quite easily using the netcfg infrastructure.
    /usr/lib/network/connections/ipv6static
    #!/bin/bash
    . /usr/lib/network/network
    ipv6static_up() {
    load_profile $1
    ip -6 a a ${ADDRESS} dev ${INTERFACE}
    if ! [ -z "${GATEWAY}" ]
    then
    ip -6 r a 2000::/3 via ${GATEWAY} dev ${INTERFACE}
    fi
    ipv6static_down() {
    load_profile $1
    ip -6 a d ${ADDRESS} dev ${INTERFACE}
    if ! [ -z "${GATEWAY}" ]
    then
    ip -6 r d 2000::/3 via ${GATEWAY} dev ${INTERFACE}
    fi
    ipv6static_$1 $2
    exit $?
    /etc/network.d/eth0static
    CONNECTION="ipv6static"
    DESCRIPTION="Static configuration for IPv6"
    ADDRESS="2001:dead:beef:cafe::1/64"
    INTERFACE="eth0"
    GATEWAY="2001:feed:dead:beef::1" # Comment this out if no route needed
    I haven't tested the gateway part, but I don't see why it wouldn't work. You'll need iproute2, and to read up on netcfg (see http://wiki.archlinux.org/index.php/Network_Profiles) if you have trouble.
    Last edited by gunkaaa (2009-09-02 05:19:36)

  • HT201699 how do you reset carrier settings on iOS 8.1 ?

    I have a really dodgy carrier in austria, 3, and they took away the possibility to turn off 3G for whatever reasons.
    How do I remove their settings and get back how apple wanted my phone to be ?
    Because it is clearly advertised that 8.1 makes it possible again to chose between edge 3g and LTE, but this is not the case with my crappy carrier.

    it is definitely not, i tried running terminal, making it able to install previous carrier settings on the iphone via itunes but all the guides from previous OS´s seem to not work.
    I tried to reset network settings on the iphone and putting another simcard on it hoping to get the options back advertised on iOS 8.1, but unsuccessfully.
    Does anybody confirm that erasing the iPhone brings back standard cellular settings ?

  • How to set tagged pdf settings for batch process

    Framemaker doesn't allow me to set tagged pdf settings without opening a file (i.e. *.mif/*.fm/*.book).We are using .MIF files to generate PDF in an automated process.( .MIF files will be sent to FrameMaker as a batch file using DZBATCHER then it it uses distiller to produce the PDF).
    How can I set tagged PDF settings for this kind of operation?

    Tagged PDF info is a document level property, i.e. you need to define it in the MIF. Check your MIF manual for: <DPDFStructure and <DPDFStructureDefined statements.
    Note: If you're using any FM version earlier that FM9 and not the FrameServer version, please read your EULA very carefully (Section 2.2 - 2.4) concerning automated creation of PDF files. With FM9, the restriction apparently has been loosened to only how the process is intiated (Section 2.3).
    Copies of the EULAs can be seen here: http://www.adobe.com/products/eulas/

  • How do I access profile settings in ios 6? I used to be under general settings in ios 5.

    I am trying to access profile settings in ios 6.0.1, but it is not there on my iphone 4s. It used to be under general settings in ios 5. Can anyone help? I am trying to delete a profile setting that I do not use anymore.

    So, the profile section is the place where you can add, for example, a wifi profile from your school that is used for authentication, or a profile from freemyapps. This is the profile I am talking about. I am not able to find it on the 4s in ios 6 for some reason. Do you guys know? Would really appreciate it.

  • How to set full screen camera on ios 8 on iphone5s

    How to set full screen camera on iphone 5s having an ios8

    HI,
    Give the width in % instead of mentioning in pixels.
    ie. for full width, give 100%.
    Make sure the layout is GridLayout.
    Regards
    Fahad Hamsa

  • How to set default podcast settings

    If I select a podcast and click on the settings button a dialog box come up. In this dialog box is a checkbox for "Use Default settings".
    Where do I set these default settings? I tired preferences but I could not find it there. So where do I set these settings that I want all Podcast to use?

    It's in the same little window as all the other defaults, the one you mentioned. Just go to the first one in the drop-down menu.

  • How to set static IP for Deskjet Ink Advantage 6525 printer ???

    Hello,
    I try to set static IP address,but when i put the IP address from network configuration page in the browser's address bar ,can't find anything.

    Hi,
    Can you ping it ? It may not have anything in there for browsing.
    Updated: Well actually I use my printer and it shows many things - left side:
    Please refer to the following link:
         http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup-e-g-Windows-8/HP-Photosmart-6525-reboo...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to set Passcode lock time in iOS 7.02?

    In upgrading my Sprint, iPhone 5s from iOS 7.0 to 7.0.2, when go to Settings/General/Passcode-Fingerprint/Require Passcode, it is now set on "Immediately", when, in 7.0, I had it set for 15 minutes.
    When I touch the word "Immediately", the screen shows the word "Immediately", followed by a checkmark. Below the word "Immediately", is a text line stating "Shorter times are more secure."  However, when I touch the word "Immediately", the drop down menu that previously appeared under Version 7.0, which provided a choice of Passcode lock times, no longer appears, so I cannot change the time settings for the Passcode lock function.
    Is the choice of time settings willfully no longer available, or is this a bug?  If a bug, is there a workaround?
    Thank you!!

    I found an answer, as I had the same issue.  And of course, like many things Apple, it's fairly simple.
    The issue arises when you have Touch ID enabled.  Once you disable Touch ID, you will then have choices of longer periods before a passcode is required.  Of course then you don't have Touch ID, but mine rarely works anyway.  My skin is too dry and it fails constantly.
    There is a good explanation here: http://danstillman.com/2013/09/30/touch-id-and-require-passcode-immediately

  • How to set color suite settings

    When I go to Bridge > Creative Color Suite Color Settings > I get " Suite color management is not enabled". I need this to be enabled?  How do I do it

    I have Illustrator and InDesign so not sure why I cant do it.
    Then that is strange indeed
    First set ID or Illustrator to the wanted color settings and then check if you can select them in Bridge. If not restart Bridge holding down option key (mac) or control key (Win) and choose reset preferences to reset prefs to factory default. This solves usually a great deal of the problems for Bridge.

  • How to set static value as output

    Hi all,
    It seems like this should be Discoverer 101, but I can't figure out how to do it.
    I'm creating a report that will, in essence, create input for a API interface to load SITs. There are certain columns that will have a static value for all records and others where I just need the column with a null value. Taking a look at the functions, there doesn't seem to be one that will just let me specify the value.
    Can someone help? It seems like this should be easy.
    Thanks in advance - J

    You should be able to create a calculation like:
    'MyStaticValue'or use the static value you want. Include the calculation in the report, and you are all set.

  • How to set static IP for mobile network?

    Hi all,
    Can the Incredible 2 be set to a static IP address when connecting to mobile networks?
    I want to use my phone to connect to my PC using the Wireless Hotspot feature and give me a static IP address so I can register it with one of my work applications.
    Thanks
    Bill

    I was able to change the HotSpot ip address by going to your hot spot and tapping the menu>advanced>LAN Settings.  You should be able to change the IP address and Starting IP address from there.  One thing I did notice is that Verizon is assigning the DNS to the hotspot itself which is iffy.  Change the DNS setting on the laptop/Ipad or what have you to the universal DNS's that are already out there.

  • How to set the default settings for all users in 11.1.1.3

    I have couple of questions
    1. How can I change the default setting for all the users so that whenever they log in the planning takes them to the Task lists mode. Or is this a one time thing which they need to do individually ?
    2. How can I set the defalut setting for all the users so that they can see the same page when they log into Workspace ?

    For workspace have a read of - http://docs.oracle.com/cd/E12825_01/epm.111/bpmui_admin/assigning_default_preferences.html
    For planning you can't really set it without hacking tables.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to set static item in PL/SQL

    I know this may sound like a stupid quesiton but here's the issue.
    I need a PL/SQL function that will set a application item, or page item etc. The items that need to be set are static items. Ex: P1_FIRST_NAME
    I know if I use a PL/SQL function withing HTMLDB I can use the :P1_FIRST_NAME := 'Martin';... Problem is that you can not use that syntax if you store the function in Oracle itself.
    So I need to know the syntax to set items.
    Thanks.
    M.

    HTMLDB will also recognize variables using the format &VARIABLE_NAME. (with the period at the end). Have you tried this variable naming convention? Oracle may store it as it looks like a runtime variable.
    I don't know if it will work for your scenario or not...
    Adam Cumming
    Marion County

Maybe you are looking for

  • Working with firefox 28 on WinXP. https sites load well, but http sites do NOT load at all. Same happens on other browsers

    I've tried uninstalling, downgrading, upgrading Firefox (from version 17 to Aurora) and still the problem persists! I've shut down firewall, performed malware checks, cleared cache, history and cookies, started in safemode, and still nothing!! 'https

  • When I open iTunes using Vista its showing up as com and not iTunes

    when I open iTunes using Vista its showing up as com and not iTunes

  • Java 2D Graphics Advice

    I am working on a Guitar Chord program for a professor and we used to display the guitar fret board using gifs. it had lines to represent the strings, then dots on the frets to represent notes, and the gifs were copied and pasted to create each chord

  • Qualified/Tuple work around

    Hi, I have a Qualified table with 3 Fields. A,B,C. A and B are poplualted automatically by incoming file. Now i need to popluate C by comparing with main table field and A!!!!!!! I have seen some Forum saying to create an internal interface, Which me

  • Where is the Windows setting

    That enables PSE to start up when you connect your camera to the PC. I have checked in explorer under tools/folder options/files and my .jpg files are associated with kodak easy share software. So my question is how comw PSE starts instead? Thank you