Vincent's Webspace

Vincent's Webspace

主選單

跳到主內容
  • Home
  • My Facebook
  • Searches 搜尋器

瀏覽文章

← 上一篇 下一篇 →

VPN

Posted on 2016 年 02 月 29 日 由 Vincent Tam

Windows

  • Wan miniport repair tool – solve VPN and dial-up error code 720 and similar PPP/PPTP errors

L2TP

  • serverfault: discussion on Windows blocked L2TP server behind NAT firewall by default
  • Steven Eppler’s Blog: PPTP and L2TP Ports for Firewall

SSH tunnel

  • script to background reconnect ssh tunnel
     
    #!/bin/bash
     while true; do
        echo "try to connect..."
        ssh -o ServerAliveInterval=240 -p 22 -L 2225:localhost:22 user@host -N
        echo "restarting in 5 seconds.."
        sleep 5
     done
    
  • autossh – automatic reconnect ssh sessions
  • ssh login without password – auto
  • ssh login without password – manual create
本篇發表於 Firewall / VPN 由 Vincent Tam。固定網址書籤。

發表迴響 (評論) 取消回覆

本站以 WordPress 建置