Results 1 to 10 of 11
Does anyone know of a software package similar to Symantec's PCAnywhere, but for Linux, with Dial-up access?
Thanks in Advance...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-05-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 2
Remote Desktop; Terminal Services?
Does anyone know of a software package similar to Symantec's PCAnywhere, but for Linux, with Dial-up access?
Thanks in Advance
- 09-05-2003 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
How does PCAnywhere work?
The best things in life are free.
- 09-05-2003 #3Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
It's something you install on Windows that allows you to access your files from other computers through the website or something like that. I'm not sure if something like that exists for Linux, but something that would work just like it would be Apache.
- 09-05-2003 #4Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
PC-anywhere is a remotecontrol software for microsoft platforms. I should say that VNC for linux work a little bit like pc-anywhere. You get an X-session to your linux box and can manage it from the vnc-client.
BUt it doesnt have any dialup functions buildt in, and as far as i know that has not pc-anywhere either.Regards
Andutt
- 09-05-2003 #5Just Joined!
- Join Date
- Sep 2003
- Posts
- 2
PCAnywhere DOES have access over Dial-up
- 09-05-2003 #6Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
I remember using the Sun workstations at school. It had a feature where you could type in the ip address of the host and if X was set correctly from that host, it was like having that pc directly in front of you.
The best things in life are free.
- 09-05-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
There are several ways of remote controlling a Linux system. VNC is one, others include telnet, SSH and X11/TCP.
You could set up mgetty to answer dial-in requests, and that way, you will get a shell over RS-232.
If you want something graphical, then you'll probably need to set up pppd to answer to dial-in requests and give you a PPP network link to do data exchange over.
- 09-05-2003 #8Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Yes it workes over a dial up network, but it doesnt have dialup functionality buildt in.
Regards
Andutt
- 09-05-2003 #9Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Is VNC a program? What about X11/TCP? I know that ssh can support X-Windows but when I used to login from the Sun station, it was literally like having the exact same desktop in front of my eyes.
The best things in life are free.
- 09-05-2003 #10Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What exactly do you mean that the difference would be between that and using XDMCP, bpark? Could you resume an already started session (like with screen -r) or something?


Reply With Quote
