dhcp-option=6,168.95.1.1,168.95.192.1
Friday, March 30, 2007
自定 FON AP 發出來的 DNS Server 欄位
FON AP 在發 DHCP 出來的時候, 預設會把 DNS 指向 AP 自己, 更改 FON AP 上面 /etc /dnsmasq.conf 這個檔案內容就可以改變 FON AP 的 DHCP 指派出來的 DNS Server 位置, 例如下面的設定就是把 DNS 指到 HINET 的兩個 Server 去,
Sunday, March 25, 2007
Fight SPAM by using RBL in Postfix 2.x
Postfix 2.x 使用 DNS RBL 的設定範例, 在 /usr /local /etc /postfix /main.cf 修改,
記得要先讓通過身分認證的機器 (permit_sasl_authenticated) 還有自己內網的機器 (permit_mynetworks) 通過, 再去檢查 DNS RBL 的部分, 避免砍劈到自己人 :p
另外, reject_maps_rbl 跟 maps_rbl_domains 兩個指令未來可能不再支援, 所以要用 reject_rbl_client.
smtpd_client_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_rbl_client rbl-plus.mail-abuse.org,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client bl.spamcop.net,
permit
記得要先讓通過身分認證的機器 (permit_sasl_authenticated) 還有自己內網的機器 (permit_mynetworks) 通過, 再去檢查 DNS RBL 的部分, 避免砍劈到自己人 :p
另外, reject_maps_rbl 跟 maps_rbl_domains 兩個指令未來可能不再支援, 所以要用 reject_rbl_client.
FreeBSD 6.x clock problem in VMware
fix slow clock problem for FreeBSD 6.x in VMware by adding following line to "/boot/loader.conf" and then reboot FreeBSD.
Sync the clock by using "/usr/sbin/ntpdate" or modify following line in the VMX file on host OS,
Update:
Thanks to jiashiun's comment.
vmtools should be installed to activate time-sync between host and client OS, after 'tools.syncTime="TRUE"' been inserted into VMX file.
there is some problem for FreeBSD to detect the clock frequency via APIC (I think), no matter there is vmtools or not. That's why we have to insert hints in "loader.conf".
hint.apic.0.disabled=1
Sync the clock by using "/usr/sbin/ntpdate" or modify following line in the VMX file on host OS,
tools.syncTime="TRUE"
Update:
Thanks to jiashiun's comment.
vmtools should be installed to activate time-sync between host and client OS, after 'tools.syncTime="TRUE"' been inserted into VMX file.
there is some problem for FreeBSD to detect the clock frequency via APIC (I think), no matter there is vmtools or not. That's why we have to insert hints in "loader.conf".
Friday, March 16, 2007
CISCO 的置入性行銷
剛剛看到 CNET 這篇:『分析:思科砸32億美元押寶網路視訊會議』突然想到幾天前我在努力追趕影集 FOX 的 24 進度的時候看到一集 (S4E21, 3:00AM - 4:00AM) 裡, 畫面帶出 Cisco Security Response System 螢幕畫面特寫, 然後 Chloe O'Brian 去找 Bill Buchanan 討論到後來說:『...the Cisco system is self-defended... blah blah...』 畫面上有個簡單的網路圖, 大概就是十來個 node 的圖, 很簡單的那種.
我可愛的老婆竟然比我先笑出來, 轉頭說:『這個是最新廣告嗎?』 XD 那一集 Cisco 的 Logo/Icon 之類的東西超大, 感覺像買下整集打廣告 $_$ 其實好像 CTU 裡面的桌面電話都是 Cisco 的 IP Phone, 行動電話好像都是 Motorola 的 :p
我可愛的老婆竟然比我先笑出來, 轉頭說:『這個是最新廣告嗎?』 XD 那一集 Cisco 的 Logo/Icon 之類的東西超大, 感覺像買下整集打廣告 $_$ 其實好像 CTU 裡面的桌面電話都是 Cisco 的 IP Phone, 行動電話好像都是 Motorola 的 :p
Wednesday, March 14, 2007
Tuesday, March 13, 2007
有朋友想去美國流浪
昨天聽到某個朋友說想要去美國流浪兩個月(還是三個月? 我忘了 :p) 問我一堆辦美簽的問題. 流浪本身還好啊, 比如說小明大人就經常去日本流浪, 把錢花完了再回來努力工作賺錢, 賺了錢又去日本流浪... 我比較驚訝的是, 這位浪人朋友的幾件事情,
1. 浪人沒去過美國
2. 浪人要租車從西岸開到東岸
3. 浪人剛拿到台灣的駕照 (實戰經驗值 == 0)
4. 浪人打算一路走到哪裡就住 Motel 到哪裡 (沒有預定旅館)
所以, 我把 MSN 的 nickname 改成 "Godspeed, Picaro!"
1. 浪人沒去過美國
2. 浪人要租車從西岸開到東岸
3. 浪人剛拿到台灣的駕照 (實戰經驗值 == 0)
4. 浪人打算一路走到哪裡就住 Motel 到哪裡 (沒有預定旅館)
所以, 我把 MSN 的 nickname 改成 "Godspeed, Picaro!"
Subscribe to:
Posts (Atom)