LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Application Servers Under Wine (https://www.linuxquestions.org/questions/linux-software-2/application-servers-under-wine-409707/)

dudeman41465 01-30-2006 02:46 PM

Application Servers Under Wine
 
I have a couple of Windows applications that I use with wine that seem to run perfectly fine. I use Remote Administrator 2.2 to transfer files and stuff b/c of the blocked file sharing ports on the network here. I was wondering about something though. If I run a Radmin server under wine, when I mouse over the system tray icon it shows my IP as 127.0.0.1, but I've never had a need to radmin my desktop from the laptop to see if it works anyway, and just now I installed the game "Dirt Track Racing 2" and was going to host a server for a big race my uncle and his friends are having Wednesday because none of them have fast enough internet to host a server and play on it at the same time. However when I bring up the game server window it too shows my IP as 127.0.0.1. I haven't had a chance to test it with anything but will this stop people from being able to connect to my server? I'm hoping that the program is just detecting my IP incorrectly and will accept incoming connections when they are detected, but then again if it's not picking up my eth0 interface correctly will it acknowledge incoming connections? If any of you have any experience with running windows programs under this kind of situation and could lend me any help it would be appreciated.

sundialsvcs 01-31-2006 10:18 AM

"127.0.0.1" is the magic IP-address of "your machine." The so-called "loopback device." If radmin sees this address, then it is narcissistically looking only at itself and no one else.

You first need to determine if this problem is happening at the Wine level or if it's concerned only with this particular application's settings, acquired when it was installed.

(1) First make sure that Linux can talk to the Internet.

(2) Now see if a Wine application such as (ick!) Internet Explorer can talk to the Internet.

(3) Then look at the registry-keys associated with radmin.

dudeman41465 01-31-2006 09:27 PM

Working
 
Yeah I know 127.0.0.1 is reserved for loopback, that's why I was concerned. However, it's working, I think that it may just be an error somewhere between the application and its request for an IP, but wine is interpreting incoming connections correctly because the Dirt Track Racing 2 server works fine and accepts incoming connections. I ran it for about 3 hours the other day. Thanks for your help. :-)


All times are GMT -5. The time now is 10:25 PM.