LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-07-2008, 03:23 AM   #1
NubKnacker
LQ Newbie
 
Registered: May 2008
Posts: 8

Rep: Reputation: 0
IP address conflict


I seem to be facing a very weird problem on my local network. I have a linux machine (RHEL4) with the IP 192.168.1.190. In the morning, a windows user decided that he didn't like his IP anymore and changed it to 190.

This immediately caused the linux machine to go off the network. I changed the IP of the windows user and then deactivated and reactived the interface but to no avail. I still get the error message, "ip address is in use". Despite repeated reboots the interface refuses to come up with the same address but will work with a different address. Is there some sort of caching here? How do I force it to see that 190 is no longer in use by anyone else?
 
Old 05-07-2008, 03:40 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Well here the only caching would be the arp cache, which would never persist a reboot. can you try pinging that IP from another machine incase it actually is still available?
 
Old 05-07-2008, 05:02 AM   #3
NubKnacker
LQ Newbie
 
Registered: May 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Yep already tried it. The IP is on constant ping from my own machine and starts to time out if I shutdown the linux machine (I was able to bring it up with the 190 IP).

I shutdown the machine for about 30 minutes and then restarted it. I was able to bring up the interface with the 190 IP again ... Either my machine is haunted or something somewhere is caching its IP address.
 
Old 05-07-2008, 10:04 AM   #4
vadkutya
Member
 
Registered: Apr 2008
Distribution: slackware 10.2
Posts: 117

Rep: Reputation: 17
Quote:
Originally Posted by NubKnacker View Post
I seem to be facing a very weird problem on my local network. I have a linux machine (RHEL4) with the IP 192.168.1.190. In the morning, a windows user decided that he didn't like his IP anymore and changed it to 190.
ehm...please explain this . who's ip is changed the one of the windows machine or of your linux box. and how the hell did the windows user change your ip ? i am aware that you wrote "his ip" but we are talking about the ip of your linux box, aren't we?

Quote:
This immediately caused the linux machine to go off the network. I changed the IP of the windows user and then deactivated and reactived the interface but to no avail. I still get the error message, "ip address is in use".
and why did the change of the windows ip cause your system to go offline *very puzzled*. if YOUR ip was 192.168.1.190 why is it now 190.168.1.190 when the windows user changed HIS ip to 190.168.1.190??? please explain this. i'm very curious.

thx, vadkutya
 
Old 05-07-2008, 10:57 AM   #5
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by NubKnacker View Post
I seem to be facing a very weird problem on my local network. I have a linux machine (RHEL4) with the IP 192.168.1.190. In the morning, a windows user decided that he didn't like his IP anymore and changed it to 190.
Perhaps your immediate reaction ought to be that you don't like him breathing anymore.

These IPs are 'hard coded' rather than handed out by DHCP, aren't they?

Quote:
This immediately caused the linux machine to go off the network.
Well, I can see that it wouldn't be happy, but I'm surprised it didn't put up more of a fight...

Quote:
I changed the IP of the windows user and then deactivated and reactived the interface but to no avail. I still get the error message, "ip address is in use". Despite repeated reboots the interface refuses to come up with the same address but will work with a different address. Is there some sort of caching here? How do I force it to see that 190 is no longer in use by anyone else?
The only thing I can think of is PPP (and presumably, PPPoE & PPPoA) which has a peculiar behaviour that it stacks the previous condition and pushes and pops set-ups. You aren't using some PPP variant, are you?
Have you checked resolv.conf, hosts and host.conf to see if there is anything surprising in one of those?

Quote:
ehm...please explain this . w
IMHO the OP was completely unambiguous and correct. So

Quote:
i am aware that you wrote "his ip" but we are talking about the ip of your linux box, aren't we?
No.

Quote:
and why did the change of the windows ip cause your system to go offline *very puzzled*
Because it is ethernet. Because two machines have colliding IPs in a collision domain, which can't be allowed (CSMA/CD is what 'drives' the operation of ethernet and if you haven't understood how this works, you haven't understood ethernet). Well, at least, that is clearly enough to stop it working, although why the Linux machine gives up more easily than the windows one is a bit mysterious.

The only other thing that comes to mind is that between the two you have a switch (not a hub) and that is, effectively, caching 'per branch' IPs. You'd expect that to time out quite quickly, though, wouldn't you?
 
Old 05-07-2008, 12:33 PM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Switches remember IP addresses. Slightly off-topic, but why on earth is a Windows user allowed to change his/her IP address?
 
Old 05-07-2008, 01:10 PM   #7
vadkutya
Member
 
Registered: Apr 2008
Distribution: slackware 10.2
Posts: 117

Rep: Reputation: 17
the big mystery is not puzzling :D

Quote:
why the Linux machine gives up more easily than the windows one is a bit mysterious.
right. mea culpa it's mysterious it's not puzzling...ehm forgive me the very, very, very wrong words. damn, i should have thought of it...man, it's mysterious. that's the correct word. well i'm still a noob. i always make the same mistake, sry again (no need to feel puzzled when you can feel mystified, hehe).

since we do not need to understand why the linux box went offline although it occupied the ip in first place, we still might--dare i say it--wonder, better would be; we still are mystified by the fact why the windows user was allowed to change his ip to an already exisiting one since this is not allowed as everybody knows who understands ethernet . especially if the ip's are "hard coded" (normal people would call them static ip but on occaison this doesn't sound...well...hard enough) well it seems the windows machine didn't understand it as well nor the user...

seriously, tough guy , there's a lot of puzzling things in this story and clearifing them would be a wee bit helpful, wouldn't it? could it be that i was poaching on foreign stomping grounds ?

mea maxima culpa,
vadkutya

p.s. i leave this now to your precious help

Last edited by vadkutya; 05-07-2008 at 01:26 PM.
 
Old 05-07-2008, 01:40 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
IMO giving up in case there is IP conflict makes sense, two Linux boxes would both give up I suspect. Haven't tried though. I know two Windows boxes on the same address continue fighting heroically, now, how much sense makes that?
 
Old 05-07-2008, 03:54 PM   #9
seraphim172
Member
 
Registered: May 2008
Posts: 101

Rep: Reputation: 15
IP might really be in use

Maybe that Windows user changed the IP number again. If he/she has done it once, then it can happen again. Or one of the other windows users are playing games with you.

How comes everyone is setting IP numbers on any PC's so freely?

Linux Archive

Last edited by seraphim172; 06-05-2008 at 10:42 AM.
 
Old 05-07-2008, 11:41 PM   #10
NubKnacker
LQ Newbie
 
Registered: May 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vadkutya View Post
ehm...please explain this . who's ip is changed the one of the windows machine or of your linux box. and how the hell did the windows user change your ip ? i am aware that you wrote "his ip" but we are talking about the ip of your linux box, aren't we?
The windows machine IP is changed. The windows user was able to change his IP because we do not enforce a policy that stop them from doing so. I understand that it is good practice to enforce such a policy but we have a good reason for not doing it. When he changed his IP (or logged onto the network), my linux machine dropped off the network.

Quote:
Originally Posted by vadkutya View Post
and why did the change of the windows ip cause your system to go offline *very puzzled*. if YOUR ip was 192.168.1.190 why is it now 190.168.1.190 when the windows user changed HIS ip to 190.168.1.190??? please explain this. i'm very curious.
thx, vadkutya
Just for you, i'll explain this once again.
1. Linux machine has IP 192.168.1.190
2. Windows user puts his machine on the network with the IP 192.168.1.190.
3. Linux machine drops from network but windows machine stays on.
4. Windows machine IP is changed to 192.168.1.200.
5. Linux machine interface is reactivated. No luck, says IP address already in use.
6. Linux machine is rebooted. Still no luck, says IP adress already in use.
7. Linux machine is switched off for some 20-30 minutes and brought back up. Works perfectly with no conflicts.
8. Profit?!?

I hope that makes it clear.
 
Old 05-07-2008, 11:53 PM   #11
NubKnacker
LQ Newbie
 
Registered: May 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by salasi View Post
Perhaps your immediate reaction ought to be that you don't like him breathing anymore.

These IPs are 'hard coded' rather than handed out by DHCP, aren't they?
Yes, that was my reaction but seeing the management tag, I changed my mind pretty fast. And yes, the IPs are hard coded. I wish I could change that but i'm not a network tech, i'm actually a developer who's working with that machine.

Quote:
Originally Posted by salasi View Post
The only thing I can think of is PPP (and presumably, PPPoE & PPPoA) which has a peculiar behaviour that it stacks the previous condition and pushes and pops set-ups. You aren't using some PPP variant, are you?
Have you checked resolv.conf, hosts and host.conf to see if there is anything surprising in one of those?
resolv.conf says :
Code:
search localdomain
nameserver 202.144.202.4
nameserver 192.168.1.50
and host.conf says :
Code:
order hosts,bind
Sorry, I wish I could tell you if something was wrong there but I have very limited linux knowledge.

Quote:
Originally Posted by salasi View Post
Because it is ethernet. Because two machines have colliding IPs in a collision domain, which can't be allowed (CSMA/CD is what 'drives' the operation of ethernet and if you haven't understood how this works, you haven't understood ethernet). Well, at least, that is clearly enough to stop it working, although why the Linux machine gives up more easily than the windows one is a bit mysterious.
I found it extremely surprising as well. I was under the impression that in case of a conflict the first machine which already had a particular address would keep it and the intruding machine would not be allowed to join the network. But in this case the linux machine gave up to the windows machine (and still does) almost as soon as it sees a conflict. The windows machine did not so much as care if there was a conflict and just continued to ... work. Like a monster truck running over a cat ... :P

Quote:
Originally Posted by salasi View Post
The only other thing that comes to mind is that between the two you have a switch (not a hub) and that is, effectively, caching 'per branch' IPs. You'd expect that to time out quite quickly, though, wouldn't you?
Yes we do have a switch and yes, I would expect it 'loose' the IP information fairly quickly. I have passed on this message to network tech but they say that it isn't possible. I'll be honest, all of us here have very limited knowledge when it comes to linux here so "impossible" is used mainly in terms of windows machines. Which is why, i'll run a test by conflicting the IP (on purpose) and restarting the switch to see if it's caching anything.

Thanks for the input guys, appreciate it.
 
Old 05-07-2008, 11:58 PM   #12
NubKnacker
LQ Newbie
 
Registered: May 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by seraphim172 View Post
Maybe that Windows user changed the IP number again. If he/she has done it once, then it can happen again. Or one of the other windows users are playing games with you.
Nah, don't think he can be arsed to play with a low-level monkey like me.

Quote:
Originally Posted by seraphim172 View Post
How comes everyone is setting IP numbers on any PC's so freely?
In certain cases we need to be able to change our IP's to be able to test our software. However this is a requirement of only a few machines and not all of them. I guess network tech cba to give and take access on a requirement basis ... can't think of any other reason really.
 
Old 05-08-2008, 02:01 AM   #13
tajamari
Member
 
Registered: Jul 2007
Distribution: Red Hat CentOS Ubuntu FreeBSD OpenSuSe
Posts: 252

Rep: Reputation: 32
Quote:
Originally Posted by NubKnacker View Post
Nah, don't think he can be arsed to play with a low-level monkey like me.



In certain cases we need to be able to change our IP's to be able to test our software. However this is a requirement of only a few machines and not all of them. I guess network tech cba to give and take access on a requirement basis ... can't think of any other reason really.
Nub, I also encountered same problem before, I just clear the arp cache on the switch. And maybe next time, you can secure all your users not to have administrative access on their machines. Sometimes, we need to go back to basic security
 
Old 05-08-2008, 02:55 AM   #14
NubKnacker
LQ Newbie
 
Registered: May 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tajamari View Post
Nub, I also encountered same problem before, I just clear the arp cache on the switch. And maybe next time, you can secure all your users not to have administrative access on their machines. Sometimes, we need to go back to basic security
How do I go about clearing this cache? Is there an automated setting to disable this cache entirely or is it an inbuilt feature?

I am definitely going to make a push for a reduction in admin privileges of users, seems like I could have saved a few hours had those restrictions already been in place.
 
Old 05-08-2008, 03:22 AM   #15
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
depends what switch you have. if it's not a manged switch, then it'll generally be a finger up it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to check and solve IP Address conflict. hocheetiong Linux - Newbie 7 03-22-2008 02:17 AM
IP address conflict issue david_s26 Linux - Distributions 1 12-18-2007 05:18 AM
mac address spoofing and conflict zzyborg Linux - Hardware 1 12-08-2006 05:20 AM
IP address conflict handling P_Shep Linux - Networking 2 06-09-2003 09:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration