| Sunday, November 15, 2009 |
| ngenteni barang |
Ya ampun, kapan yoh barang2ku teko..., selak butuh kii BTSnya.... Labels: aneh, capek, curhat, error |
| posted by yusuf81 @ 23:43 |
|
|
|
| Wednesday, November 04, 2009 |
| openbsd -mpath (route base load balancing) |
tutorial openbsd -mpath (route base load balancing, my fave method to loadbalance) pf.conf ext_if1=fxp0 ext_if1=fxp1 int_if=rl0 nat on $ext_if1 to any -> $ext_if nat on $ext_if2 to any -> $ext_if /etc/sysctl.conf sysctl net.inet.ip.multipath=1 /etc/hostname.fxp0 inet 10.20.30.2 255.255.255.252 none !route add -mpath default 10.20.30.1 /etc/hostname.fxp1 inet 10.20.30.6 255.255.255.252 none !route add -mpath default 10.20.30.5 /etc/mygate #kosong ae, tapi kalo mau di isi ya gak papa, terserah Labels: network, openbsd, operating system |
| posted by yusuf81 @ 22:28 |
|
|
|
| Thursday, October 22, 2009 |
| Belajar Mesh |
Saya sekarang lagi belajar wireless mesh network untuk membuat jangkauan radio kampret murah-murah bisa semakin jauh, semakin jauh, semakin jauh .... Labels: network |
| posted by yusuf81 @ 22:29 |
|
|
|
| Friday, October 16, 2009 |
| Lha kalo yang ini publish dari interface facebook |
| Keajaiban teknologi web 2 titik jendol (baca 2.0), bisa posting di blogspot via facebook Labels: test |
| posted by yusuf81 @ 00:21 |
|
|
|
|
| test interkoneksi facebook |
Labels: test |
| posted by yusuf81 @ 00:01 |
|
|
|
| Saturday, October 03, 2009 |
| facebook, squid dan speedy |
jika aku perhartikan, akhir-akhir ini banyak sekali muncul error ini di cache.log
httpReadReply: Excess data from "GET http://www.facebook.com/home.php?ref=home" setelah googling, aku menemukan beberapa keterangan, salah satu nya adalah: di http://www.mail-archive.com/squid-users@squid-cache.org/msg67535.html , disini disinggung masalah kemungkinan filter mod-deflate di uplinkmu. Lebih lengkapnya sebagai berikut:
Re: [squid-users] facebook and excess data
Amos Jeffries Fri, 02 Oct 2009 18:18:17 -0700
Agung T. Apriyanto wrote:
recently i got a lot of this in squid log, i'm using 2.7.STABLE6
2009/10/02 22:00:42| httpReadReply: Excess data from "GET http://www.facebook.com/home.php?"; 2009/10/02 22:01:00| httpReadReply: Excess data from "GET http://www.facebook.com/home.php?"; 2009/10/02 22:03:48| httpReadReply: Excess data from "GET http://www.facebook.com/home.php?ref=home"; 2009/10/02 22:04:19| httpReadReply: Excess data from "GET http://www.facebook.com/home.php?ref=home"; 2009/10/02 22:06:17| httpReadReply: Excess data from "GET http://www.facebook.com/home.php?"; 2009/10/02 22:06:47| httpReadReply: Excess data from "GET http://www.facebook.com/home.php?";
searching archives i found it related to content-length header, i guess this is facebook server issues, anyone could help me to analyze and maybe point me how to fix this at client side ?
thanks -Agung-
'Excess data' is an attempted security breach. Whether malicious or just broken software.
Are you or one of your upstreams perhapse filtering through Apache mod_deflate? that can show these symptoms. (For upstreams, check the Via: header for mention of Apache and contact the admin of that site.)
Otherwise contact facebook, they may have a server problem or their site has been hijacked between you and them.
Amos -- Please be using Current Stable Squid 2.7.STABLE7 or 3.0.STABLE19 Current Beta Squid 3.1.0.14
kalo menurutku, ini mungkin server mirror facebook di indonesia ada yang salah. Kalo gak gitu, ya di sisi speedy yang melakukan transparent proxy, tapi settingnya ada yang kliru :P. Any comment?Labels: error, linux, proxy, squid |
| posted by yusuf81 @ 18:40 |
|
|
|
| Saturday, September 26, 2009 |
| Forcing dhcp setting on the network using openbsd |
You can force workstation to using dhcp configuration at their network setting by using standard dhcpd and pf. First you can set dhcpd.conf like normally. Then edit /etc/rc.conf.local at
dhcpd_flags="" with
dhcpd_flags="-L leased_ips -A abandoned_ips" the at pf.conf you can block or/and pass the table like ordinary ip table. further info please see dhcpd manualLabels: network, openbsd, operating system |
| posted by yusuf81 @ 17:59 |
|
|
|
|
|