On 12/09/16 23:23, Neal P. Murphy wrote:
You might find something in here useful.
On 12/09/16 21:43, Charlie Kravetz wrote:
Change the bridge_ports to:
bridge_ports eth1 tap0
then add the tap lines:
auto tap0
iface tap0 inet static
address 192.168.??.?
netmask 255.255.255.0
tunctl_user vboxusers
On 12/09/16 21:33, Nemeth Gyorgy wrote:
An example: http://www.shakthimaan.com/installs/debian-tun-tap-setup.html
Thanks all, very useful