Jumat, 22 Februari 2013

ssettt



Topologi P2MP:

1.    Rubah Identitas Router:
/system identity set name=peserta01
System -> Identity
Nama = peserta01

2.    Rubah Interface Router:
Ether1 = lan
/interface set ether1 name=lan
Interface
3.    Setting WLAN:
Enable WLAN:
/interface enable wlan1
Interface
Setting wireless di menu advanced mode:
Setting wireless:
Interface ->
Mode = Station
Band = 2GHz-B/G/N
Scan -> pilih SSID  (ujikomp01)  -> Connect
4.    Setting IP Address Router:
lan: 192.168.10.3/28
/ip address add address=192.168.10.3/28 interface=lan
Ip -> address -> +
Address = 192.168.10.3/28
Inerface = lan
Wlan1: 192.168.10.2/28
/ip address add address=192.168.10.2/28 interface=wlan1
IP -> address -> +
Address = 192.168.10.2/28
Interface = wlan1
5.    Setting Gateway:
Gateway: 192.168.10.1
/ip route add gateway=192.168.10.1
Ip -> route -> +
Gateway = 192.168.10.1
6.    Setting DNS:
/ip dns set servers=180.131.144.144,180.131.145.145 allow-remote-requests=yes cache-size=6144
IP -> DNS
Servers = 180.131.144.144 , 180.131.145.145
Centang “Allow Remote Requests”
Cache size = 6144
7.    Setting DNS Static:
/ip dns static add name=ns.wlan1 address=192.168.10.3
Ip -> DNS -> Static -> +
Name = ns.lan
Address = 192.168.10.3
8.    Setting Firewall NAT:
/ip firewall nat add chain=srcnat out-interface=wlan1 action=masquerade
Ip -> firewall -> NAT -> +
Chain = srcnat
Out-interface = wlan1
Action = masquerade
9.    Setting NTP Client:
/system ntp client set enabled=yes mode=unicast primary-ntp=203.168.128.178 secondary ntp=202.134.6.170
System -> ntp client
Centang enabled
Mode = unicast
Primary ntp = 203.168.128.178
Secondary ntp = 202.134.6.170
10. Setting Clock:
/system clock set time=22:00:00 date=Jan/30/2013 time-zone-name=Asia/Jakarta
System -> Clock
Time = sesuai dengan jam sekarang
Date = sesuai tanggal sekarang
Time zone name = Asia/Jakarta
11. Tes Koneksi:
Ping IP lan
Ping IP wlan1
Ping IP Gateway
Ping IP DNS
Ping www.yahoo.com
12. Browsing

Topologi Bridge



1.    Rubah Identitas Router:
/system identity set name=peserta01
System -> Identity
Nama = peserta01 (sesuaikan dengan nomer urut meja )
2.    Rubah Interface Router:
Ether1 = lan
/interface set ether1 name=lan
Interface
3.    Setting WLAN:
Enable WLAN:
/interface enable wlan1
Interface
4.    Setting Bridge:
/interface bridge add name=wireless-bridge protocol-mode=rstp
Bridge -> add
Nama = wireless-bridge
Setting protokol STP=>RSTP
Setting port bridge:
Interface=lan
Interface=wlan1
5.    Setting wireless:
           Interface ->wlan1
Mode = Station pseudobridge
Band = 2GHz-B/G/N
SSID = ujikomp02 (sesuaikan dengan ujikomp tkj 2013)
Channel = sesuaikan dengan SSID ujikomp03
Setting WDS wireless
WDS mode = dynamic mesh
WDS difault bridge = wireless-bridge
6.    Setting IP wireless-bridge:
/ip address add address=10.10.10.2/29 interface=lan
Ip -> address -> +
Address = 10.10.10.2/29
Interface = lan
7.    Setting NTP Client:
/system ntp client set enabled=yes mode=unicast primary-ntp=203.168.128.178 secondary ntp=202.134.6.170
System -> ntp client
Centang enabled
Mode = unicast
Primary ntp = 203.168.128.178
Secondary ntp = 202.134.6.170
8.    Setting Clock:
/system clock set time=22:00:00 date=Jan/30/2013 time-zone-name=Asia/Jakarta
System -> Clock
Time = sesuai dengan jam sekarang
Date = sesuai tanggal sekarang
Time zone name = Asia/Jakarta
9.    Tes Koneksi:
Ping wireless-bridge
Ping Gateway
Ping DNS
10. Browsing:


Setting WDS Bridge


