由 ryan 在 四, 05/10/2012 - 13:45 發表
由 ryan 在 週六, 05/05/2012 - 23:00 發表
由 ryan 在 四, 05/03/2012 - 18:02 發表
由 ryan 在 四, 05/03/2012 - 17:21 發表
想玩 IPv6 在 DD-WRT 裡面可以做到什麼程度
所以找了一下資料, 後面這個方式是我測試可以使用的情況
所以記錄下來方便以後參考
進入 DD-WRT 的管理介面,裡面打開 ipv6 與 radvd 支援
由 ryan 在 三, 05/02/2012 - 16:06 發表
Server:
203.74.21.89 Hinet免驗證模式
203.74.21.88 Hinet驗證模式(HN帳號)
anon-taipei.freenet6.net
IPv6 DNS
2001:b000:168::1 hntp1.hinet.net
2001:b000:168::2 dns.hinet.net
2001:4860:4860::8888 google-public-dns-a.google.com
2001:4860:4860::8844 google-public-dns-b.google.com
2001:c08:0:1::1:6 ns2.ascc.net
tb2.ipv6.ascc.net has address 202.169.175.27
tb2.ipv6.ascc.net has IPv6 address 2001:c08:7f:2::175:27
由 ryan 在 週曰, 04/22/2012 - 12:59 發表
在房屋的周圍種植一些忌避植物可以有效防蚊
忌避植物有:
薄荷、萬壽菊、芳香萬壽菊、香茅草、迷迭香、檸檬桉
由 ryan 在 週六, 03/17/2012 - 17:05 發表
Windows 7 以上的版本支援使用 VHD 虛擬硬碟開機
假如已經有 VHD 檔了,然後要掛入開機選單裡
先執行
bcdedit /copy {current} /d "Windows 7 in VHD"
然後會出現一組 GUID, 記下來
然後執行
bcdedit /set {xxx_guid} device vhd=[c:]\win7.vhd
bcdedit /set {xxx_guid} osdevice vhd=[c:]\win7.vhd
bcdedit /set {xxx_guid} detecthal on
然後重新開機,就可以看到一個新的 Windows 7 in VHD 的開機選項了
另外如果要做差異性 VHD 功能的話,則輸入以下的指令
create vdisk file=c:\win7_diff.vhd parent=c:\win7.vhd
由 ryan 在 週五, 03/02/2012 - 11:47 發表
如果你在外面想要存取公司內部的 Samba 伺服器
這時候需要打開四個 Port 就可以連線了
UDP 137
UDP 138
TCP 139
TCP 445
下達的指令是
iptables -A INPUT -p udp --dport 137 -j ACCEPT
iptables -A INPUT -p udp --dport 138 -j ACCEPT
iptables -A INPUT -p tcp --dport 139 -j ACCEPT
iptables -A INPUT -p tcp --dport 445 -j ACCEPT
由 ryan 在 週六, 02/25/2012 - 12:47 發表
執行以下的指令
nvram set ip_conntrack_max=65535
nvram commit
reboot
由 ryan 在 二, 12/13/2011 - 14:08 發表
頁面