LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Access Windows Server with a linux client (https://www.linuxquestions.org/questions/linux-software-2/access-windows-server-with-a-linux-client-385050/)

sailu_mvn 11-21-2005 12:05 AM

Access Windows Server with a linux client
 
I have a peculiar doubt.
Say, i have a ERP software setup on a Windows 2000 Server.
Now, my server is windows....
can i use linux clients to access the windows server?
I mean can that ERP product runs on linux?

sirkware 11-21-2005 12:55 AM

If there is a linux version for your ERP software, why not. You can also use rdesktop (remote desktop) to access your windows server inside your linux. It's like running windows inside linux.

fotoguy 11-21-2005 01:58 AM

You could try and use the client software on linux through wine and see if it will then access the program on the windoze server.

sailu_mvn 11-21-2005 02:12 AM

thanks for the replies....
there is no ERP client version for linux...
Can i still access the server(win) from RDesktop?

sirkware 11-21-2005 02:31 AM

Yes you can. Simply configure your windows server to accept remote desktop. Then you need to install rdesktop on your linux machine. The command for rdesktop is :

rdesktop -f -g <resolution> -a <color-depth> <computername or ipaddress>

i.e.
rdesktop -f -a 1024x768 -a 16 10.0.0.1

Hope this helps.

sirkware 11-21-2005 02:34 AM

This is the correct command:

rdesktop -f -g 1024x768 -a 16 10.0.0.1

Sorry, typo error.

sailu_mvn 11-21-2005 02:42 AM

when i am running that,
iget the error connection refused!!!

sirkware 11-21-2005 02:56 AM

Is your windows machine already configured for remote desktop sharing? In WinXP, I do these.

1. Open Control Panel->System properties.
2. On the Remote tab, put a check on the Remote Desktop option ("Allow users to connect remotely to this computer").

fotoguy 11-21-2005 06:54 PM

Quote:

Originally posted by sailu_mvn
thanks for the replies....
there is no ERP client version for linux...
Can i still access the server(win) from RDesktop?

Sorry i meant use the ERP windows client software on the linux box under wine


All times are GMT -5. The time now is 11:14 AM.