Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3441

System and Network configuration • packet loss on Bonded Briged network on KVM/qemu on debian 12

$
0
0
hi

im trying to use a bond network with a bridge.. for virtualizasion using qemu the problem is im loosing packets, not a 100% loss

my lan is 192.168.151.2
my router is 192.168.8.1


im using opnsense as my firewall/ gateway

i can ping 192.168.151.1 (opnsense lan net) with packet loss
i can ping 192.168.8.1 (my router) with packet loss
i can ping 192.168.8.2 (opnsense wan net) with packet loss

but why im loosing packets. here is my config. what am i missing


# 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

auto bond0
iface bond0 inet manual
bond-lacp-rate 1
bond-slaves enp3s0 enp5s0
bond-mode 0
bond-lacp-rate fast
bond-miimon 100
bond-downdelay 0
bond-updelay 0
bond-xmit_hash_policy 1


auto enp3s0
iface enp3s0 inet manual
bond-master bond0

auto enp5s0
iface enp5s0 inet manual
bond-master bond0


auto br0
iface br0 inet static
address 192.168.151.2
netmask 255.255.255.0
gateway 192.168.151.1
dns-nameservers 192.168.151.1
bridge_ports bond0
bridge_stp off
bridge_fd 9
bridge_hello 2
bridge_maxage 12

Statistics: Posted by rashitha — 2024-12-21 17:28 — Replies 1 — Views 45



Viewing all articles
Browse latest Browse all 3441

Trending Articles