1 Star 0 Fork 1

linnetfire/lanproxy_111

forked from hanbo/lanproxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
https://www.freesion.com/article/1543993728/

modprobe tun

/etc/yum.repos.d/nux-misc.repo

[nux-misc]
name=Nux Misc
baseurl=http://li.nux.ro/download/nux/misc/el7/x86_64/
enabled=0
gpgcheck=1
gpgkey=http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro


yum --enablerepo=nux-misc install tunctl

ip tuntap del dev tap0 mod tap # 删除 tap 

ip tuntap add dev 709test mod tap  or
tunctl -t 709test -u root
ifconfig 709test 100.1.4.138  netmask 255.255.255.0 promisc


mount -t cifs //10.1.4.165/meet_code /root/_sunning_dir/mount2 -o username=Administrator,password=sunning521,vers=2.0

ip tuntap add dev test_if mod tap
ifconfig 709test 100.1.4.138  netmask 255.255.255.0 promisc

空文件

简介

二层协议转发代理。 使用虚拟网卡对捕获的网络数据进行跨进程,跨主机转发 设计技术: veth(虚拟以太网设备),tun/ap(网络隧道接口) 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/linnetfire/lanproxy_111.git
git@gitee.com:linnetfire/lanproxy_111.git
linnetfire
lanproxy_111
lanproxy_111
master

搜索帮助