1 Star 0 Fork 0

gao510551995/Lockdoor-Framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cheatsheet_Networking.txt 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sofiane Hamlaoui 提交于 2020-02-18 15:27 . mixed files
Useful Networking Cheatsheet
----------------------------
[+] Setting up an Ethernet bridge in Ubuntu/Kali Linux
# Install bridge-utils
sudo apt-get install bridge-utils
# Disable network-manager + firewall
# Configuration
ifconfig
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
dhclient br0
sudo tcpdump -i br0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lovezy/Lockdoor-Framework.git
git@gitee.com:lovezy/Lockdoor-Framework.git
lovezy
Lockdoor-Framework
Lockdoor-Framework
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385