fofapro / fapro

Fake Protocol Server
1.52k stars 179 forks source link

关于虚拟网络 #20

Closed Lanzhiwei closed 2 years ago

Lanzhiwei commented 2 years ago

虚拟网络生成的子网如何能被其他机器访问?

LubyRuffy commented 2 years ago

比如A机器启用了虚拟网络172.16.0.0,A机器和B机器通过C路由器进行连接。

那么有两种做法:

在A服务器上配置包转发:

sudo sysctl net.ipv4.ip_forward=1

简单示例如图:

image