Linux Networking Tools
ICMP Internet Control Message Protocol ICMP Message Echo & Echo Reply Destination Unreachable Redirect Traceroute
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
PING # ping TRACEROUTE # traceroute
Domain Name System (DNS) Before, To connect use IP Address Now, can use some simple name
FQDN Fully Qualified Domain Names fileserver.eepis-its.edu fileserver
DNS Applications Host # host –vl eepis-its.edu Nslookup # nslookup # nslookup Dig # dig eepis-its.edu
Network-status # ifconfig # netstat -nlptu # iptraf # tcptrack –I eth0
Minicom Aplikasi terminal untuk komunikasi serial Digunakan untuk mengatur suatu perangkat jaringan dari komputer, dengan menggunakan kabel rs232 / kabel console # apt-get install minicom
# minicom -s
Pilih serial port setup pada menu
Menu pada serial port Tekan tombol “A” Rubah menjadi /dev/ttyS0
Masuk pada menu “E” Bps/Par/Bits Ganti nilai “Current N1” menjadi “9600 8N1” dengan menekan tombol “E”
Kembali ke menu awal dengan menekan tombol “ENTER” Pilih “exit” untuk memulai komunikasi
Initialisasi Dan memulai konfigurasi Untuk menu tekan “Ctrl+A – Z”
TELNET dan SSH Aplikasi remote komputer TELNET # telnet SSH # ssh
TELNET TCP 23 Not-secure fast SSH TCP 22 Secure slow
FTP File Transfer Protocol Aksi konek Pilih direktori Melihat list dari file-file yang ada Mode transfer Copy dari dan ke server diskonek
# echo “websiteku” > index.html # ftp Password : ftp> cd public_html ftp> put index.html ftp> bye Buka website its.edu/~dhoto
# ftp fileserver.eepis-its.edu ftp> ls ftp> cd dir ftp> get file ftp> bye