pctine wrote:
其實你自己把 RB4...(恕刪)
我剛剛有下樓把它拆開,確定散熱片沒有異狀
用手去摸散熱片也沒有感覺到70度的FU...
所以我先拔掉電源,然後讓他冷一下再插回去
然後從55度慢慢上升中,目前66度..
不知道這是正常的還是|||,已經入手一個多禮拜,沒熱當過
不過前幾天翻功能看到這溫度有點汗顏
Gemma wrote:請問您雙線負載平衡處理的如何?
我昨天已經在 GoD...(恕刪)
要不要依這篇內文試試 http://www.minitw.com/archives/409
我有兩個 wan,wan1 與 wan2 都是固定 IP 而且相同的 gateway
在設定好 PPTP VPN 後,接下來設定好 L2TP over IPSec
使用 PPTP VPN 時可以連上 wan1 或 wan2,雖然對外顯示的 IP 都是 wan1 IP
但是使用 L2TP/IPSec 卻只能連上 wan1,無法連上 wan2
從 IPSec Remote Peer 的界面上可以看到有 connection 連線進來,但是就是無法連通
不知道這又要怎麼解呢?
/ip ipsec proposal
set [ find default=yes ] auth-algorithms=md5,sha1 disabled=no enc-algorithms=des,3des,aes-128,aes-192,aes-256 lifetime=30m name=default pfs-group=modp1024
/ip ipsec peer
add address=0.0.0.0/0 auth-method=pre-shared-key comment="L2TP over IPSec" dh-group=modp1024 disabled=no dpd-interval=2m dpd-maximum-failures=5 \
enc-algorithm=3des exchange-mode=main-l2tp generate-policy=yes hash-algorithm=md5 lifetime=1d my-id-user-fqdn="" nat-traversal=yes port=500 \
secret=vpnsecret send-initial-contact=yes
/ip firewall filter
add action=accept chain=input disabled=no dst-port=500 in-interface=wan1 protocol=udp
add action=accept chain=input disabled=no dst-port=4500 in-interface=wan1 protocol=udp
add action=accept chain=input disabled=no dst-port=1701 in-interface=wan1 protocol=udp
add action=accept chain=input disabled=no in-interface=wan1 protocol=ipsec-ah
add action=accept chain=input disabled=no in-interface=wan1 protocol=ipsec-esp
add action=accept chain=input disabled=no dst-port=500 in-interface=wan2 protocol=udp
add action=accept chain=input disabled=no dst-port=4500 in-interface=wan2 protocol=udp
add action=accept chain=input disabled=no dst-port=1701 in-interface=wan2 protocol=udp
add action=accept chain=input disabled=no in-interface=wan2 protocol=ipsec-ah
add action=accept chain=input disabled=no in-interface=wan2 protocol=ipsec-esp
/ip firewall mangle
add action=mark-connection chain=input disabled=no in-interface=wan1 new-connection-mark=from_wan1 passthrough=yes
add action=mark-routing chain=output connection-mark=from_wan1 disabled=no new-routing-mark=to_wan1 passthrough=no
add action=mark-connection chain=input disabled=no in-interface=wan2 new-connection-mark=from_wan2 passthrough=yes
add action=mark-routing chain=output connection-mark=from_wan2 disabled=no new-routing-mark=to_wan2 passthrough=no
add action=mark-connection chain=prerouting connection-state=new disabled=no in-interface=master-local new-connection-mark=nth_1 nth=2,1 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=nth_1 disabled=no in-interface=master-local new-routing-mark=to_wan1 passthrough=no
add action=mark-connection chain=prerouting connection-state=new disabled=no in-interface=master-local new-connection-mark=nth_2 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=nth_2 disabled=no in-interface=master-local new-routing-mark=to_wan2 passthrough=no
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=wan1 routing-mark=to_wan1
add action=masquerade chain=srcnat disabled=no out-interface=wan2 routing-mark=to_wan2
add action=masquerade chain=srcnat disabled=no
add action=masquerade chain=srcnat disabled=no src-address=192.168.88.0/24
add action=masquerade chain=srcnat disabled=no out-interface=!master-local
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=<gateway_ip> scope=10 target-scope=10
而且,如果是因為這個問題造成 L2TP 連不上,那為什麼 PPTP 就可以呢?我是想不明白中間的道理
pctine wrote:
其實你所提所有 2w...(恕刪)
內文搜尋

X