Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
Diterbitkan olehEndy Love Telah diubah "9 tahun yang lalu
1
Linux Networking Tools
2
ICMP Internet Control Message Protocol ICMP Message Echo & Echo Reply Destination Unreachable Redirect Traceroute
3
PING Uses the ICMP echo and echo reply message to determine whether a host is reachable TRACEROUTE Sends IP datagrams with low TTL values so that they expire en route to a destination
4
PING # ping 10.252.108.1 TRACEROUTE # traceroute www.eepis-its.edu
5
Domain Name System (DNS) Before, To connect use IP Address Now, can use some simple name http://202.154.187.4 http://fileserver.eepis-its.edu
7
FQDN Fully Qualified Domain Names fileserver.eepis-its.edu fileserver
9
DNS Applications Host # host –vl eepis-its.edu Nslookup # nslookup www.eepis-its.edu # nslookup 202.154.187.5 Dig # dig eepis-its.edu
10
Network-status # ifconfig # netstat -nlptu # iptraf # tcptrack –I eth0
11
Minicom Aplikasi terminal untuk komunikasi serial Digunakan untuk mengatur suatu perangkat jaringan dari komputer, dengan menggunakan kabel rs232 / kabel console # apt-get install minicom
12
# minicom -s
13
Pilih serial port setup pada menu
14
Menu pada serial port Tekan tombol “A” Rubah menjadi /dev/ttyS0
15
Masuk pada menu “E” Bps/Par/Bits Ganti nilai “Current 38400 8N1” menjadi “9600 8N1” dengan menekan tombol “E”
16
Kembali ke menu awal dengan menekan tombol “ENTER” Pilih “exit” untuk memulai komunikasi
17
Initialisasi Dan memulai konfigurasi Untuk menu tekan “Ctrl+A – Z”
18
TELNET dan SSH Aplikasi remote komputer TELNET # telnet 10.252.102.23 SSH # ssh 10.252.102.23
19
TELNET TCP 23 Not-secure fast SSH TCP 22 Secure slow
20
FTP File Transfer Protocol Aksi konek Pilih direktori Melihat list dari file-file yang ada Mode transfer Copy dari dan ke server diskonek
21
# echo “websiteku” > index.html # ftp dhoto@student.eepis-its.edu Password : ftp> cd public_html ftp> put index.html ftp> bye Buka website http://student.eepis- its.edu/~dhoto
22
# ftp fileserver.eepis-its.edu ftp> ls ftp> cd dir ftp> get file ftp> bye
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.