On 7/20/07, indra irawan <[EMAIL PROTECTED]> wrote:
--- "Onno W. Purbo" <[EMAIL PROTECTED]> wrote:

>
>
> Coba install ntop & lihat pake wireshark
> apa yang menyebabkan traffic itu tinggi ..
> siapa tahu ada virus yang jalan di anda ..
>

aku udah pernah install ntop, tapi kelihatan nya
normal traffic nya.
trus juga udah baca2 jawaban dari bapak2 yang lain, yg
bilang klo telkom bermasalah, tapi  hal ini udah aku
alami udah lebih dari 2 minggu

udah coba bikin rule baru dan kasih 100 kbps up to 384
khusus buat ping doang, tapi ga ngaruh juga

#!/bin/sh

###### download shaping
# delete eth1 root
tc qdisc del dev eth1 root

tc qdisc add dev eth1 root handle 1: htb default 30
r2q 1
tc class add dev eth1 parent 1:0 classid 1:1 htb rate
384kbit burst 6k

# for ICMP
tc class add dev eth1 parent 1:1 classid 1:5 htb rate
100kbit ceil 384kbit burst 6k prio 1
tc filter add dev eth1 parent 1:0 protocol ip prio 1
u32 match ip protocol 1 0xff flowid 1:5

# 8 client with minimal 20kbit and max 64kbit
tc class add dev eth1 parent 1:1 classid 1:10 htb rate
20kbit ceil 64kbit burst 6k prio 1

# default traffic
tc class add dev eth1 parent 1:1 classid 1:30 htb rate
8kbit ceil 8kbit burst 6k prio 2

# filter by IP address
tc filter add dev eth1 protocol ip parent 1:0 prio 1
u32 match ip dst 192.168.1.10/32 flowid 1:10

begitu client mulai menggunakan internet, ping dari
client ke DNS telkom speedy mulai amburadul, begitu
juga ping ke ip server sendiri

output ping dari client
C:\Documents and Settings\client1>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:

Reply from 192.168.1.1: bytes=32 time=1153ms TTL=64
Reply from 192.168.1.1: bytes=32 time=2847ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1521ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1648ms TTL=64

Ping statistics for 192.168.1.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0%
loss),
Approximate round trip times in milli-seconds:
    Minimum = 1153ms, Maximum = 2847ms, Average =
1792ms


aneh nya, kenapa ping dari server ke dns jadi ikutan
amburadul ya begitu internet nya mulai dipakai oleh
client
output ping dari server ke dns telkom speedy saat user
menggunakan internet

$ ping 202.134.0.155
PING 202.134.0.155 (202.134.0.155) 56(84) bytes of
data.
64 bytes from 202.134.0.155: icmp_seq=1 ttl=61
time=1164 ms
64 bytes from 202.134.0.155: icmp_seq=3 ttl=61
time=1171 ms
64 bytes from 202.134.0.155: icmp_seq=4 ttl=61
time=1128 ms
64 bytes from 202.134.0.155: icmp_seq=6 ttl=61
time=1113 ms
64 bytes from 202.134.0.155: icmp_seq=8 ttl=61
time=1091 ms


tapi begitu user ga pake alias idle aja, ping dari
client ke server < 1 ms
dan dari client ke dns telkom ada diantara 50 -80 ms
dan untuk ping dari server ke dns telkom sendiri saat
client idle antara 50 - 60 ms

berarti yang salah bukan Speedy nya kan itu?
tapi aku sendiri juga bingung, salah nya dimana,
karena udah coba flush iptables, rule yang dijalanin
setelah di flush cuma untuk MASQUERADE aja, kemudian
delete rule HTB, tetap aja ga ada ngaruhnya :(

untuk OS nya sendiri aku pake Ubuntu 7.04 (Feisty
Fawn)

kira2 kesalahan nya ini dimana ya?

thanks



____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545433

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis



wah aneh juga ya ? perlu inspeksi lebih dalem nih

cek pake

iftop
iptraf

link nya pake
mtr ke dns telkom nta loos nya dimana


--
…next Mandriva Linux be made by a member of the community…

check out


bayu - mandriva - other Linux at http://bayuart.wordpress.com

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke