- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- IP Conflict
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 07:02 PM
10-04-2004 07:02 PM
IP Conflict
I want to ask how do you prevent a server from IP conflict? We just had this occured in one of our critical production linux server. Can we use IPTables for this?
Regards,
LAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 07:21 PM
10-04-2004 07:21 PM
Re: IP Conflict
maby you can use arping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 07:58 PM
10-04-2004 07:58 PM
Re: IP Conflict
[User can boot his computer with random IP, start DHCP server, etc]
Regarding technical tools - probably you can play with switches configuration in order to connect MAC and IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:44 AM
10-05-2004 12:44 AM
Re: IP Conflict
This has happened many times on our environment, this can be prevented only by us by making sure that this ip does not exist elsewhere,nslookup can be used. Also talking to the network people who assign the IP for them to make sure that also don't assign duplicate IP's.
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 06:05 AM
10-05-2004 06:05 AM
Re: IP Conflict
There has to be one person who is anal and keeps good records and hands out IP addresses.
A lot of issues are resolved by setting up a DHCP pool for clients and requiring all users to use this model. Users should never be allowed to assign their own IP addresses.
Sysadmins MUST be required to go to the dictator to get server ip addresses.
In this environment there will be little conflict.
Point up these guys, they gave you nice input Sir.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 01:47 PM
10-05-2004 01:47 PM
Re: IP Conflict
Thank you guys for your help and for sharing your ideas on how to prevent the conflict. I am just wondering, can it happen that the conflict will occur not within the LAN but in WAN (internet). arping is a fine tool but what if you do not have control to the machine conflicting with your server... just a thought. Hope there could be a good remedy on it aside from tracing the conflicting machine.
Again, thank you.
LAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 02:44 PM
10-05-2004 02:44 PM
Re: IP Conflict
It doesn't stop a user from trying to use an already assigned IP, but at least if the ARP tables in the switch/routers are forced (read: static, not dynamic), even if the users do do the stupid, it won't harm as much.
But SEP is right. You do need a *SINGLE* person, or process, to assign IP addresses to users/admins. Having a distributed collective dole out addresses is just asking for pain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 02:45 PM
10-05-2004 02:45 PM
Re: IP Conflict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 10:55 PM
10-05-2004 10:55 PM
Re: IP Conflict
static arp tables in switches are very nice but i don't use them because it's horrible to update them everytime you change something in the network (for example replace a broken nic in a workstation or someone wants to connect his notebook to the network, ...). my solution to the problem was:
set up a dhcp server.
the servers got static ip adresses (172.16.0.x)
the employes can't change there ip settings and there computers are configuered to use dhcp.
The dhcp server has an address pool (172.16.2.x - 172.16.254.x).
For special computers (print-servers, propitary software on some clients, ...) i have reserved ip-addresses (172.16.1.x). The ip's are connected with a mac address so i have to update my reserved ip-mac only if i change some special workstations.
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 01:51 AM
10-06-2004 01:51 AM
Re: IP Conflict
--Yu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 04:03 AM
10-06-2004 04:03 AM
Re: IP Conflict
if you major concern is public IP conflict. say the Public IPs you got from your ISP conflict with other customers like you. then in order to trace to who have that conflict IPs, the ISP would be good contact.
of course, to trace who is using the IPs you think belong to you, ARP will help you and your ISP to dig that out. as other folks mentioned before, we need well-maintained operation process to handle IP assignment internally ( your company )/ externally ( ISP etc. )
YJ