Oct 30 08:05:05 stealth com.apple.launchd.peruser.503[632] (ca.apenwarr.Sshuttle.131328[4198]): Exited with code: 1
Any one have an idea? TIA
tim
Permanently change unicast ARP setting to 0 by running this command in terminal in OSX:
sudo su touch /etc/sysctl.conf echo net.link.ether.inet.arp_unicast_lim=0 >> /etc/sysctl.conf chown root:wheel /etc/sysctl.conf chmod 0644 /etc/sysctl.conf
sudo sysctl -a | grep net.link.ether.inet.arp_unicast_lim
OSX should then respond with the following, and a ZERO at the end. If it is a 5, then you did it wrong.
net.link.ether.inet.arp_unicast_lim: 0
Worked for me too, thanks!!