Can I pass 802.1q (VLAN tagged) through a VPN Tinc in HUB/Switch mode?.
Guus Sliepen
guus at tinc-vpn.org
Thu Feb 11 11:00:02 CET 2010
On Thu, Feb 11, 2010 at 10:55:33AM +0100, Ramses II wrote:
> Both Tinc Server starts and both connects but it tell me the next error when
> I try to execute the tinc-up script:
>
> root at VPN-01:/etc/tinc# ./tinc-up
> ifconfig: SIOCSIFADDR: No such device
> interface vpn does not exist!
> ifconfig: SIOCGIFFLAGS: No such device
> root at VPN-01:/etc/tinc#
>
> The tinc-up script contain this:
>
> #!/bin/sh
>
> ifconfig vpn 0.0.0.0
> brctl addif br-lan vpn
> ifconfig vpn up
Your virtual network interface may have another name than "vpn". Replace vpn
with $INTERFACE in the scripts, so that it will automatically use the right
name. I'll update the example.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20100211/6b350299/attachment.pgp>
More information about the tinc
mailing list