Skip to main content

Posts

Becarefull with Numbering NAT Mikrotik

Example my topologi        webserver            | isp---mikrotik -- switch managable ( ada 3 vlan )            |         proxy  0   chain=srcnat action=masquerade out-interface=bridge1  1   chain=dstnat action=dst-nat to-addresses=10.5.50.14 to-ports=3456      protocol=tcp src-address=!10.5.50.14 dst-port=80 [/QUOTE]  2   ;;; forward ke dalam      chain=dstnat action=dst-nat to-addresses=10.5.51.2 to-ports=80      protocol=tcp dst-address=x.x.x.x dst-port=80  3   ;;; forward ke luar      chain=srcnat action=src-nat to-addresses=x.x.x.x to-ports=0-65535      protocol=tcp dst-address=10.5.51.2 dst-port=80

Change Connection and Hardware

19/01/2012 Tonigh change hardware and change connection for old hardware and internet PC celeron (Mikrotik x86) SwitchHUB For New Hardware RB 1200 IBM X3200 3com baseline switch managable ISP Grahamedia 2Mb 1:1

Squid access.log (if u know)

Information to each access to the Cache Native Format (emulate_httpd_log off) Timestamp Elapsed Client Action/Code Size Method URI Ident Hierarchy/From Content Common Format (emulate_httpd_log on) Client Ident - [Timestamp1] "Method URI" Type Size

Remove Services in my Windows XP

This Simple Tips To remove services in windows "services.msc" Firs Open CMD Start >> Run >> CMD the syntax sc delete ServiceName Try to remove MySQL services So Carefully to remove services in your system. :D may be can try in windows vista and windows 7

disk error on squid openBSD 4.5 + Increase file descriptor

i get it after my connetion down an im tail -f /var/log/message this result 2011/11/24 10:53:12| storeDiskdSend: msgsnd: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend WRITE: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeSwapOutFileClosed: dirno 4, swapfile 00000061, errflag=-1 (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend: msgsnd: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend UNLINK: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend: msgsnd: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend WRITE: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeSwapOutFileClosed: dirno 6, swapfile 00000061, errflag=-1 (35) Resource temporarily unavailable

Mikrotik and External Proxy using openBSD

to make external proxy using openBSD maybe u can try this internet ---- Mikrotik--- client                         |                    proxy setting NAT in Mikrotik add chain=srcnat action=masquerade out-interface=wan /ip firewall nat add chain=dstnat src-address=!10.5.50.0/28 \ protocol=tcp dst-port=80 action=dst-nat to-addresses=10.5.50.14 \ to-ports=3456 comment="nat proxy" disabled=no