Hi every one,
I have problem with linux bridge... I have 2 PCs for tests.
1. custom old PC
2. DELL Optiplex 460
I am use the same RAM, Disks (2x 250GB seaget testing drives 3,5ich befor buing 2x6TB WD GOLD) and PCI LAN card tp-link 1GB/s tests on MO LAN don't gives different resoult.
On the same network interfaces confiuration
On PC with Gigabite MO FreeNAS (or ubuntu for try) don't have connection with router and external ping like 8.8.8.8
But on Dell freeNAS (or ubuntu for try) have internet connection.
Do you have any list of MO (best on ATX) or chipset with it works?
In addition the brctl addif vmbr0 enpXs0 gives nothing.
Few months ago i tested proxmox + freeNAS with bridge on HP eliteDesk 800 G1 and I didn't have any problem with network. In future I will want buy some RACK mountable case based on standard ATX I think.
I have problem with linux bridge... I have 2 PCs for tests.
1. custom old PC
- MO Gigabite Z77 DS3H rev 1.0
- CPU i5-3330
- RAM 2x8GB RAM
2. DELL Optiplex 460
- MO DH67M01 rev A00
- CPU i5-2400
- RAM 2x8GB
I am use the same RAM, Disks (2x 250GB seaget testing drives 3,5ich befor buing 2x6TB WD GOLD) and PCI LAN card tp-link 1GB/s tests on MO LAN don't gives different resoult.
On the same network interfaces confiuration
Code:
auto enpXs0
iface enpXs0 inet static
address 10.24.49.22
netmask 255.255.255.0
gateway 10.24.49.1
auto vmbr0
iface vmbr0 inet static
address 10.24.49.33
netmask 255.255.255.0
gateway 10.24.49.1
bridge_ports none
bridge_stp off
bridge_fd 0
On PC with Gigabite MO FreeNAS (or ubuntu for try) don't have connection with router and external ping like 8.8.8.8
But on Dell freeNAS (or ubuntu for try) have internet connection.
Do you have any list of MO (best on ATX) or chipset with it works?
In addition the brctl addif vmbr0 enpXs0 gives nothing.
Few months ago i tested proxmox + freeNAS with bridge on HP eliteDesk 800 G1 and I didn't have any problem with network. In future I will want buy some RACK mountable case based on standard ATX I think.