sh 在macOS上共享USB军械库网络

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在macOS上共享USB军械库网络相关的知识,希望对你有一定的参考价值。

# enable IP forwarding
sudo sysctl -w net.inet.ip.forwarding=1

# enable PF firewall
sudo pfctl -e

# Option 1: add NAT rule after en4 is up (USB armory already plugged and started)
echo "nat on en0 from en4:network to any -> (en0)" | sudo pfctl -f -

# Option 2: add NAT rule before USB armory is plugged, requires specifying its network
echo "nat on en0 from 10.0.0.0/8 to any -> (en0)" | sudo pfctl -f -

以上是关于sh 在macOS上共享USB军械库网络的主要内容,如果未能解决你的问题,请参考以下文章

如何将手机USB网络共享转到路由器上

在android上检测USB网络共享

手机怎么用usb共享网络给电脑

手机usb共享网络 电脑提示无internet?

黑苹果big sur版本安装安卓USB共享网络(100%成功)

MacOS下无屏幕通过共享WiFi的方式为树莓派4B安装64-bit系统