Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old June 11th, 2004, 01:27 PM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
Redhat 9.0 Server

Hey, a few months ago I started asking questions about how to set up a server on Redhat 9.0, well I finaly got started (better late than never). I've got Apache installed and I'm working out the permissions so I can test PHP. I was wondering how to ftp or ssh into my machine once I'm done. Can I just point my ftp or ssh client to the domain and use a username on that machine to get into an account or do I have to have something installed on the server too?

Reply With Quote
  #2  
Old June 11th, 2004, 02:55 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

You should just be able to ssh into the box.

Once in, apache is not usally on by default check this by doing a
/etc/rc.d/init.d/httpd status

If off, start it up
/etc/rc.d/init.d/httpd start

Then add it so it starts all the time by doing a
chkconfig httpd on

Oh, you must be root to do this. Loging under your username and the change to root by typing
su
This means super user. It will prompt for password

Reply With Quote
  #3  
Old June 11th, 2004, 03:25 PM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
RE: Redhat 9.0 Server

how do I know what to put in for the address of the machine to SSH into it?

Reply With Quote
  #4  
Old June 11th, 2004, 05:24 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

Did you assign it an IP address during install? Use that IP

Reply With Quote
  #5  
Old June 11th, 2004, 05:30 PM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
RE: Redhat 9.0 Server

I didn't assign it an IP but I was able to get to a test page from an IP after I installed Apache. Is that the IP to use?

Reply With Quote
  #6  
Old June 11th, 2004, 05:52 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

Sure, give it a try.

Reply With Quote
  #7  
Old June 11th, 2004, 09:16 PM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
RE: Redhat 9.0 Server

Allright.. the address of my homepage is http://192.168.1.103/ I tried putting that in as the host name on my SSH client but it said the host is unknown. I am able to access that page from a browser, though. Any sugestions?

Reply With Quote
  #8  
Old June 11th, 2004, 09:29 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

Oh, sorry, just use the IP address only.

Reply With Quote
  #9  
Old June 11th, 2004, 10:02 PM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
RE: Redhat 9.0 Server

Allright... i just used the IP this time and I got an error saying the host is unreachable. I can definatly visit the page from browser though.

Reply With Quote
  #10  
Old June 11th, 2004, 10:54 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

Are you using SSH Port 22 or telnet port 21? Telnet is off by default.

Reply With Quote
  #11  
Old June 12th, 2004, 07:26 AM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
RE: Redhat 9.0 Server

I've been useing port 22. I just tried 21 but still no luck. Could it be a problem with something I configured on the server?

Reply With Quote
  #12  
Old June 12th, 2004, 02:32 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

Where is the machine you are trying to connect to? Are you on the same network?

Did you install that firewall thing?


Reply With Quote
  #13  
Old June 13th, 2004, 10:18 PM
DorkRawk DorkRawk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 173 DorkRawk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to DorkRawk
RE: Redhat 9.0 Server

I am on the same network as the machine I'm trying to SSH into (in fact we're plugged into the same router). I'm not sure what the firewall settings on the Linux server are, though. Where should I check that and what should the settings be?

Reply With Quote
  #14  
Old June 15th, 2004, 12:58 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Redhat 9.0 Server

Do you have a terminal window or a gui if you are in front of the machine?

Reply With Quote
  #15  
Old June 15th, 2004, 01:21 PM
nawlej nawlej is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: Redhat 9.0 Server

first, I would make sure ssh is listening for a connection. do a "netstat -na | grep 22" and see if you have a port 22 listening. If not, make sure the daemon is running, "ps -aux | grep sshd"

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > Redhat 9.0 Server


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register