Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How many ips we can assign to a particular pc.
Posted

IP address is assigned to the NIC of the PC.The total number of ip addresses that can be assigned varies depending on the operating system.
DOS,likely just 1.
Windows 2000, for example, can have at least hundreds of addresses assigned, but only 51 reliably work (51 total, spread out over all your nics, weather you have one or several). After the 52nd is added, Active Directory takes a dump and bad things happen.
In Linux, it will vary by kernel version. Older kernels may be limited to 30 or so, whereas newer ones will be much higher.
If you are using WindowsXP you can configure the TCP/IP Protocol in your Network Properties as follows:Control Panel -> Network Connections -> Local Area Connection -> Properties -> Internet Protocol (TCP/IP) * Type in a static ip address * Then click Advanced * Under the "Ip address" group box, click add to add more ip addresses.
You would need know one thing in this case where you need to connect to more then one different sub net where proper routing has not been set up.


To check ip address use the method below:


1. Click Start, and then select All Programs (Windows 7, Vista, and XP) or Programs (2000).
2. Click Accessories, and then Command Prompt.
3. At the command prompt, enter: ipconfig
You can check your ip address.
1. In the system tray, click the network connection icon and select Open Network and Sharing Center.2. To view the IP address of a wired connection, click Local Area Connection.
To view the IP address of a wireless adapter, click Wireless Network Connection (Network Name).
3. Click Details... . Your IP address will appear next to "IPv4 Address".
 
Share this answer
 
v3
Comments
CHill60 21-Jun-13 13:04pm    
Normally I don't like solutions to old questions but this is a nice one! My +5
It may depend on your OS.
On Windows, you can assign all the IP addresses you want to one single network card ; but, if you can afford it, it is best to stick to one IP per network card.
 
Share this answer
 
v2
normally u can assigh one ip, if u ant to assign more than one ip , then u use diff LAN card(external lan card)
 
Share this answer
 
Its Deepened upon how many LAN Card You are using in your PC current my PC have 2 LAn card so i assign 2 local ips 192.168.1.2 and 192.168.1.3
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900