2
1
I have this problem, I want open multiple instances of a portable software named hitleap (it is for ubuntu, I am not using wine) in ubuntu.
when I try open after is running the shows me
How could I running multiple instances of the this program?
I want not VirtualMachines as virtualbox because I have low ram and processor (This ubuntu is a VPS)
NOTE: please do not suggest me networking solutions, my problem is that the program denied to execute more of one instance of self
IF someone want try resolve the problem, please download the files, in the web page Link of app only for ubuntu 64 bits linux and testing.
thank you for you reply, I understand it, I have 4 virtual marchines with proxys for it (In my pc). but the problem it that I have a VPS i want run multiples instances without virtual machinas as virtualbox because I have not good processor in my VPS... I need can run multiples instances in the ubuntu of the VPS... – Milor123 – 2017-04-03T19:12:48.837
That depends if you can use network namespaces on the VPS. – harrymc – 2017-04-03T19:14:39.607
Really I could use proxychains for solved it. The problem is that the problem can not be opened in more of one instance – Milor123 – 2017-04-03T19:15:57.860
Proxychains only present an IP address to an external server. A program launched from inside the computer sees the real IP address associated with the default network interface. If the computer has multiple network interfaces then programs can be bound to them and therefore use differing IP addresses - this is also described in my above link, but the network namespaces method is easier to use. – harrymc – 2017-04-04T05:51:48.243
Thank you, but it don't solve the problem for open multiple instances in the software. – Milor123 – 2017-04-04T16:50:46.777
Why doesn't it solve the problem? – harrymc – 2017-04-04T17:48:26.320
Because I cant open multiple instances of the app without virtualbox. I need open with multiple instances, the networking problem are from another section – Milor123 – 2017-04-07T03:22:24.100
Please understand that there are two parts to my answer. VirtualBox is only the first part. The part using network namespaces does not use at all VirtualBox. With network namespaces you can have as many instances of a program running - each with its own IP address. This is a Linux feature and does not use VirtualBox. – harrymc – 2017-04-07T06:10:07.357