BleepingComputer.com: Mutiple logins fir red hat linux server

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Mutiple logins fir red hat linux server needed help

#1 User is offline   venku_jvr 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 6
  • Joined: 05-January 09
  • Gender:Male

Posted 03 June 2009 - 11:57 AM

hi

i have red hat linux 5.3 server
i need to connect this server from 2 r more windows clients
is there any process r any tool to do so

Thanks in advance
venkat jagatha

#2 User is offline   debtboy 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 25
  • Joined: 02-June 09
  • Location:NJ

Posted 03 June 2009 - 12:17 PM

Telnet
SSH
FTP
Samba
openVPN

What type of connection? :thumbsup:

Shell connection (Telnet, SSH)

File Transfer or Share (FTP, Samba)

User connection across network (openVPN)

etc...
The Owls are not what they seem...

#3 User is offline   venku_jvr 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 6
  • Joined: 05-January 09
  • Gender:Male

Posted 03 June 2009 - 04:02 PM

systems are in dhcp (same network)

and 3-4 users want to work on the Linux server 64bit from windows machines

is there any possibility of accessing different users on Linux machine (root,hub,ora..) simultaneously ?

#4 User is offline   debtboy 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 25
  • Joined: 02-June 09
  • Location:NJ

Posted 03 June 2009 - 05:16 PM

View Postvenku_jvr, on Jun 3 2009, 05:02 PM, said:

systems are in dhcp (same network)

and 3-4 users want to work on the Linux server 64bit from windows machines

is there any possibility of accessing different users on Linux machine (root,hub,ora..) simultaneously ?

Sorry venku,
I don't quite understand...
If your looking for command line/shell access then I suggest
SSH (secure shell) or openSSH and as for multiple users simultaneously...
that's what Linux does.
It's a multi-user, multi-tasking OS.

SSH is probably already installed, just enable the daemon (on boot) if necessary.

As for the Windows machines, download a client like this one:
Putty SSH client for Windows

Is this a new install?
Do you have Linux Server experience?

Feel free to ask any question!! :thumbsup:
The Owls are not what they seem...

#5 User is offline   debtboy 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 25
  • Joined: 02-June 09
  • Location:NJ

Posted 04 June 2009 - 07:02 PM

venku,
Where did you go?

I thought we were going to configure that server
for multi-user SSH (secure shell).

We never got to chkconfig the ssh daemon for
run levels 3 and 5.

Come on back :thumbsup:
The Owls are not what they seem...

#6 User is offline   raw 

  • Bleeping Hacker
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,299
  • Joined: 14-April 04
  • Gender:Male
  • Location:Texas

Posted 04 June 2009 - 11:07 PM

View Postvenku_jvr, on Jun 3 2009, 11:57 AM, said:

hi

i have red hat linux 5.3 server
i need to connect this server from 2 r more windows clients
is there any process r any tool to do so

Thanks in advance
venkat jagatha

RedHat 5.3 is horribly out of date. My first suggestion is to update to a newer version.
If you are wanting to use the server for file sharing you need to install Samba.

Quote

3-4 users want to work on the Linux server

What sort of work?
Posted Image
Posted ImageHOSTFix only works on XP,no longer maintained

#7 User is offline   venku_jvr 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 6
  • Joined: 05-January 09
  • Gender:Male

Posted 06 June 2009 - 11:16 AM

sorry for the late replay

i am new to linux

i know putty is there any GUI tool to access ?

#8 User is offline   debtboy 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 25
  • Joined: 02-June 09
  • Location:NJ

Posted 06 June 2009 - 12:54 PM

View Postvenku_jvr, on Jun 6 2009, 12:16 PM, said:

sorry for the late replay

i am new to linux

i know putty is there any GUI tool to access ?

Hey venku,
Your back :thumbsup:

It sounds like your looking for something like openVPN
Here is their download site (source code)

You say you are new to Linux so I would suggest an .RPM package from the links below.
I assume you can unpack and install RPM packages.

First you will need to install this:
Pick the Package for your OS

Then you can install this:
Again Pick the Package for your OS

This documentation explains openVPN better than I ever could
openVPN documentation

So where do we stand?????
You will install the RPM packages and be able to get openVPN working.
OR
What's a RPM package and what do I do with it?
(In which case, we need to go over some basics first)
The Owls are not what they seem...

#9 User is offline   debtboy 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 25
  • Joined: 02-June 09
  • Location:NJ

Posted 07 June 2009 - 01:36 PM

One more option would be VNC
or (Virtual Network Computing).

There is some configuring needed
or so I'm told, I've never used
nor saw a VNC connection in action.

I wouldn't be much help with this option,
maybe someone else...
The Owls are not what they seem...

#10 User is offline   debtboy 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 25
  • Joined: 02-June 09
  • Location:NJ

  Posted 13 June 2009 - 07:49 AM

Good news venku,

After my last post, I decided to try
vnc on my openSUSE box...
It was very simple and worked 2 different ways.

I installed tightVNC server and started it.
I also had to let the ports out of the firewall.

On a separate windows machine, I entered
the server name (could also use ip address) and port.
http://your-server-name:5801
and BAM!!! (sorry emeril) my graphical login on openSUSE.

To improve options and speed, I downloaded the UltraVNC viewer
(has support for Vista). Now I have my openSUSE box on any machine,
anywhere behind my router. Yes you can login to any existing account.
(VERY COOL!!) should have tried this earlier.

If anyone wants to know the exact technical details of my installation,
just reply to this thread.
The Owls are not what they seem...

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users