Remotely accessing a server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Remotely accessing a server
# 1  
Old 08-21-2006
Remotely accessing a server

Ok, so I'm a total beginner when it come to unix shells, but my friends and I are starting to get into it.

It turns out that I have an extra computer lying around and I want to set it up as a server se we can run shell commands on it.

Does anyone know of any guides on how to set up the server? Again, I'm pretty new to all of this. Any help is appreciated. Thanks!
# 2  
Old 08-21-2006
First question would be, what variety of UNIX are you installing on it? Most Linux distributions come with sshd, so setting up remote access is relatively simple.

Second question is, how remote? If you want people to access it across the internet, you may or may not need to arrange things like port forwarding with your ISP, depending if you're behind a firewall or not, what ports they block, etc. If you just want to give people on a LAN access, you don't need to worry about that.
# 3  
Old 08-21-2006
Corona,

Thanks for the quick response!

I'm not sure which version of Unix I would use. I guess that's kind of my main question. Is one more recommended than another? Which would you recommend?

We would like to access the server over the Internet. Are you saying we wouldn't need multiple IP addresses? How's that work?
# 4  
Old 08-21-2006
Quote:
Originally Posted by rogre
Corona,

Thanks for the quick response!

I'm not sure which version of Unix I would use. I guess that's kind of my main question. Is one more recommended than another? Which would you recommend?
Which UNIX is the "best", "purest UNIX" or whatever is the subject of religious wars, so to speak. Smilie I'd reccomend some variety of Linux because it's popular for low-end UNIX servers, and free. Something like Fedora or Mandiva would probably be best for people completely new to it.
Quote:
We would like to access the server over the Internet. Are you saying we wouldn't need multiple IP addresses? How's that work?
I don't understand the intent behind this question. I suspect you've misunderstood me.

The important things to know are:
  • Are you behind any sort of firewall, be it something in your ISP or a router between you and your broadband connection?
  • Does your ISP and/or your router block any ports?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to exit prompt when starting a weblogic administration server remotely?

Hi, I am trying to start Weblogic Admin server using start-up script (./startWeblogic.sh) from a remote host using a different user. The server starts fine but prompt is stuck, it does not return Background: We have multiple admin servers in different environment and the requirement is all... (4 Replies)
Discussion started by: bhaskar_m
4 Replies

2. Solaris

Accessing Solaris Server

Dear all, We have a Solaris Server at other location. Can we access the Server from remote ....Any software is needed for this ....pl help. Rgds Rj (7 Replies)
Discussion started by: jegaraman
7 Replies

3. UNIX for Dummies Questions & Answers

Accessing UNIX hosted web site remotely

Hi everyone- I'm relatively new to UNIX (Primarily Oracle background), wondering if anyone can help me. I did not configure Oracle Database Control (Web-Based admin interface) on the Database Server (HP-UX), however it is running and the URL is configured with an internal IP, which users have... (4 Replies)
Discussion started by: campbellg
4 Replies

4. HP-UX

How can i get My parent user name while i am on remotely logged on other server.

Hi please suggest .. how can i get my original user from which logged in to another server. my main current login is $whoami nitin ssh nit01@n01 i m going (redirected)to log in below path.. nit01@n01:/home/n01 -> pwd /home/n01 nit01@n01:/home/n01 -> on this server i want get... (1 Reply)
Discussion started by: nitindreamz
1 Replies

5. Shell Programming and Scripting

Accessing windows server

Hello guys, i have a scenario that i need to run some commands on a unix machine and them connect on a windows server machine stop some services and them back to the Unix machine do another commands.. There is a way to do that with shell script? tks (1 Reply)
Discussion started by: paddock
1 Replies

6. UNIX for Advanced & Expert Users

mount CD from local laptop to UNIX server remotely

I need some help in emergency. I want to add some software package from Solaris 10 CD remotely to UNIX Sparc machine. I can remotely access into the machine. Question is: how do I insert Solaris 10 CD in my laptop, then mount to UNIX machine remotely and add software package. Please give me the... (7 Replies)
Discussion started by: duke0001
7 Replies

7. Shell Programming and Scripting

remotely installing apache server using Shel scripting

Hi guys, I am trying to install apache server onto a remote machine. I file transferred the .gz file and extracted it on the remote server using shell scripts. Then I used the make and make install commands. Everything worked fine until now. I know that i had to change the httpd.conf... (2 Replies)
Discussion started by: tadi18
2 Replies

8. Shell Programming and Scripting

Not able to remotely connect to server using ssh

Hi, I am trying to run the below command in perl but when the perl script is executed it prompts a error message saying " ssh: <username>: Name or service not known ". Not able to understand this as this command runs perfectly on the server prompt. ` ssh <username>@pus4026dev df -k >>... (2 Replies)
Discussion started by: be2sp1
2 Replies

9. UNIX for Dummies Questions & Answers

Accessing Unix from Server

I am trying to access my school's unix server. On one of the tutorials they passed out there were instructions on how to dial a modem to connect or something but I think i should be able to connect to it through my school's internet connection. All of my school's computers has access to a unix... (1 Reply)
Discussion started by: UMiami10
1 Replies

10. Shell Programming and Scripting

how to remotely administer/validate UNIX server via Windows machine?

Hi there--I think this is more of a Windows question, but I think many of you might be able to help me out: I have a UNIX web server and a Windows machine. I'm trying to script the following tasks so that they can be run from the Windows machine (via a batch file): 1. Shutdown web services... (5 Replies)
Discussion started by: sohungry73
5 Replies
Login or Register to Ask a Question