Hey, My windows vm work fine but the internet on my linux servers are dropping packets like no tomorrow
They are both using a DHCP server
mtr
They are both using a DHCP server
Code:
auto vmbr1
iface vmbr1 inet static
address 188.40.205.224
netmask 255.255.255.224
broadcast 188.40.205.255
bridge_ports none
bridge_stp off
bridge_fd 0
Code:
subnet 188.40.205.224 netmask 255.255.255.224 {
range dynamic-bootp 188.40.205.225 188.40.205.254;
option broadcast-address 188.40.205.255;
option routers 94.130.135.114;
}
mtr
Last edited: