Hello,
I have a vm on a node that doesn't have access to the Internet (on the vm, there is Windows Server running with Active Directory). I would like to have Internet access on that vm.
Here is my etc/network/interfaces file
Thanks
I have a vm on a node that doesn't have access to the Internet (on the vm, there is Windows Server running with Active Directory). I would like to have Internet access on that vm.
Here is my etc/network/interfaces file
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.247
netmask 255.255.255.0
gateway 192.168.10.254
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
Thanks