Working in networked environment. Presentation from IT CAMP-09 Network Architecture.

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 2 Getting Started.
Advertisements

Network Security.
1 Online communication: remote login and file transfer.
1 Automated SFTP Windows and SUN Linux and SUN. 2 Vocabulary  Client = local=the machine generating the SFTP request  Server = remote = the machine.
SSH Operation and Techniques - © William Stearns 1 SSH Operation and Techniques The Swiss Army Knife of encryption tools…
Chapter One The Essence of UNIX.
Telnet and FTP. Telnet Lets you use the resources of some other computer on the Internet to access files, run programs, etc. Creates interactive connection.
FILE TRANSFER PROTOCOL Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring.
Universidad del Cauca Red de Datos Module 9 Remote Connections.
Client-Server Applications. Indirect Top Level Interaction Application.
1 Computer Files Stored on disks, CDs, tapes, in memory. Types of files: plain text, formatted (.doc.xls etc…), binary (executable). A disk has a directory.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Guide To UNIX Using Linux Third Edition
TCP/IP - Security Perspective Upper Layers CS-431 Dick Steflik.
Activating Pilot Account ( first time users ) Web-based Activation Browse to 1. Click on the link on the lower right that says.
CS 497C – Introduction to UNIX Lecture 35: - TCP/IP Networking Tools Chin-Chih Chang
Remote access and file transfer Getting files on and off Bio-Linux.
Firewalls, Perimeter Protection, and VPNs - SANS © SSH Operation The Swiss Army Knife of encryption tools…
A crash course in njit’s Afs
Getting Connected to NGS while on the Road… Donna V. Shaw, NGS Convocation.
Telnet/SSH: Connecting to Hosts Internet Technology1.
SoftwareTools CGS 3460, Lecture 7 Jan 25, 2006 Zhen Yang.
2440: 141 Web Site Administration Remote Web Server Access Tools Instructor: Enoch E. Damson.
1 Web Server Administration Chapter 9 Extending the Web Environment.
Network Applications (typically) CLIENT-SERVER Examples of the Application level of the OSI model One typically provides a service to the other Servers.
Chapter 10 Networking and the Internet ITSC 1458.
Chapter 8 The Internet: A Resource for All of Us.
Secure Shell for Computer Science Nick Czebiniak Sung-Ho Maeung.
| nectar.org.au NECTAR TRAINING Module 5 The Research Cloud Lifecycle.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
1 INFO 321 Server Technologies II FTP Material adapted from Dr. Randy Kaplan.
Hour 7 The Application Layer 1. What Is the Application Layer? The Application layer is the top layer in TCP/IP's protocol suite Some of the components.
Internet Business Foundations © 2004 ProsoftTraining All rights reserved.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 13 FTP and Telnet.
REMOTE LOGIN. TEAM MEMBERS AMULYA GURURAJ 1MS07IS006 AMULYA GURURAJ 1MS07IS006 BHARGAVI C.S 1MS07IS013 BHARGAVI C.S 1MS07IS013 MEGHANA N. 1MS07IS050 MEGHANA.
1 Remote Access Telnet Telnet FTP FTP. 2 Applications and Communications Telnet Telnet  Program for accessing systems remotely.  Available on Windows.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
Configuring a LAN FTP Client Chapter 17 & 19. Setting up the physical layer Chapter 17 covers the basics of hubs, switches, routers and WAPs.
1May 16, 2005 Week 2 Lab Agenda Command Line FTP Commands Review More UNIX commands to learn File name expansion - * Introduction of vi.
FTP Short for File Transfer Protocol, the protocol for exchanging files over the Internet.protocolfilesInternet works in the same way as HTTP for transferring.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
Chapter 27 - Faxes & File Transfer (FTP) Introduction Sending a Fax –The Internet can be used to send a fax. Two fax machines can be modified to communicate.
Page 1 Printing & Terminal Services Lecture 8 Hassan Shuja 11/16/2004.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
| nectar.org.au NECTAR TRAINING Module 5 The Research Cloud Lifecycle.
Agenda Networking with Linux & UNIX OS –Overview –Setup –Common Utilities.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
Agenda Using FTP What is FTP? How to Use the FTP Program How to transfer files Using FTP.
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
Agenda Overview of Seneca Computer System File Servers / Student Computer Accounts Telnet application How to Logon to Learn / Phobos accounts How to Change.
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
SSH. 2 SSH – Secure Shell SSH is a cryptographic protocol – Implemented in software originally for remote login applications – One most popular software.
INTERNET APPLICATIONS CPIT405 Install a web server and analyze packets.
Part 1: How to use EasyAccess 2.0 Similar to your social network software, such as Skype, WhatsApp. One license for each HMI No license is needed for.
Week-2 (Lecture-1) An electronic message sent from one computer to another. contains account i.e. How does.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Virtual Network Computing
Getting Connected to NGS while on the Road…
Secure services Unit-IV CHAP-1
FTP Lecture supp.
Web Server Administration
Logging into the linux machines
Telnet/SSH Connecting to Hosts Internet Technology.
FTP and UNIX TOPICS Exploring your Web Hosting Site FTP UNIX
Getting Connected to NGS while on the Road…
Radoslaw Jedynak, PhD Poland, Technical University of Radom
Logging into the linux machines
Presentation transcript:

