tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bridging a tun(4) VPN
In article <1mkda5f.1jht249pl3iv4M%manu%netbsd.org@localhost>,
Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:
>Hello
>
>I would like to bridge an OpenVPN tunnel (tun(4) based) with a vlan.
>
>But brconfig does not seem to like tun interfaces:
>brconfig bridge4 add tun4
>brconfig: add tun4: Invalid argument
>
>Is there any hope to get this working?
From bridge_ioctl_add:
1. the mtu's must match
2. if_input needs to be ether_input
3. It needs to be able to be SIMPLEX
4. It needs to be able to be set in promiscuous mode
which ones fail?
christos
Home |
Main Index |
Thread Index |
Old Index