
我將走那幾個port的建立清單後用Raw封鎖 然後他就走http了= =+
宅就是顧家 wrote:
teamviwer好像不只走那幾個port
我將走那幾個port的建立清單後用Raw封鎖 然後他就走http了= =+
儘管有許多穿越NAT的技術,但沒有一項是完美的,這是因為NAT的行為是非標準化的。這些技術中的大多數都要求有一個公共服務器,而且這個服務器使用的是一個眾所周知的、從全球任何地方都能訪問得到的IP位址。一些方法僅在建立連接時需要使用這個服務器,而其它的方法則通過這個服務器中繼所有的數據——這就引入了帶寬開銷的問題。
宅就是顧家 wrote:
封IP的話工程浩大,...(恕刪)
TeamViewer's Ports
TCP/UDP Port 5938
TCP Port 443
TCP Port 80
Destination IP addresses
The TeamViewer software makes connections to our master servers located around the world. These servers use a number of different IP address ranges, which are also frequently changing. As such, we are unable to provide a list of our server IPs. However, all of our IP addresses have PTR records that resolve to *.teamviewer.com. You can use this to restrict the destination IP addresses that you allow through your firewall or proxy server.
宅就是顧家 wrote:
routeros ...(恕刪)
| script這樣寫: :for i from=10000 to=50703 do={ :do { /ip firewall address-list add list=Teamviwer address=[:resolve "server.$i.teamviewer.com"] } on-error={} } |
| 但我傾向這樣: :for i from=10000 to=50703 do={ /ip firewall address-list add list=Teamviwer address="server.$i.teamviewer.com" } 因為host對應的ip有可能是浮動的,所以直接用host取代ip 讓ros自己去更新浮動的host地址^^ |