Hii all, I was able to map a network drive(linux machine folder) on my windows box .but now ip of linux machine has changed and now when i tring to map the same drive again ,i could n't able to do so... could anyone tell me is it because of ip has changed and if it is so how do i tackle it??
|
feedback
|
migrated from stackoverflow.com Feb 3 '11 at 9:23
This question came from our site for professional and enthusiast programmers.
|
Use names (assigned by DHCP server) to mount network drives. Before mounting again, try to go into any folders menu (on the top), then Connect a Network Disc and unmount current one (with old IP). This usually helps | |||||||||
feedback
|
|
You either need to use static IP addresses, or have a DHCP server that supports dynamic dns. There's not really any way around this. And for your network drive, you will need to map a new drive on the windows machine from the new address. Some routers also have a system to always hand out the same IP to a system based on advertised hostname, or MAC address, essentially giving you a static IP without the configuration on the host. | |||
|
feedback
|