Wednesday, April 3, 2019

Ujikom

***********LinkSys***********
- Continue with open ...
- Ceklis > I understand that my ...
- Continue
- ID & Password = admin
- Warning (x)
- Setup > basic setup > router name = nama
  waktu = GMT+7 / Indonesia (ceklis "automatically adjust ... ")
save setting
your setting have ... = continue
- Warning (x)
- Wireless > basic wir.set > (*) manual
> network name (SSID) = nama
  save setting
> wir.security > security mode = wpa2/wpa mixed mode
  passphrase = name
save setting


***********Mikrotik***********
Setting Dasar
IP Address
DHCP Client
DHCP Server
DNS
Firewall (NAT)
*General > Chain = srcnat
  Out.Interf = eth.1
*Action > Action = masquarade
Block WEB
Firewall (Filter Rules)
*General > Chain = forward
  Src.Address = (network eth.2) /24
*Advance > Conten = mikrotik
*Action > Action = drop
Blok IP
Firewall (Filter Rules)
*General > Chain = input
  Src.Address = (range eth.2) 0.0.0.0-0.0.0.0
  Protocol = icmp
  In.Interf = eth.2
*Action > Action = drop
Poxy Setting
Firewall (NAT)
*General > Chain = dstnat
  Protocol = tcp
  Dst.Port = 80
  In.Interf = eth.2
*Action > Action = redirect
  To ports = 8080
WEB Proxy
Ceklis > Enable
  Cache on disk
  Always from cache
Cache administrator = name@webmaster.com
(.id)

***********Debian***********
IP Address
auto ...
iface ... inet static
address (eth.3 / server)
netmask
gateway
restart IP
ping gateway
*ping 172.168.0.80 => Server
Source List
*nano /etc/apt/sources.list
beri tanda #
dibawah tulis >> deb http://172.168.0.80/repo wheezy main
Update Aplikasi
*apt-get update
Install Aplikasi
*apt-get install bind9 dnsutils
*apt-get install apache2 php5 openssh-server
*apt-get install vsftpd


No comments:

Post a Comment