I've only experience in pointing a domain name to an IP address,
but never knows how do I point WAN IP address to a specific machine?
You can talk about it in either windows or linux,that's fine.
|
I've only experience in pointing a domain name to an IP address, but never knows how do I point WAN IP address to a specific machine? You can talk about it in either windows or linux,that's fine. |
|||
|
|
|||
|
|
|
Not clear from your question, but i think what you want is called multihoming. its trivial in linux. never tried it in windows, but it cant be that difficult. http://en.wikipedia.org/wiki/Multihoming Linux (from the wiki article): http://tetro.net/misc/multilink.html Windows (again, from the wiki article): http://web.archive.org/web/20070204050951/http://www.uit.co.uk/practical-tcpip/w-ipaliasw.pdf |
|||||
|
|
Generally, if I understand you correctly, the simple way to do this is NAT. You just give the machine a private IP, and then on your router you NAT the specific WAN ip (and maybe port) to the internal IP. |
|||
|
|