Displaying 2 results from an estimated 2 matches for "vmbr2".
Did you mean:
vmbr0
2018 Aug 18
2
Bridging local physical interface to tinc
...erface bridge)
auto vmbr0
iface vmbr0 inet static
address 88.198.xx.xxx
netmask 255.255.255.224
gateway 88.198.xx.xxx
bridge_ports enp2s0
bridge_stp off
bridge_fd 0
# Bridge for VM private network
# (on vm stratup will add VM tap device here and on tinc-up will add tinc tap device here)
auto vmbr2
iface vmbr2 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
Server 2 /etc/tinc/netname/tinc.conf
-----------------------------------------------------
root at pve:~# cat /etc/tinc/netname/tinc.conf
Name = hetznerpve
AddressFamily = ipv4
Mode = switch
ConnectTo = debianserver
Compressio...
2020 May 13
2
Multi-homed Samba 4 file server on Samba 4 AD domain - cross network authentication
...ent trying to access files from above
server. (same machine as 192.168.42.111)
I should mention that 3 Bridges are also defined manually on the Proxmox
server:
. vmbr0: This unifies the Gigabit Ethernet ports (normal network)
. vmbr1: This unifies the 10 Gigabit Ethernet ports (fast network)
. vmbr2: This is a private host-only subnet for the VMs on the box -
ignore
Below, here are my logs and configuration files. It's all very long, so
I'll close here.
I would very much appreciate some advice on whether it is possible to
authenticate against a Domain Controller on a different netwo...