Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Use DHCP Server and it will resolve the problem. Please make sure IP releasing time should be maximum one or two day so server will reallocate the same IP Address
Even though the question seems to be general and small , if its unarranged it may create problem.
So first thing to do is make a plan on allocation of IP to your devices. For example
Router192.168.1.1
Server192.168.1.x
Printer1192...x.x.x etc
Allocate a defined and required DHCP range and keep track of them also.
Its better to have static ip unless you have wireless devices allowed in your premise.
Keeping record will also help you for easier troubleshooting
Changing to another IP address class--maybe Class B, which will provide you with more addresses--is another possibility, but again not a very attractive one. This time you'll have to justify purchasing this address range from your ISP and then face the prospect of migrating from the existing address range (scope) to the new one.
by resolving the DHCP or changed the static IP
The growth of the young company you work for as network administrator has surpassed all expectations. Everyone--especially the bosses--has every reason to celebrate. But the IT crowd isn't in the same celebratory mood. The reason? They're running on empty (or, more precisely: the DHCP server is).
The problem is that the DHCP server is fast running out of IP addresses to dish out to all the new computers being added to serve your company's growing staff complement. There's an exclamation mark hanging like an ill omen over the DHCP server icon (Figure A), an indication that you're dangerously close to the end of the available address pool.
Figure A
The exclamation mark next to the DHCP server name is a warning that the IP addresses from the scope have nearly been depleted.When the company started out as a small business with50 PCs three years ago, the254 IP addresses a Class C subnet offered seemed more than enough for a long time. But now it's a different story. There are just eight unassigned IP addresses left. As the responsible network admin, what are your options?
You could lobby for another physical LAN (and thus another subnet), but that would mean you'd have to convince the boss to buy a router (or another one if you already have more than one physical LAN) and (maybe) another DHCP server. But suppose there's really no need for a separate physical LAN, apart from your IP address problem?
Changing to another IP address class--maybe Class B, which will provide you with more addresses--is another possibility, but again not a very attractive one. This time you'll have to justify purchasing this address range from your ISP and then face the prospect of migrating from the existing address range (scope) to the new one.
Enter: SuperscopeThankfully, there's a much simpler solution--using a superscope. What's a superscope? A kind of mother of all scopes. It allows you to add more than one scope (called child scopes, or member scopes) under one umbrella.
Microsoft introduced the superscope feature with NT4 SP2.
Let's go ahead and create a superscope for the scenario described above. We'll assume DHCP is set up to use the scope192.168.0.0. We want to add another scope from the same class (Class C), so let's use192.168.1.0. But first we need to create a superscope. Here's how:
Figure B
The first step in creating a superscope.Figure C
Adding scopes to the superscopeThe final screen of the wizard informs you that you have successfully completed the New Superscope wizard and gives you the details (Figure D). If you go back into DHCP, you'll see that the new superscope has been created.
Figure D
The last screen of the wizard showing the details of the new superscope. Adopting another childNow we're ready to create our brand new child scope that will be watched over by our superscope.
Figure E
The New scope wizard will walk you through the steps of creating a scope.Figure F
The address details of the new scope, with a little help from the wizard.Figure G shows our superscope and two child scopes. Notice the red downward pointing arrow to the right of the toolbar. Don't worry--it doesn't mean your superscope is down. You click on the arrow to deactivate a scope or superscope. Warning: Do not deactivate a superscope unless you want to get rid of all its member scopes!
Figure G
The new scope and the two child scopes. One last stepYou now have what is termed a multinet--multiple subnets on a single physical network. But you're not quite there yet. Yes, you have an additional scope; yes, you have a superscope. But your superscope won't assign IP addresses from the new scope. And even if you add a static address from the pool to a client machine, you'll notice that you can't browse the network.
You still need to add the route to your DHCP server's network adaptor, and if you have a router, you'll want to add the IP address to it as well. Here's how to add that new address to your NIC:
Figure H
The TCP/IP properties screen.Figure I
Here, you add the address of your new subnet.Now, if you add an address from the new subnet as a static IP address to a client machine, you should be able to browse the network.
I won't go into the details of adding the new IP address range to a router's Ethernet interface, but if you're Cisco certified, you'll find it to be a simple procedure. (If you don't know your way around a router, though, steer clear.)
The commands to add an IP address to an interface look something like this (depending on the interface and address):
int e0/0
ip address192.168.1.0255.255.255.0
But you're adding a second address to the same interface, so you have to add the keywordsecondary to the command. So to add the address range from our new child scope, the command would be:
int e0/0
ip address192.168.1.0255.255.255.0 secondary
Help for remote subnetsSo far, we have assumed you have a single physical subnet. But what if you have another one (let's call it physical subnet B) and you're running out of IP addresses there? We're assuming that your DHCP server on subnet A supplies addresses to subnet B. A superscope will also come to your rescue in a scenario like this--with a little help from a relay agent.
A relay agent is a program that relays DHCP/BOOTP messages between clients and servers on different subnets.
Warning: Do not attempt to set up your DHCP server as a relay agent--it won't work as a DHCP server any longer. Instead, try to relay any DHCP requests from clients to "another" DHCP server.
To supply IP addresses from a DHCP server located on subnet A to clients on another physical network--subnet B--you'll set up a superscope on subnet A. To this superscope, you'll add one or more child scopes, which will supply IP addresses to clients on subnet B.
Because you're concerned only with creating additional scopes to support clients on subnet B, you don't need to include the scope for subnet A as part of the superscope.
As most--probably all--modern routers have DHCP/BOOTP relay agent support, as described in RFC1542, you probably won't need to set up another server as a DHCP relay agent. So all you'll need to do is configure the router (or have it configured) with its relay agent set to point to the IP address of the DHCP server.
Simple way is to move to a class B or A private network address range.
On the other hand You need to make an address plan that gives you enough IP's for your needs in future.
You probably want to split it into different categories say servers, workstations, sales etc. Allocate subnets that are large enough for your needs in future not effecting broadcast performance issues. Also sub-divide your network ranges by locations(floors, buildings).
Doing these things now gives you enough details and time to check/resolve any problems for a long term easily.
connect all computers to same network and enable DHCP service. it will be automatically solve the conflicts issue caz of fixed IP addresses
. Have a plan to allocate IP based on your requirements
. Document IP allocation
. Ensure changes are recorded
Subnetting or VLSM would be helpful
What do you meany by IP address problem ? there are a lot of problems which one ?
You can solve the problem by simply assigning a static ip address to all computers in the organisation network