Kamis, 08 April 2010

PRATIKUM JARKOM [2]

LEMBAR ANALISA
Praktikum Jaringan Komunikasi -2

Tanggal Praktikum : Kamis, 1 April 2010

Nama : Farida Rosiana

Nim : 08 615 029

Kelas : IV B


1. mii-tool dengan kabel dilepas

lab2@lab2-desktop:~$ mii-tool

SIOCGMIIPHY on 'eth0' failed: Operation not permitted

SIOCGMIIPHY on 'eth1' failed: Operation not permitted

SIOCGMIIPHY on 'eth2' failed: Operation not permitted

SIOCGMIIPHY on 'eth3' failed: Operation not permitted

SIOCGMIIPHY on 'eth4' failed: Operation not permitted

SIOCGMIIPHY on 'eth5' failed: Operation not permitted

SIOCGMIIPHY on 'eth6' failed: Operation not permitted

SIOCGMIIPHY on 'eth7' failed: Operation not permitted

no MII interfaces found

lab2@lab2-desktop:~$ sudo mii-tool

eth0: no link

eth1: no link


2. mii-tool dengan kabel terpasang

lab2@lab2-desktop:~$ mii-tool

SIOCGMIIPHY on 'eth0' failed: Operation not permitted

SIOCGMIIPHY on 'eth1' failed: Operation not permitted

SIOCGMIIPHY on 'eth2' failed: Operation not permitted

SIOCGMIIPHY on 'eth3' failed: Operation not permitted

SIOCGMIIPHY on 'eth4' failed: Operation not permitted

SIOCGMIIPHY on 'eth5' failed: Operation not permitted

SIOCGMIIPHY on 'eth6' failed: Operation not permitted

SIOCGMIIPHY on 'eth7' failed: Operation not permitted

no MII interfaces found

lab2@lab2-desktop:~$ sudo mii-tool

eth0: no link

eth1: negotiated 100baseTx-FD flow-control, link ok


3. lspci

lab2@lab2-desktop:~$ 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

lab2@lab2-desktop:~$ arp

Address HWtype HWaddress Flags Mask Iface

Ether lab2-desktop-5.local 00:19:d1:18:db:cf C eth1



5. ifconfig dan route dengan IP 192.168.0.*/24

lab2@lab2-desktop:~$ ifconfig

eth0 Link encap:Ethernet HWaddr 00:11:95:c7:0b:cd

UP BROADCAST MULTICAST MTU:1500 Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Interrupt:21

eth1 Link encap:Ethernet HWaddr 00:19:d1:18:dd:b0

inet addr:192.168.0.16 Bcast:192.168.255.255 Mask:255.255.0.0

inet6 addr: fe80::219:d1ff:fe18:ddb0/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:1201 errors:0 dropped:0 overruns:0 frame:0

TX packets:59 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:264851 (264.8 KB) TX bytes:13420 (13.4 KB)

eth0:avahi Link encap:Ethernet HWaddr 00:11:95:c7:0b:cd

inet addr:169.254.7.190 Bcast:169.254.255.255 Mask:255.255.0.0

UP BROADCAST MULTICAST MTU:1500 Metric:1

Interrupt:21

lo Link encap:Local Loopback

inet addr:127.0.0.1 Mask:255.0.0.0

inet6 addr: ::1/128 Scope:Host

UP LOOPBACK RUNNING MTU:16436 Metric:1

RX packets:394 errors:0 dropped:0 overruns:0 frame:0

TX packets:394 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:25896 (25.8 KB) TX bytes:25896 (25.8 KB)

Route

lab2@lab2-desktop:~$ route -n

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

0.0.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0

192.168.0.0 0.0.0.0 255.255.0.0 U 1 0 0 eth1

169.254.0.0 0.0.0.0 0.0.0.0 U 1000 0 0 eth0


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


9. netstat -natu

lab2@lab2-desktop:~$ netstat -natu

Active Internet connections (servers and established)

Proto Recv-Q Send-Q State Foreign Address Local Address

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