[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Openvpn Ethernet Bridging alla Debian Way



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)?



Reply to: