Subscribe  RSS
  • About Me

OpenPeta

Open Mind …. Open Source …


  • Administration
  • Basic Commands
  • C Language
  • compilation
  • Configuration
  • Image Processing
  • Installation
  • Internet
  • Kernel
    • Assembly Language
  • Linux on NoteBook PCs
  • MySQL
  • Open Source Programming
  • Seamntic Web
  • Softwares and EBooks
  • Tips and Tricks
  • Ubuntu Linux
  • Uncategorized
  • Weblog

Accessing Server Internet Connection Using SSH (Secure Shell)

By admin on June 6th, 2008

SSH is powerfull command line tool for tranfering data through secure channel ( Using Encryption alternate to telnet command), and also you can access all components from server like firefox ,terminal etc …

Scenario

1) You have 10 systems / computers connected with LAN (Local Area Network)
Server IP address : 10.0.0.1
Switch / Router IP : 10.0.0.2
Clients IP range : 10.0.0.3 to 10.0.0.11

2) You have internet connection on your server (10.0.0.1 or any linux machine)

3) Now You want to access the server internet connetion from client (eg:10.0.0.4)

Here is the step by step guide for this scenario

Server Side Configuration (10.0.0.1)

1. Download and Install the lateset version of SSH software from http://www.openssh.org/ website
(If you have any problem with installation check the Installation link
http://linuxforadmin.blogspot.com/search/label/Installation )

2. After installation , start the ssh server (sshd daemon) from terminal

a) For Redhat and Fedora

server# service sshd start

b) For Debian and Ubuntu

server# /etc/init.d/sshd start

Client Side Internet Access (10.0.0.4)

1. Goto terminal and type the following command

client# ssh -X antony@10.0.0.1

Now you need to provide password for antony
(antony is the normal user of server system 10.0.0.1)

2. After getting the connection you can access the server terminal
server#

3. Here type firefox or konqureor or opera
server# firefox

4. Now firefox will open and you can access the internet conneciton from server

Note : when you want to save or download the file , that will be stored into server system only.

Categorized under: Internet, Remote Login Protocols.
Tagged with: no tags.

Leave a Response

Click here to cancel reply.

← Netbeans 6.0 Installation Problem in Fedora 8
Netbeans Display Problem in Ubuntu →

Recent Activity

  • Posts
  • Comments
  • Ubuntu Tweak – Customise Your Desktop
  • Ubuntu 10.04 – Enabling Location Based Address Bar Permanently in Nautilus File Browser
  • University Timetabling System [ Unitime ] in Linux
  • How to Reset MySQL Server Password ?
  • Ubuntu 10.04 Beginners Manual
  • 8085 Two Pass Assembler – Sample Program
  • 10 Myths About Ubuntu Linux Operating System
  • Ubuntu 10.04 – Enabling Address Bar in Nautilus File Browser
  • 10 Basic Linux Commands
  • Gparted – Partition Log File for My 1TB Hard Disk
  • sunil kumar on 8085 Two Pass Assembler - Sample Program
  • admin on How to shutdown all linux clients from server in your network (LAN)
  • sayera on How to shutdown all linux clients from server in your network (LAN)
  • sayera on How to shutdown all linux clients from server in your network (LAN)
  • keerthana on 8085 Two Pass Assembler - Sample Program
  • Ranjib on 2D Graphics Using C in Linux [ Graphics.h in Linux ]
  • admin on 2D Graphics Using C in Linux [ Graphics.h in Linux ]
  • Ranjib on 2D Graphics Using C in Linux [ Graphics.h in Linux ]
  • Thameem on NOKIA E51 wlan/wifi connection problem and solution
  • Thameem on NOKIA E51 wlan/wifi connection problem and solution

Archives

  • Categories
  • Tags
  • Dates
  • Authors
  • Administration
  • Basic Commands
  • C Language
  • compilation
  • Configuration
  • Image Processing
  • Installation
  • Internet
  • Kernel
    • Assembly Language
  • Linux on NoteBook PCs
  • MySQL
  • Open Source Programming
  • Seamntic Web
  • Softwares and EBooks
  • Tips and Tricks
  • Ubuntu Linux
  • Uncategorized
  • Weblog
Linux Open Sourc Ubuntu
  • July 2010 (2)
  • June 2010 (4)
  • May 2010 (4)
  • April 2010 (12)
  • March 2010 (8)
  • February 2010 (4)
  • January 2010 (3)
  • December 2009 (1)
  • October 2009 (2)
  • September 2009 (5)
  • August 2009 (1)
  • July 2009 (2)
  • June 2009 (5)
  • May 2009 (11)
  • April 2009 (2)
  • March 2009 (3)
  • February 2009 (6)
  • January 2009 (1)
  • October 2008 (5)
  • August 2008 (1)
  • July 2008 (6)
  • June 2008 (3)
  • April 2008 (1)
  • March 2008 (6)
  • February 2008 (13)
  • December 2007 (4)
  • October 2007 (11)
  • September 2007 (25)
  • August 2007 (7)
  • ANTHONIRAJ (36)
  • raja (2)
  • RAJARAJAN (6)
  • somnath (1)

Open Peta Calendar

June 2008
M T W T F S S
« Apr   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  
Powered by WordPress and the PressPlay Theme
Copyright © 2010 OpenPeta