ifconfig detecta sin problemas la red a un 1gb
Código: Seleccionar todo
ifconfig eth0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.29 netmask 255.255.255.0 broadcast 192.168.0.255
ether dc:b6:32:59:7c:8a txqueuelen 1000 (Ethernet)
RX packets 3735480 bytes 3179389411 (2.9 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1932980 bytes 647045952 (617.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Código: Seleccionar todo
ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: Symmetric
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Una prueba de velocidad de la red local entre la Rasp y un pc devuelve unos 300mbps, lo normal pq es la velocidad que alcanza el wifi 5g del portatil que hacía de servidor
Código: Seleccionar todo
iperf3 -c 192.168.0.19
Connecting to host 192.168.0.19, port 5201
[ 5] local 192.168.0.29 port 41372 connected to 192.168.0.19 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 31.3 MBytes 263 Mbits/sec 0 365 KBytes
[ 5] 1.00-2.00 sec 31.9 MBytes 268 Mbits/sec 0 365 KBytes
[ 5] 2.00-3.00 sec 32.0 MBytes 268 Mbits/sec 0 365 KBytes
[ 5] 3.00-4.00 sec 35.7 MBytes 300 Mbits/sec 0 365 KBytes
[ 5] 4.00-5.00 sec 31.6 MBytes 265 Mbits/sec 0 365 KBytes
[ 5] 5.00-6.00 sec 32.6 MBytes 273 Mbits/sec 0 365 KBytes
[ 5] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec 0 365 KBytes
[ 5] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec 0 365 KBytes
[ 5] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec 0 365 KBytes
[ 5] 9.00-10.00 sec 31.6 MBytes 265 Mbits/sec 0 365 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 325 MBytes 273 Mbits/sec 0 sender
[ 5] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
iperf Done.