1.       Rubah Indentity:
/system identity set name=penguji01
System -> Identity:
Identity  = peserta01
2.       Rubah Interface:
/interface set ether1 name=lan
Ether1 = lan
3.       Setting Bridge:
/interface bridge add name=wds-bridge
Bridge -> add:
Name = wds-bridge
4.       Setting Ports Bridge:
/interface bridge port add interface=lan
Bridge ->  Port -> add:
Interface = lan -> apply, ok
Add:
Interface = wlan1 -> apply, ok
5.       Setting NAT Bridge:
/interface bridge nat add chain=srcnat out-interface=wlan1
Bridge -> NAT -> add:
Chain = srcnat
Out. Interface = wlan1
6.       Setting Protocol Bridge:
/interface bridge set wds-bridge protocol-mode=rstp
Bridge -> wds-bridge -> STP -> centang “rstp”
7.       enable Wlan:
/interface enable wlan1
klik 1x wlan -> klik enable
8.       Setting Wireless:
/interface  mode=ap-bridge ssid="ujikomp01"  band=2ghz-b/g/n
Interface -> wlan1 -> wireless -> advanced mode:
Mode = ap bridge
Band = 2GHz-B/G/N
SSID = ujikom01
WDS Mode = Dynamic Mesh
WDS default Bridge = wds-bridge
9.       Setting IP Address:
/ip address add address=10.10.100.3/29 interface=lan
IP -> Address -> add:
Address = 10.10.100.3/29
Interface = lan
10.   Setting Gateway:
/ip route add gateway=10.10.100.1
IP -> Route -> add:
Gateway = 10.10.100.1
11.   Setting DNS:
/ip dns set servers=180.131.144.144,180.131.145.145 allow remote requests=yes cache size=6144
IP -> DNS:
Servers = 180.131.144.144
                = 180.131.145.145
Centang “Allow Remote Requests”
Cache Size = 6144
12.   Setting DNS Static:
13.   /ip dns static add name=ns.lan address=10.10.100.3
IP -> DNS -> Static -> Add:
Name = ns.lan
Address = 10.10.100.3
14.   Setting Firewall NAT:
/ip firewall nat add chain=srcnat out-interface=wds-bridge action=masquerade
IP -> Firewall -> NAT -> add:
Chain = srcnat
Out. Interface = wds-bridge
Action = Masquerade
15.   Setting NTP Client:
/system ntp client set enable=yes mode=unicast primary-ntp-server=203.168.128.178 secondary-ntp-server=202.134.6.170
System -> NTP Client:
Centang “Enable”
Mode = Unicast
Primary NTP Server = 203.168.128.178
Secondary NTP Server = 202.134.6.170
16.   Setting Clock:
/system clock set time-zone-name=Asia/Jakarta
System -> Clock:
Time = sesuaikan
Date = sesuaikan
Time Zone Name = Asia/Jakarta
17.   Satu kelaskan IP Laptop dengan IP Router:
18.   Tes Koneksi:
New Terminal:
Ping IP wan
Ping IP Gateway
Ping IP DNS
Ping www.google.com
19.   Setting Web Proxy:
/ip proxy set enable=yes  port=3128 cache-administrator=proxy.smknud01.sch.id max-cache-size=unlimited
IP -> Web Proxy:
Centang “Enable”
Port = 3128
Cache Administrator = proxy.smknud01.sch.id
Max. Cache Size = Unlimited
20.   Setting Access Web Proxy:
/ip proxy access add dst-port=80,443 dst-host=*.yahoo.com acti
on=deny
IP -> Web Proxy -> Access -> Add:
Dst. Port = 80,443
Dst. Host = *.yahoo.com
Action = Deny
21.   Setting Firewall NAT Web Proxy:
/ip firewall nat add chain=dstnat src-address=10.10.100.0/29 protocol=tcp dst-port=80,8000,8080,8081 action=redirect to-ports=3128
IP -> Firewall -> NAT -> add:
Action = dstnat
Src. Address = 10.10.100.0/29
Protocol = tcp
Dst. Ports = 80,8000,8080,8081
Action = redirect
To Ports = 3128
22.   Tes Web Proxy:
/ip proxy monitor interval=1
23.   Setting Web Browser:
Buka Web Browser -> Option -> Advanced -> Network -> Settings:
Centang “Manual Proxy Configuration”
HTTP Proxy = Isikan IP Address Router
Port = 3128
Centang “Use this proxy server for all protocols”
24.   Blocking Situs:

Setting Bridge


1.       Rubah Indentity:
/system identity set name=penguji01
System -> Identity:
Identity  = peserta01
2.       Rubah Interface:
/interface set ether1 name=lan
Ether1 = lan
3.       Setting Bridge:
/interface bridge add name=wds-bridge
Bridge -> add:
Name = bridge1
4.       Setting Ports Bridge:
/interface bridge port add interface=lan
Bridge ->  Port -> add:
Interface = lan -> apply, ok
Add:
Interface = wlan1 -> apply, ok
5.       Setting NAT Bridge:
/interface bridge nat add chain=srcnat out-interface=wlan1
Bridge -> NAT -> add:
Chain = srcnat
Out. Interface = wan
6.       Setting Protocol Bridge:
/interface bridge set wds-bridge protocol-mode=rstp
Bridge -> wds-bridge -> STP -> centang “rstp”
7.       enable Wlan:
/interface enable wlan1
klik 1x wlan -> klik enable
8.       Setting Wireless:
/interface  mode=ap-bridge ssid="ujikomp01"  band=2ghz-b/g/n
Interface -> wlan1 -> wireless -> advanced mode:
Mode = ap bridge
Band = 2GHz-B/G/N
SSID = ujikom01
Scan => ujikom01 => connect
9.       Setting IP Address:
/ip address add address=10.10.100.3/29 interface=lan
IP -> Address -> add:
Address = 10.10.100.3/29
Interface = lan
10.   Setting Gateway:
/ip route add gateway=10.10.100.1
IP -> Route -> add:
Gateway = 10.10.100.1
11.   Setting DNS:
/ip dns set servers=180.131.144.144,180.131.145.145 allow remote requests=yes cache size=6144
IP -> DNS:
Servers = 180.131.144.144
                = 180.131.145.145
