Senin, 26 April 2010

PRAKTK JARKOM 2


LEMBAR ANALISA
Praktikum Jaringan Komunikasi -2


Nama : Mohammad Daud R
NIM : 08 615 045
Kelas : IV B

1 mii-tool dengan kabel dilepas

root@lab2-desktop:/home/lab2# sudo mii-tool
eth0: no link

2 mii-tool dengan kabel terpasang

root@lab2-desktop:/home/lab2# sudo mii-tool
eth1: negotiated 100baseTx-FD flow-control, link ok

3 lspci

root@lab2-desktop:/home/lab2# lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
04:00.0 Ethernet controller: D-Link System Inc Gigabit Ethernet Adapter (rev 11)
04:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 01)

4 arp

root@lab2-desktop:/home/lab2# arp
Address HWtype HWaddress Flags Mask Iface
192.168.0.15 (incomplete) eth0


5 ifconfig dan route dengan IP 192.168.0.*/24

root@lab2-desktop:/home/lab2# ifconfig eth0 192.168.0.16/24
root@lab2-desktop:/home/lab2# route eth0 192.168.0.16/24
Usage: route [-nNvee] [-FC] [] List kernel routing tables
route [-v] [-FC] {adddelflush} ... Modify routing table for AF.

route {-h--help} [] Detailed usage syntax for specified AF.
route {-V--version} Display version/author and exit.

-v, --verbose be verbose
-n, --numeric don't resolve names
-e, --extend display other/more information
-F, --fib display Forwarding Information Base (default)
-C, --cache display routing cache instead of FIB

=Use '-A ' or '--'; default: inet
List of possible address families (which support routing):
inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
x25 (CCITT X.25)

6 ifconfig dan route dengan DHCP

auto lo
iface lo inet loopback
auto eth1

iface eth1 inet dhcp
address 172.16.0.016 netmask 255.255.0.0


7 ping, traceroute, mtr

- 10.252.13.90
-- 202.154.187.7
www.eepis-its.edu
www.yahoo.com
8 netstat –nlptu
lab2@lab2-desktop:~$ netstat -nlptu
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
udp 0 0 0.0.0.0:42638 0.0.0.0:* -
udp 0 0 0.0.0.0:68 0.0.0.0:* -
udp 0 0 0.0.0.0:5353 0.0.0.0:* -

9 netstat -natu

lab2@lab2-desktop:~$ netstat -natu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:35246 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*

Tidak ada komentar:

Posting Komentar