2 IP address, same box in the same time,
i've seen it work on a network and i dont know how.
How can i get 2 comunication channels opened in the same time,using different IP's on same box and not involving your ISP to much in this?
Depending on the OS, you can have more than 1 IP per interface. Pro's and con's to that.
How it works: IP communication is concerned with unique sockets. That would be the pairing of IP address to port #. That along with routing makes it all work.
Your ISP needn't be concerned with the IPs you are using provided they are private IPs. If you need public IPs, you have no choice to work with your ISP (unless you have a pool of unused public IPs).
There are a lot of possibilities there: all the above, trunking (group many NICs into one to extend the bandwidth), multipathing (you can have to NICs with different IPs on the same network associated to different services but providing each other High Availability), etc...
If you exactly post what you are looking for, maybe we could point you to the best solution for ypur needs.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.