Fabio Napoleoni ha scritto:
[...]
# The primary network interface
auto eth0
iface eth0 inet static
address xxx.xxx.254.75
netmask 255.255.255.192
gateway xxx.xxx.254.65
#auto br0
iface br0 inet static
address xxx.xxx.254.114
netmask 255.255.255.192
pre-up openvpn --mktun --dev tap0
pre-up ifconfig eth0:0 0.0.0.0 promisc up
pre-up ifconfig tap0 0.0.0.0 promisc up
post-down openvpn --rmtun --dev tap0
bridge_ports eth0:0 tap0
[...]
Potrei sbagliarmi ma: sei sicuro che si possa fare un bridge con una
interfaccia virtuale (intendo la eth0:0)?
--
Per REVOCARE l'iscrizione alla lista, inviare un email a
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]