I am running Bookworm on my main platform. After quite a bit of googling and many errors and much head scratching I have managed to follow the instructions in:
https://www.cyberciti.biz/faq/how-to-add-network-bridge-with-nmcli-networkmanager-on-linux/
.
I have currently implicated this on a Windows 10 client. However, there
still remains a problem. After the first restart of the Windows client the internet was accessible. However, a problem arose after I successfully installed br0 (copy attached). I was able to use the LAN printer and the 40" TV , but could not access the Host.
I'm sure that I have missed something, but I don't know what.
Guidance to a solution to the problem would be appreciated.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# Specify that the physical interface that should be connected to the bridge # should be configured manually, to avoid conflicts with NetworkManager
iface enp2s0 inet manual
#Primary network interface with bridge
auto br0
iface br0 inet static
address 162.237.98.238
broadcast 162.237.98.255
netmask 255.255.255.0
gateway 162.237.98.1
bridge_ports enp2s0
bridge_stp off
bridge_waitport 0
bridge fd 0
...
I have managed to follow the
instructions in:
https://www.cyberciti.biz/faq/how-to-add-network-bridge-with-nmcli-networkmanager-on-linux/
...
I was able to use the LAN
printer and the 40" TV , but could not access the Host.
That might suggest NAT is still operative for the VM.
Start VM, check DHCP address assigned
Edit the VM NIC settings and choose your routed network connection from the "Network Source" dropdown. Apply changes.
Start VM, check DHCP address assigned
On Tue 07/05/2024 at 01:51, Gareth Evans wrote:
I did miss a step.
Start VM, check DHCP address assigned
should be
Edit the VM NIC settings and choose your routed network connection from the "Network Source" dropdown. Apply changes.
Start VM, check DHCP address assigned
I actually deleted other vibrX devices and networks before starting, but I don't think that matters.
G
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 00:26:46 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,567 |