X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/19a171f1601ef89d9b38bd7628b14d64962ab9e1..4a3c53d3908e7614919241d46ff733018e7799b9:/README.mac diff --git a/README.mac b/README.mac index 899f4d1..d6d60a8 100644 --- a/README.mac +++ b/README.mac @@ -25,7 +25,15 @@ To stop secnet: sudo launchctl stop uk.org.greenend.secnet To uninstall: - sudo launchctl unload uk.org.greenend.secnet + sudo launchctl unload /Library/LaunchDaemons/uk.org.greenend.secnet.plist sudo rm -f /Library/LaunchDaemons/uk.org.greenend.secnet.plist +If you need to enable IP forwarding: + sudo sysctl -w net.inet.ip.forwarding=1 + +(Note that on a Mac, you need to enable IP forwarding if you want to +route to addresses on one interface via another; i.e. if you expect to +be able to reach an address on en0 with a packet delivered through +tun0, IP forwarding must be turned on.) + Richard Kettlewell 2011-06-18