Enabling routing and NAT on macOS
Steps: Enable routing and NAT on macOS Open the Terminal application and enter this command: sysctl -w net.inet.ip.forwarding=1 Steps: Enable NAT on macOS Create a file titled “pf-nat.conf” and add this rule: nat on enX from 100.96.0.0/11 to a...
Feb 5, 20241 min read24
