August 29, 2006

[FreeBSD] Enable active mode FTP behind NAT

在 /etc/ipnat.conf 最前面加一行
map rl0 192.168.0.0/24 -> 0/32 proxy port 21 ftp/tcp
(rl0:網卡, 192.168.0.0/24: LAN 網段)
相當於 Linux 的 ip_nat_ftp + ip_conntrack_ftp module
ref. FreeBSD Handbook: 26.5.21 FTP and NAT

Posted by pank at 12:25 AM | Comments (0)

August 19, 2006

[Linux] Bonding

使用 BONDING 網路功能 by 小洲
Bonding 就是 Port Trunking.
兩張卡 Bonding 簡大致上的做法:
# modprobe bonding
# ifconfig bond0 192.168.1.1 netmask 255.255.255.0
# ifconfig eth0 down
# ifconfig eth1 down
# ifenslave bond0 eth0 eth1
# route add default gw 192.168.1.254 dev bond0
註: 使用 Bonding 必需使用 Switch, 不能用 Hub.

Posted by pank at 02:29 AM | Comments (0)

August 18, 2006

RAR 3.60

RAR 3.60 Beta 了好久, 終於出正式版了.
WinRAR 3.60
RAR 3.60 for Linux 需要 libstdc++6, 舊版的 Linux 可能無法使用, 只有 libstdc++5 的話, 就繼續用 RAR 3.51 吧!
有一篇 WinRAR 與 7-Zip 的比較文章, 可參考看看, 該篇文章的結論是 WinRAR 較優.

Posted by pank at 02:31 AM | Comments (0)

August 17, 2006

svchost.exe - 應用程式錯誤 應用程式發生例外 不明的軟體例外錯誤 (0xc0000409)於位置 0x69a0a3c0


最近可能會有很多人會遇到這個問題
原因: 微軟作業系統漏洞, 網路上已出現針對此漏洞作攻擊的 Worm
常見特徵:

  • 不能上網, 重新開機後正常, 但是過一段時間後又斷線, 狀況不斷持續
  • 工具列或啟動列異常, 按壓無反應, 工作管理員(Ctrl+Alt+Delete)失效
  • 出現上述 svchost.exe - 應用程式錯誤, 記憶體佔有率100%
  • 我的最愛或其他檔案消失
    解決方法:
    安裝 微軟 2006 年 8 月發佈的安全性更新2006 年 8 月發佈的安全性更新 ISO 映像檔
    ref.
    PCZONE 討論區 - 【教學】懶人包 for 這幾天會自動斷線和svchost.exe錯誤
    請盡速安裝8/9微軟重大更新
    2006-10-11 Update: 官方說明: 為何我的電腦網路連線五到十分鐘就會斷線,重新開機後又只能連線五到十分鐘左右

    Posted by pank at 02:48 AM | Comments (1)
  • August 11, 2006

    [Linux] TCP: Treason uncloaked!

    TCP: Treason uncloaked! Peer 211.152.194.81:1578/80 shrinks window 199440171:199443091. Repaired.
    TCP: Treason uncloaked! Peer 211.152.194.81:1578/80 shrinks window 199475211:199476671. Repaired.
    TCP: Treason uncloaked! Peer 211.152.194.81:1578/80 shrinks window 199481051:199482511. Repaired.
    TCP: Treason uncloaked! Peer 211.152.194.81:1578/80 shrinks window 199491271:199494191. Repaired.
    這個訊息是 client 在建立連線後, 沒有和 server 作 negotiate 就嘗試 resize TCP window size,
    很可能是 DoS 攻擊.
    ref.
    DOS attack?? [Archive] - ServerBeach Forums
    What's Mean "TCP: Treason uncloaked! Peer..shrinks window..Repaired."
    Treason uncloaked

    Posted by pank at 01:47 PM | Comments (0)

    August 09, 2006

    Windows Live Messenger 8.0.0812

    Windows Live Messenger 8.0.0812 繁體中文版 | 英文版
    此版本多包一個 Windows Live Toolbar (WLToolbar.msi)
    MSNPP Build 8.0.0792 可用在此版.
    2006-08-10 Update: Pure WLM 8.0.0812 繁體中文版 | 英文版

    Posted by pank at 08:52 AM | Comments (1)