返回列表 發帖

[VPN] WHY WHY 係大陸睇唔到youtube及TVB

本帖最後由 167pk 於 2016-3-10 12:56 編輯

已連接住在港的VPN server

1) 用script每7日自動(獲取/更新)所有中國IP
2) Mangle已指定為非中國IP行HK VPN條線








其它野冇事, e.g.所有報紙...etc
WHY WHY 係大陸睇唔到youtube及TVB
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

回復 2# 雯雯


兩邊都是用ROS
WHY我唔得架
how to set up eoip

TOP

回復 2# 雯雯

請問是否用電信, 及用那1組dns

TOP

回復 6# 雯雯


   原來是dns被gfw污染

TOP

已破gfw拿咋招dns污染

但國內視頻cdn也1並解讀出外國ip

TOP

本帖最後由 167pk 於 2016-3-14 00:06 編輯

回復 9# yiucsw

強制DNS 8.8.8.8,208.67.222.222 經VPN
  1. /ip dns
  2. set allow-remote-requests=yes servers=8.8.8.8,208.67.222.222

  3. /ip firewall nat
  4. add action=redirect chain=dstnat comment="Redirect DNS requests to \
  5.     RouterOS DNS cache" dst-port=53 in-interface=!pppoe-out1 protocol=udp\
  6.     to-ports=53

  7. /ip firewall mangle
  8. add action=mark-routing chain=output comment="Force DNS through VPN" \
  9.     dst-port=53 new-routing-mark=through_vpn_hk passthrough=no protocol=udp
複製代碼

TOP

回復 17# gfx86674

原本是行雙DNS (國內/海外)自動切換, 去國內網用國內DNS, 去海外網用海外DNS, mangle另要用layer7來幫助

以上是簡化了的, 沒行layer7

TOP

返回列表