how can i operate two computers on an single IP address?
feedback
|
migrated from stackoverflow.com Mar 30 '11 at 10:41
This question came from our site for professional and enthusiast programmers.
|
IP addresses must be unique within the network, therefore you cannot have two computers with an identical IP. Unless of course, the question is how to share an Internet connection with another computer, such that they are both seen on the Internet as having the same IP address. Please elaborate. | |||
|
feedback
|
|
Get a router which will use one public ip address and give each client (computer, network printer,...) a private ip-address. In your case, the router will provide both your computers with a private ip-address, probably something like 192.168.0.100 and 192.168.0.101 | |||
|
feedback
|