View Single Post
  #3 (permalink)  
Old 03-09-2008, 04:11
shaldy shaldy is offline
Baru Gabung
 
Join Date: Sep 2008
Posts: 2
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
shaldy is on a distinguished road
Interface:
Code:
[admin@MikroTik] > interface print
Flags: X - disabled, D - dynamic, R - running
 #    NAME                         TYPE             RX-RATE    TX-RATE    MTU
 0  R LOCAL                        ether            0          0          1500
 1  R MODEM                        ether            0          0          1500
 2  R DIALUPSPEEDY                 pppoe-out        0          0          1480
pppoe-client:
Code:
[admin@MikroTik] interface pppoe-client> print
Flags: X - disabled, R - running
 0  R name="DIALUPSPEEDY" max-mtu=1480 max-mru=1480 interface=MODEM
      user="131426100***@telkom.net" password="******" profile=default
      service-name="speedy" ac-name="" add-default-route=yes
      dial-on-demand=yes use-peer-dns=no allow=pap,chap,mschap1,mschap2
IP-address:
Code:
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
 #   ADDRESS            NETWORK         BROADCAST       INTERFACE
 0   192.168.0.36/24    192.168.0.0     192.168.0.255   LOCAL
 1   192.168.1.10/24    192.168.1.0     192.168.1.255   MODEM
 2 D 125.163.27.130/32  125.163.0.1     0.0.0.0         DIALUPSPEEDY
ip-firewall-nat
Code:
[admin@MikroTik] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
 0   chain=srcnat src-address=192.168.0.0/24 action=masquerade
ip-route:
Code:
[admin@MikroTik] ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
 #     DST-ADDRESS        PREF-SRC        G GATEWAY         DIS INTERFACE
 0 ADC 125.163.0.1/32     125.163.27.130                        DIALUPSPEEDY
 1 ADC 192.168.0.0/24     192.168.0.36                          LOCAL
 2 ADC 192.168.1.0/24     192.168.1.10                          MODEM
 3 AD  0.0.0.0/0                          r 125.163.0.1     1   DIALUPSPEEDY
ip-dns:
Code:
[admin@MikroTik] ip dns> print
            primary-dns: 202.134.1.10
          secondary-dns: 202.134.0.155
  allow-remote-requests: yes
             cache-size: 10240KiB
          cache-max-ttl: 1w
             cache-used: 69KiB
PING yahoo from mikrotik:
Code:
[admin@MikroTik] > ping yahoo.com
206.190.60.37 64 byte ping: ttl=50 time=342 ms
206.190.60.37 64 byte ping: ttl=50 time=338 ms
206.190.60.37 64 byte ping: ttl=50 time=344 ms
206.190.60.37 64 byte ping: ttl=50 time=342 ms
206.190.60.37 64 byte ping: ttl=50 time=338 ms
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 338/340.8/344 ms
ping yahoo from client:
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\sh@ldy.BIMASENDA>ping yahoo.com

Pinging yahoo.com [206.190.60.37] with 32 bytes of data:

Reply from 206.190.60.37: bytes=32 time=347ms TTL=49
Reply from 206.190.60.37: bytes=32 time=345ms TTL=49
Reply from 206.190.60.37: bytes=32 time=343ms TTL=49
Reply from 206.190.60.37: bytes=32 time=341ms TTL=49

Ping statistics for 206.190.60.37:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 341ms, Maximum = 347ms, Average = 344ms
Ping detik.com dari klient:
Code:
C:\Documents and Settings\sh@ldy.BIMASENDA>ping detik.com

Pinging detik.com [203.190.241.166] with 32 bytes of data:

Reply from 203.190.244.2: Destination host unreachable.
Reply from 203.190.244.2: Destination host unreachable.
Reply from 203.190.244.2: Destination host unreachable.
Reply from 203.190.244.2: Destination host unreachable.

Ping statistics for 203.190.241.166:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
ping detik.com dari mikrotik:
Code:
[admin@MikroTik] > ping detik.com
203.190.244.2 56 byte host unreachable (3:1) time=43 ms
203.190.244.2 56 byte host unreachable (3:1) time=38 ms
203.190.244.2 56 byte host unreachable (3:1) time=38 ms
203.190.244.2 56 byte host unreachable (3:1) time=42 ms
203.190.244.2 56 byte host unreachable (3:1) time=40 ms
203.190.244.2 56 byte host unreachable (3:1) time=40 ms
6 packets transmitted, 0 packets received, 100% packet loss



buka website lancar dan cepat, tetapi tidak bisa buka detik.com dan youtube.com

Reply With Quote