Working in networked environment

Presentation from IT CAMP-09 Network Architecture

Presentation from IT CAMP-09 Login to your machine The desktop machine types – Linux/Solaris/Windows Unix Logins – single login across the network in NIS environment – Distributed file systems – ie all machines act as NFS server and client – home directory /u/ when you login from any machine

Presentation from IT CAMP-09 Common software area Unix Common area – all software's are installed at /software/ / / – Releases are kept at /software/RELEASE – Documents are located at /software/Documents – /software/BACKUP How to know Unix machine type – uname –a – cat /etc/issue for Linux

Presentation from IT CAMP-09 Why login to other machines ? Faster machines for regressions Porting machines with required environments Running mozilla and other software Always make sure that you are authorized to login to that machine. Check back with systems or your manager

Presentation from IT CAMP-09 Remote Login & File Transfer Client rsh & rcp telnet & ftp ssh & scp Server rshd telnetd & ftpd sshd Commands rshd, telnetd, ftpd, sshd are server program and provide similar services, remote login & file transfer. The major difference is security level. rshd < telnetd + ftpd < sshd

Presentation from IT CAMP-09 Remote Login & File Transfer Remote login & file transfer system are based on server and client model. client program on your machine ask sever program certain service remote machine. For example, telnet server provides remote login service. ftp server provides file transfer service. Sample client programs; WS FTPFTP client Internet ExplororHTTP client EudoraPOP, SMTP client

Presentation from IT CAMP-09 Executing commands remotely : rsh rsh command lets user execute a single command on a remote machine without having to login formally To execute a command on a remote computer rsh User can open a single shell to connect to remote computer also with rsh rsh RSH

Presentation from IT CAMP-09 It allows a user to login to any reachable system on which the user has an account, both Unix and non-Unix systems. telnet tulip Trying Connected to tulip. Escape character is '^]'. SunOS 5.7 login: biswadip Password: Last login: Thu Jul 7 15:38:11 from uranus Sun Microsystems Inc. SunOS 5.7 Generic October 1998 SunOS 5.7 TELNET

Presentation from IT CAMP-09 ftp allows users to copy files between the local system and any reachable system Usage – To transfer files ftp / – enter login & password – commands bin, get, put, mget, mput, prompt, bye, lcd, hash, close FTP

Presentation from IT CAMP-09 ONE FTP SESSION ftp ftp.cal.interrasystems.com Connected to ftp.cal.interrasystems.com. 220 FTP server ready. Name (ftp.cal.interrasystems.com:biswadip): biswadip 331 Password required for biswadip. Password: 230 User biswadip logged in. ftp> lcd /u/biswadip/Xtra Local directory now /net/luann/luann1/users/Xtra ftp> hash Hash mark printing on (8192 bytes/hash mark). ftp> bin 200 Type set to I. mget * mget Training.doc? y 200 PORT command successful. 150 Opening BINARY mode data connection for Training.doc (79872 bytes). ##### 226 Transfer complete. local: Training.doc remote: Training.doc bytes received in 0.12 seconds ( Kbytes/s) ftp>

Presentation from IT CAMP-09 Setting display to your machine In your machine provide xhost + command rlogin to other machine and in that terminal set the display like setenv DISPLAY yourhost:0.0

Presentation from IT CAMP-09 Login to Unix from Windows command line telnet Using VNC starting vnc in unix machine – start vncserver look at the log to see where it is started, typically at :1, :2 – on windows start vncviewer and give ip:port – give passwd – to change passwd give vncpasswd

Presentation from IT CAMP-09 Backup services by IT IT/Systems takes care of backing up important data and files Backups are done daily, weekly and monthly basis Unix users – Backup of Backup of home area and mail Any other requested folders – No Backup of Links from home.o,.obj, *.mp3, *.jpg PC Users – Backup of the requested folder and mail

Presentation from IT CAMP-09 Accessing office network from Outside From Home and outside home VPN(Requires Managers approval) From Other Interra offices Already connected by VPN The following servers are always available from outside – Webmail, MAIL, Intranet ( limited version), VPN, JIRA

Presentation from IT CAMP-09 Conventions and Systems procedures …DOs DOs 1. Take care of systems, use them gently. 2. Change your login password periodically (preferably 1 month). 3. Switch OFF monitors before leaving. 4. Report problems immediately. 5. Maintain low noise.

Presentation from IT CAMP-09 DO NOT's 1. Never switch OFF any machine. 2. Never move hardware without prior approval. 3. Never share your password with anybody 4. Avoid unnecessary downloads (e.g songs, movie clip, any software not used for official purpose) 5. Never install any software in system. 6. Don't login or fire processes in machines which are not allocated to your group. 7. Try to avoid editing files or debugging codes in regression machines.

Presentation from IT CAMP-09 DO NOT's 8. Always keep your home directory clean. Delete any unnecessary files from your area. 9. No snacks/foods inside the Engineering area. 10. Don't keep junk stuff in home directory. 11. Don't play songs/movies online. 12. Don't print more than 25page at a time. If require pls. contact systems group. 13. Don't open mails with unknown attachment. It may contain viruses.

Presentation from IT CAMP-09 HELP Systems Kolkata : Systems Noida : Systems Bangalore : Contact FAQ Intranet/Systems/Kolkata/FAQ