Mam problem ze zmianą ustawień karty sieciowej - podpięte łącze to 1Gbps, karta też jest 1Gbps ale przestawiło się na 100Mbit i nie chce się zmienić.
Próbowałem:
Kod: Zaznacz cały
ethtool -s eth0 speed 1000 duplex full
wynik dla:
Kod: Zaznacz cały
[B]ethtool eth0
[/B]
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: off
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000001 (1)
Link detected: yes
Kod: Zaznacz cały
auto lo
iface lo inet loopback
pre-up /sbin/ethtool -s eth0 speed 1000 duplex full
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0
pre-up /sbin/ethtool -s eth0 speed 1000 duplex full
# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.xx
netmask 255.255.255.0
network xx.xx.xx.xx
broadcast xx.xx.xx.xx
gateway xx.xx.xx.xx
bridge_ports eth0
bridge_stp off
bridge_fd 0
pre-up /sbin/ethtool -s eth0 speed 1000 duplex full
Ktoś ma jakiś pomysł jak zmienić tą przepustowość?