Alexander Hall wrote: > Lars NoodC)n wrote: >> $ ls -l /dev/tun? >> crw------- 1 root wheel 40, 0 Apr 11 14:50 /dev/tun0 >> crw-rw---- 1 root dialer 40, 1 Apr 11 20:23 /dev/tun1 > > I've been wondering about this too. Although I have not tested this yet...
It works to eliminate the need for logging in as root on the remote host. However local root is still needed, but sudo can manage that. The only mischief I could think of trying would be to rename the device, but that is prevented: $ mv /dev/tun1 /dev/tun6 mv: rename /dev/tun1 to /dev/tun6: Permission denied Regards, -Lars