Quantcast
Page 2 of 2 First 12
Results 11 to 16 of 16

Thread: Assigning static IP address

  1. #11
    Trouble's Avatar
    Trouble is online now Senior Member
    Noob Whisperer
     
    Join Date
    Jan 2011
    Location
    N.W. Indiana
    Posts
    556
    Windows 8 Firefox 19.0

    Re: Assigning static IP address

    I'm not sure why this seems to be happening to you but you should be able to add, remove and or edit any IP address assigned to your NIC by using the advanced button -> IP Settings tab, in the properties of IPv4 within the properties of your Network Interface Card.
    WinLogo Key + R and type
    ncpa.cpl
    hit enter
    Select then right click your NIC (usually "Local Area Connection") and choose properties.
    In the box / frame labeled "This connection uses the following items:" scroll as needed and select "Internet Protocol Version 4 (TCP/IPv4)" and click the properties button.
    On the resultant dialog box click the "Advanced" button and under the IP Settings tab you should find any and all stored IP addresses for that particular NIC.
    Any NIC can have and actually use multiple IP addresses as well as Gateways if you're very clever at writing complex route tables. Otherwise it's best to stick with a single address per interface. We used to play with this a lot when studying for RRaS.
    Anyway you should be able to clean things up without removing the device and rebooting. If not there may be a more complicated underlying issue which might need a bigger hammer.
    You may want to look into rebuilding the IP stack
    netsh int ip reset resetlog.txt
    and or the Winsock Catalog
    netsh Winsock reset
    Regards
    Randy
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.









    Reply With Quote Reply With Quote

  2. #12
    Saltgrass is offline Senior Member
    Enjoys Windows 8 Forums
     
    Join Date
    Sep 2011
    Location
    Dallas
    Posts
    298
    Windows 8 Firefox 19.0

    Re: Assigning static IP address

    Randy, could the Alternate Configuration tab also be used to set up a static configuration. Then just select Private IP address, or User configured? Sometimes I find it useful to disable and then re-enable the Network adapter to resync.

    I don't know how many configurations the OP might need, but these options might make it a little easier.

    I took from the first post he has to assign a Static IP Addresse, for whatever reason. Hopefully that was a correct assumption.

    I am also a little confused when he mentions the Static IP address continues to show in ipconfig with DHCP in place. Perhaps he is reading the wireless adapter also?

    Edit: I found the following link, which seems to say if the computer cannot find a DHCP server on another network, it will automatically switch to the Alternate configuration.

    http://technet.microsoft.com/en-us/l...=ws.10%29.aspx
    Last edited by Saltgrass; 03-27-2013 at 04:44 PM.

    Reply With Quote Reply With Quote

  3. #13
    Trouble's Avatar
    Trouble is online now Senior Member
    Noob Whisperer
     
    Join Date
    Jan 2011
    Location
    N.W. Indiana
    Posts
    556
    Windows 8 Firefox 19.0

    Re: Assigning static IP address

    I am guessing you are correct. When he walks into a particular environment (client's office or whatever) he for some reason is unable to receive proper IP addressing from whatever is present on the network providing DHCP. So as a work around he determines what the proper schema should be and assigns it manually as static values.
    I have tried over and over again to duplicate his issues and have been unable to preserve any historic IP addressing data, excepting when I use the method I described above for assigning multiple IP address to the same interface.

    The only issues with using the Alternate Tab resolution is;
    1. If you have a static ip address assigned then the alternate tab is no longer available. So he would have to leave it as DHCP to begin with.
    2. Some people have informed me that because of APIPA the NIC will always resolve to something in the 169.254.xxx.xxx range and as a result will sometime maybe even often not failover to the Alternate Tab settings.

    I don't know as I seldom if ever use DHCP anymore. I guess I could experiment. If it works it might be a reasonably good approach, although it would likely still involve his having to adjust that addressing scheme to fit the alternate environment..
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.









    Reply With Quote Reply With Quote

  4. #14
    Trouble's Avatar
    Trouble is online now Senior Member
    Noob Whisperer
     
    Join Date
    Jan 2011
    Location
    N.W. Indiana
    Posts
    556
    Windows 8 Firefox 19.0

    Re: Assigning static IP address

    OK, tested.
    Disabled my other NIC.
    Set the primary to DHCP and used the Alternate Tab to manually assign proper static values for my network.
    Disabled DHCP on my Router and rebooted.
    Initially it came up as "Identifying" took a minute or two and then decided that it was an "Unidentified" "Public Network" APIPA address 169.254.xxx.xxx and no default gateway.
    Then after another minute or two it automatically went through a second round of "Identifying" and after about a minute it failed over to the IP addressing scheme that I had configured under the alternate tab.
    Same thing happened after a second reboot.
    So as an option, it's viable if you are patient enough.
    Regards
    Randy
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.









    Reply With Quote Reply With Quote

  5. #15
    busster8 is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 8 Forums
     
    Join Date
    Mar 2013
    Posts
    6
    Windows Vista/Server 2008 Chrome 25.0.1364.172

    Re: Assigning static IP address

    As a technician working on specifically Avaya phone equipment, you often have to assign a specific static ip address to your PC in order to connect to the equipment. i.e. 192.11.13.5 / 255.255.255.252 and connect to 192.168.13.6. You have no choice, these are the ip addresses. Alternately, if you work on Avaya IP office, you have to assign an IP address in the 192.168.42.x range. Direct connection to the equipment without any sort of dhcp service, you have no choice but to manually assign. Once ANY ip address is statically assigned, removal and reboot is the only way to remove the IP.

    I am familiar with setting multiple ip addresses and gateways through the GUI, but usually, once you change your network settings to DHCP, static ip addresses/gateways are gone. From what I see, gateways are gone, but the ip addresses stay.

    Reply With Quote Reply With Quote

  6. #16
    Trouble's Avatar
    Trouble is online now Senior Member
    Noob Whisperer
     
    Join Date
    Jan 2011
    Location
    N.W. Indiana
    Posts
    556
    Windows 8 Firefox 19.0

    Re: Assigning static IP address

    Are you per chance using any third party software to configure or otherwise manage these particular network connections that might be causing the interface ip addressing to persist?
    I cannot manage to create nor duplicate your problem, but......
    If I am understanding you correctly, you are saying that a single interface has multiple and persistent IP addresses that you have configured over time and they will not go away unless you remove the card and reboot.
    removal and reboot is the only way to remove the IP.
    So..... all information regarding the IP addressing of all interfaces is contained in the registry here.....HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces
    If you are reasonably comfortable taking a peek under the hood, you'll notice (depending on the number of interfaces) a couple sub-keys under that location. Select each in turn until you see the one you are looking for. It should be reasonably evident as the data value for "IPAdress" will contain multiple IP addresses if my understanding of what you have explained is accurate.

    You can edit this information simply by double clicking the "IPAdress" data value and editing as you wish. You should be able to remove any extraneous IP addresses as well as alter the one you are working with to reflect the value you wish. Not exactly an ideal solution I know, but it should save you a removal and a reboot.
    NOTE: This has real time impact on your interface and does not require a reboot to take effect.
    And my boiler plate registry editor warning:
    Using the Windows Registry Editor can cause serious, system-wide problems that may require you to re-install Windows to correct them. It cannot be guaranteed that any problems resulting from the use of the Windows Registry Editor can be solved. If you choose to edit the Windows Registry please understand that you do so at your own risk so unless you feel fairly comfortable and confident you should probably not use the Editor. Changes made to the Windows Registry can take effect immediately and those that do not will take effect following the next reboot of your computer, and a current backup is not automatically made for you....So manually create a system restore point, backup the registry and export the key you are editing for safe keeping before doing so.
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.









    Reply With Quote Reply With Quote

Page 2 of 2 First 12

LinkBacks (?)

  1. 03-26-2013, 08:41 PM

Similar Threads

  1. Jujuba Software Introduces IP Address Modern UI App for Windows 8
    By Windows 8 Forums in forum Windows 8 News
    Replies: 0
    Last Post: 02-28-2013, 04:41 AM
  2. Jujuba Software Introduces IP Address Modern UI App for Windows 8
    By Windows 8 Forums in forum Windows 8 News
    Replies: 0
    Last Post: 02-28-2013, 03:13 AM
  3. Replies: 0
    Last Post: 06-13-2012, 11:00 PM
  4. Microsoft to address Windows 8 Start Screen concerns
    By Windows 8 Forums in forum Windows 8 News
    Replies: 0
    Last Post: 10-05-2011, 10:58 AM
  5. Windows 8 design flaws Microsoft MUST address
    By Windows 8 Forums in forum Windows 8 News
    Replies: 0
    Last Post: 09-22-2011, 10:34 AM

Visitors found this page by searching for:

can not assign static ip in windows 8

windows 8 ip address change script

windows 8 static ip resets to dhcp on reboot

unanswered tagged with website ip address -stackoverflow.com -superuser.com -serverfault.com -stackexchange.com

wireless network with static ip in window 8

will ipconfig release affect manually assigned ip addresses

assigning static ip address in msn

dhcp mode script in windows 8

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •