Skip to content

Instantly share code, notes, and snippets.

@duguying
Created April 27, 2017 10:00
Show Gist options
  • Save duguying/dcfcddb0f44f8c2f3f42b4d270003330 to your computer and use it in GitHub Desktop.
Save duguying/dcfcddb0f44f8c2f3f42b4d270003330 to your computer and use it in GitHub Desktop.
wiresharke本地抓包前需要绑定网卡
route add 192.168.2.37 mask 255.255.255.255 192.168.1.1 metric 1
route delete 192.168.2.37 mask 255.255.255.255 192.168.1.1 metric 1
# 192.168.1.1 为网关IP
# 192.168.2.37 为网卡IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment