hi,
I replaced the motherboard of my server. I got the problem that eth0 wasn't there anymore after the change so I had to set up the new LAN-Port zu eth1.
My /etc/network/interfaces looks something like that:
now I got the problem that the connection is sometimes there and sometimes lost. ping loses 50%, sometimes SSH works, sometimes not. Sometimes samba works, sometimes not.
what is the problem?
edit: I'm official an idiot...I should change the DHCP-Server bound as well....
I replaced the motherboard of my server. I got the problem that eth0 wasn't there anymore after the change so I had to set up the new LAN-Port zu eth1.
My /etc/network/interfaces looks something like that:
Code:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet manual (after the change this two lines were missing. no eth0 or eth1 was in the interfaces config, except the one at vmbr0)
auto vmbr0
iface vmbr0 inet static
address 192.168.0.107
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
now I got the problem that the connection is sometimes there and sometimes lost. ping loses 50%, sometimes SSH works, sometimes not. Sometimes samba works, sometimes not.
what is the problem?
edit: I'm official an idiot...I should change the DHCP-Server bound as well....
Last edited: