On Friday, 2013-05-31 at 06:56:57 +0100, James Allsopp wrote: > Just following the instructions here. > http://wiki.openwrt.org/doc/howto/vpn.openvpn
> I think I do want a layer 2 bridge, as it's not likely to carry to much > data, and if there's a protocol I do need, I'd like it to be available. Rereading your initial mail, I think the hint is in these lines: May 30 18:14:23 Magic daemon.warn openvpn(lan)[1547]: Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) May 30 18:14:23 Magic daemon.notice openvpn(lan)[1547]: Note: Attempting fallback to kernel 2.2 TUN/TAP interface May 30 18:14:23 Magic daemon.err openvpn(lan)[1547]: Cannot open TUN/TAP dev /dev/tap0: No such file or directory (errno=2) You don't seem to have /dev/net/tun (which, according to what I found by googling, is used to create /dev/tap<n>). Have you installed kmod-tun at all? HTH, Lupe Christoph -- | It is a well-known fact in any organisation that, if you want a job | | done, you should give it to someone who is already very busy. | | Terry Pratchett, "Unseen Academicals" | _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
