L2L 兩邊要設定不同子網 通常是廣播封包過不去 VPN, 這是正常的 若直接用 IP 可以, 就先這樣用
2130 裡面有 udp-bcrelay (udp-broadcast-relay)
看起來只有讓windows 網芳的廣播通過 若要讓特定的 Game 通過, 可能要自行設定
root@Vigor2130:/# udp udp-bcrelay udp-broadcast-relay udpsm root@Vigor2130:/# udp-broadcast-relay --help usage: udp-broadcast-relay [-d] [-f] id udp-port dev1 dev2 ... This program listens for broadcast packets on the specified udp-port and then forwards them to each other given interface. Packets are sent such that they appear to have come from the original broadcaster. When using multiple instances for the same port on the same network, they must have the a different id. -d enables Debugging, -f forces forking to background
同網段 VPN 可能因為兩地同時存在 DHCP SERVER 造成問題: A 處 的電腦可能拿到 B 處 DHCP SERVER 發放的 IP. B 處 的電腦可能拿到 A 處 DHCP SERVER 發放的 IP. 又因Gateway通常是跟著 DHCP Server 跑的, 所以,取得另一邊的Gateway,會造成原來這邊下載較大的頻寬, 被另一邊上傳的較小頻寬所取代(Redirect Internet traffic).