Bonjour je suis ce tuto : http://www.debian-fr.org/install-openvpn-en-mode-bridge-t4376.html
J’arrive à me connecter au VPN en locale mais depuis internet je rencontres quelques problèmes :
Je pense que c’est au niveau des interfaces car je n’arrives pas à ping google.fr
Voici mon /etc/network/interfaces:
[code]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo br0
iface lo inet loopback
allow-hotplug eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
iface br0 inet static
address 192.168.1.3
netmask 255.255.255.0
broadcast 192.168.1.255
bridge-ports eth0
post-up /etc/openvpn/scripts/ovup && /etc/init.d/openvpn start
pre-down /etc/init.d/openvpn stop
post-down /etc/openvpn/scripts/ovdown[/code]
Quand je démarre ça me marque:
[quote]Waiting for br0 to get ready(Maximum 32 sec)
Mon Jun 6 16:31:58 2011 Note: Cannot ioctl TUNSETIFF tap0: Device or resource busy (errno=16)
Mon Jun 6 16:31:58 2011 Note: Attempting fallback to kernel 2.2 TUN/TAP interface
Mon Jun 6 16:31:58 2011 Cannot open TUN/TAP dev /dev/tap0: No such file or directory (errno=2)
Mon Jun 6 16:31:58 2011 Exiting
Starting virtual private network daemon: server server2 failed!
Failed to bring up br0.
[/quote]