473,324 Members | 2,214 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

peristsant (clientside?) ip address conflict

This is weird, I know what an IP address conflict is, and how to avoid it, but this problem seems atypical - and apparently client side?

Basically I have a router internet network, it is DHCP and the range [was] 100-199

Now, to my knowledge myself and everyone else on the network is using DHCP (non techies).

some things I have tried are:
- I changed the address range from 100-199 to 150-199 to force my laptop to obtain a new IP (and not the same one when it releases)
-I reset the router and upgraded the firmware

this issue happens only to me, and I had the same issue before on another wireless network (around the time) it cropped up were I am currently. Interestingly this network I connected to had trouble with the ISP and was down at this time. I noticed the ip address conflict, but I cant remember if it had cropped up sooner... I think not.
I also have a suspicion that the 2nd IP address in conflict is somehow another one associated with my device.

Many people on the internet say that this problem is never client side, and is always a network issue, but I am having my doubts.

I should also note that I have internet access, but would like to get this resolved because it seems indicative of another problem.
Feb 23 '09 #1
10 3332
ShaneA
19
I would first ping a random IP address to get a free one that has no reply. Then set the IP of your LT to static and see what the results are.

Another question I have is, do you have a server in your environment?

You might need to flush out the DHCP!!
Mar 2 '09 #2
I had though i replied to this half a week ago but network connection is incredibly unstable and my reply apparently did not make it.

by servers I believe you mean a mail server or a print server or some general machine that is doing the routing.
luckily to simplify things this is not the case. I am however dual booting and have apache installed on both partitions if you mean that kind of server.

I have changed my ip server times to addresses outside the DHCP range, since there are a limited number of other users, none of which know what DCHP or an IP address is, I feel confident that my the IP conflict is not an actual conflict.

This same issue also occurs if I use this laptop with another wireless network, (and use DHCP). For this reason it appears to somehow be all me.

I tried to google and figure out how one might flush out the DHCP so-to speak, but have been unsuccessful in understanding this. Do you mean something like arp-d? as I mentioned I am pretty sure the fault is on the laptop side of things.\

Edit: every time the connection is made, the Ip address conflict warning appears, I click it away and the internet work. I am not sure if its my router or this conflict but 5 minutes to 1/2 hour later I lsoe the connection as I eluded to at the beginning of the post.hopeful this helps... please help.. this iza makin me CRAZY!...!
Thanks!
Mar 9 '09 #3
DonRayner
489 Expert 256MB
open a cmd window and type the following without the quotes

"ipconfig/release" then press enter
"ipconfig/renew" then press enter

"ipconfig/all" will give you the details of your settings.

If you get an error to the effect that the ip can't be released that means that your wireless is set with a static IP.
Mar 9 '09 #4
Yea, I tried that when the issue began.

I have tried both using a static and a dynamic IP address, I get the same error both ways. I have a done the ipconfig -release/renew stuff before.

Currently I am using a static IP, and I know there is no address conflict with the address as it is out of the DHCP range of the router, and no one else could/ would be using the address (I have changed it a number of times to be sure).

I get this error no matter what. It doesn't matter if I am on my normal wireless LAN or someone elses, if I am static or dynamic. I even get the error when my laptop starts and stops for the login screen. I think it even happens if there is no network present.

I have considered re-installing my network drivers, but they worked for years before without any problems, and I am concerned that I might lose internet if I get the wrong ones and not be able to connect and try again. I also had a very difficult time finding drivers a year ago after I formatted/reinstalled XP without the manufacturers CD, and the drivers on the CD seem difficult/impossible to access from windows. Is this worth the effect/risk to try?

Also does anyone know of any malware that can cause this issue? I have not noticed anything suspicious (other than this) but this issue is very atypical so might need to think outside the box. I am getting pretty close to re-imaging the laptop, but if its a relatively simple fix I would like to avoid that.

Edit: In the past I have had IP stack corruption problems and had to to the winsock -reset gambit. Could this be related?
Mar 9 '09 #5
DonRayner
489 Expert 256MB
This doesn't happen to be a Vista OS does it?
Mar 9 '09 #6
nope. death before vista IMO >.>
Mar 10 '09 #7
DonRayner
489 Expert 256MB
Has IPv6 been installed on the laptop? You can check it by opening a cmd window and typing "ping6 -n 5 ::1" If you get a reply from ::1 then IPv6 is installed, if you get "Unable to contact...." not then it's not installed and can't be contributing to your problem.

If it is installed you can try removing it by typing "netsh int ipv6 uninstall". If you ever need to reinstall it the command is "ipv6 install"
Mar 10 '09 #8
It was installed. As suggested I uninstalled it however the problem persists. I am using XP as I mentioned but does anyone here know how this problem manifests itself under vista?
I ask because I am assuming no other network users have this problem, however perhaps Vista is not so verbose as XP.
Mar 15 '09 #9
I am now somewhat certain that this occurs only when the wireless card is enabled
Mar 17 '09 #10
DonRayner
489 Expert 256MB
It almost sounds like your built in NIC and wireless adapter are in conflict with each other. You could try disabling the NIC and then connecting with the wireless to see if the problem persists.

Also what is performing your DHCP assignment, Is is a server or router? Could it be possible that your wireless router is acting as DHCP when you also have another DHCP server/router on your network? Could it be the wireless router's address that is in conflict with another one?
Mar 17 '09 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Askari | last post by:
Yesterday, ALL code in python work and nothing when I close(finish) a code. Today, when I close, some raise this windows error : Instruction at "0x00FC3D70" use memory address "0x00000000". Can't...
3
by: David Cook | last post by:
Is it possible in Javascript to determine the numerical IP-addr that the client is using? (Normally, I'd do this on the server-side, where it is trivial.) But, I'm just curious how to do it on...
31
by: wallster | last post by:
please keep the flaming to a minimum (a bucket of water is next to me) but I have a question someone here might be able to explain in basic terms for a dunce like me. I helped a friend put...
1
by: Steve Guidos | last post by:
We are writing a set of Windows Services using C#.NET that will run on the same server. One of the developers here said that we should assign each service its own Base Address using the Properties...
4
by: Zeebra3 | last post by:
Here goes: I have a web form with several asp:dropdownlists, with which, when selection is changed I want to fire an event defined in some clientside js. The content of the clientside code is...
3
by: RFS666 | last post by:
Hello together, I tried to find out about populating an asp.net server control (a dropdownlist) from the clientside jscript, but I didn't find a solution up to now. I cannot use a html...
7
by: ashu | last post by:
look at code #include<stdio.h> int *mult(void); int main(void) { int *ptr,i; ptr=mult; for(i=0;i<6;i++) { printf("%d",*(ptr++));
16
by: susiedba | last post by:
hey I used to be able to take VB6 code and paste it into a HTML page and it would run on the clientside does anyone know if this is possible in VB 2005? Thanks -Susie
14
lotus18
by: lotus18 | last post by:
Hello all I have these records on my Day Table for my complete database table please click here 1. M 2. T 3. W 4. TH 5. F 6. S
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.