How to connect a vm router to br0 to NIC0?
Budget: $30 – $250 AUD
Goal: https://i.imgur.com/5bURvD5.png
I am looking for a skilled freelancer who can help me connect my vm router to br0 to NIC0 as soon as possible. I am using Virtual Machine Manager 4.0.0 and have some experience with configuring network settings in a virtual environment. However, I need someone to guide me through the process. Ideal candidates for this job should have experience with virtualization software, networking, and must have completed similar projects in the past. The following are the key requirements for this project:
- Connect vm router to br0 to NIC0
- Guide me through the process
- Experience with virtualization software
- Knowledge of networking
- Ability to complete the project as soon as possible
I've reinstalled the Ubuntu 22.04, VMM 4.0.0 and VM pfSense.
Ubuntu 192.168.1.120 pings the Internet (very slow connection though), vm router and LAN devices.
VM router 192.168.1.1 pings Ubuntu and LAN devices, however not the Internet.
This tells me Internet is running via the Ubuntu 22.04 iptables, rather than via the vm router.
Somehow I think I'm missing bridging the WAN interface NIC0-br0-vm router?
The 2 routes for upstream connection are:
default via 192.168.1.1 dev br1 proto static metric 100 onlink
default via 100.64.0.1 dev br0 proto dhcp src 100.76.25.213 metric 100
I have the first one set manually. The latter is due to the DHCP client enabled on br0. So the bridge gets a config from the ISP router.
I want to go out via pfSense by disabling the DHCP client on br0 and enable it on pfSense WAN, assuming this is connected to br0.
Here's my latest configuration:
Bridge link: https://dpaste.com/GF4P8J3YU
Ip -c a: https://dpaste.com/3PDM6XFDZ
Ip r: https://dpaste.com/5PXU27SDJ
Networkd configuration: https://dpaste.org/41hKY
I am looking for a skilled freelancer who can help me connect my vm router to br0 to NIC0 as soon as possible. I am using Virtual Machine Manager 4.0.0 and have some experience with configuring network settings in a virtual environment. However, I need someone to guide me through the process. Ideal candidates for this job should have experience with virtualization software, networking, and must have completed similar projects in the past. The following are the key requirements for this project:
- Connect vm router to br0 to NIC0
- Guide me through the process
- Experience with virtualization software
- Knowledge of networking
- Ability to complete the project as soon as possible
I've reinstalled the Ubuntu 22.04, VMM 4.0.0 and VM pfSense.
Ubuntu 192.168.1.120 pings the Internet (very slow connection though), vm router and LAN devices.
VM router 192.168.1.1 pings Ubuntu and LAN devices, however not the Internet.
This tells me Internet is running via the Ubuntu 22.04 iptables, rather than via the vm router.
Somehow I think I'm missing bridging the WAN interface NIC0-br0-vm router?
The 2 routes for upstream connection are:
default via 192.168.1.1 dev br1 proto static metric 100 onlink
default via 100.64.0.1 dev br0 proto dhcp src 100.76.25.213 metric 100
I have the first one set manually. The latter is due to the DHCP client enabled on br0. So the bridge gets a config from the ISP router.
I want to go out via pfSense by disabling the DHCP client on br0 and enable it on pfSense WAN, assuming this is connected to br0.
Here's my latest configuration:
Bridge link: https://dpaste.com/GF4P8J3YU
Ip -c a: https://dpaste.com/3PDM6XFDZ
Ip r: https://dpaste.com/5PXU27SDJ
Networkd configuration: https://dpaste.org/41hKY