Centang “Allow Remote Requests”
Cache Size = 6144
12.   Setting DNS Static:
13.   /ip dns static add name=ns.lan address=10.10.100.3
IP -> DNS -> Static -> Add:
Name = ns.lan
Address = 10.10.100.3
14.   Setting Firewall NAT:
/ip firewall nat add chain=srcnat out-interface=wlan1 action=masquerade
IP -> Firewall -> NAT -> add:
Chain = srcnat
Out. Interface = bridge1
Action = Masquerade
15.   Setting NTP Client:
/system ntp client set enable=yes mode=unicast primary-ntp-server=203.168.128.178 secondary-ntp-server=202.134.6.170
System -> NTP Client:
Centang “Enable”
Mode = Unicast
Primary NTP Server = 203.168.128.178
Secondary NTP Server = 202.134.6.170
16.   Setting Clock:
/system clock set time-zone-name=Asia/Jakarta
System -> Clock:
Time = sesuaikan
Date = sesuaikan
Time Zone Name = Asia/Jakarta
17.   Satu kelaskan IP Laptop dengan IP Router:
18.   Tes Koneksi:
New Terminal:
Ping IP wan
Ping IP Gateway
Ping IP DNS
Ping www.google.com
19.   Setting Web Proxy:
/ip proxy set enable=yes  port=3128 cache-administrator=proxy.smknud01.sch.id max-cache-size=unlimited
IP -> Web Proxy:
Centang “Enable”
Port = 3128
Cache Administrator = proxy.smknud01.sch.id
Max. Cache Size = Unlimited
20.   Setting Access Web Proxy:
/ip proxy access add dst-port=80,443 dst-host=*.yahoo.com acti
on=deny
IP -> Web Proxy -> Access -> Add:
Dst. Port = 80,443
Dst. Host = *.yahoo.com
Action = Deny
21.   Setting Firewall NAT Web Proxy:
/ip firewall nat add chain=dstnat src-address=10.10.100.0/29 protocol=tcp dst-port=80,8000,8080,8081 action=redirect to-ports=3128
IP -> Firewall -> NAT -> add:
Action = dstnat
Src. Address = 10.10.100.0/29
Protocol = tcp
Dst. Ports = 80,8000,8080,8081
Action = redirect
To Ports = 3128
22.   Tes Web Proxy:
/ip proxy monitor interval=1
23.   Setting Web Browser:
Buka Web Browser -> Option -> Advanced -> Network -> Settings:
Centang “Manual Proxy Configuration”
HTTP Proxy = Isikan IP Address Router
Port = 3128
Centang “Use this proxy server for all protocols”
24.   Blocking Situs:

script


Garra
<div style="position: fixed; bottom: 0px; left: 10px;width:130px;height:160px;"><a href="http://permathic.blogspot.com/" target="_blank"><img border="0" src="http://s.myniceprofile.com/myspacepic/539/th/53973.gif" title="My widget" alt="animasi bergerak gif" /></a><small><center><a href="http://permathic.blogspot.com/2012/05/kumpulan-animasi-bergerak-yang-lucu-dan.html" target="_blank">My Widget</a></center></small></div>

Panda
<div style="position: fixed; bottom: 0px; left: 10px;width:130px;height:160px;"><a href="http://permathic.blogspot.com/" target="_blank"><img border="0" src="http://s.myniceprofile.com/myspacepic/212/th/21215.gif" title="My widget" alt="animasi bergerak gif" /></a><small><center><a href="http://permathic.blogspot.com/2012/05/kumpulan-animasi-bergerak-yang-lucu-dan.html" target="_blank">My Widget</a></center></small></div>

Panah
<div style="position: fixed; bottom: 0px; left: 10px;width:210px;height:120px;"><a href="http://permathic.blogspot.com/2012/05/kumpulan-animasi-bergerak-yang-lucu-dan.html" target="_blank"><img border="0" src="http://content.sweetim.com/sim/cpie/emoticons/00020236.gif" title="Click to get more." /></a><small><center><a href="http://permathic.blogspot.com/2012/05/kumpulan-animasi-bergerak-yang-lucu-dan.html" target="_blank">Widget Animasi</a></center></small></div>