I have two machines setup to run at 100BaseT through a powerconnect 2224 switch. both NIC settings reflect 100Base:
and
both cards indicate a 100Base link on the nic the card Led and the switch also shows a 100Base link on both ports.
If I ftp from one machine to the other, I only get a 10meg max transfer.
Incidentally, tcpdump also sees this as a 10MB link:
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on bge0, link-type EN10MB (Ethernet), capture size 96 bytes
any suggestions on why this is?
Code:
bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00 06 5b f8 33 e3
inet 192.168.2.101 netmask 0xfffffffc broadcast 192.168.2.103
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
Code:
sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00 e0 18 d3 20 95
inet 192.168.2.102 netmask 0xfffffffc broadcast 192.168.2.103
media: Ethernet 100baseTX <full-duplex>
status: active
both cards indicate a 100Base link on the nic the card Led and the switch also shows a 100Base link on both ports.
If I ftp from one machine to the other, I only get a 10meg max transfer.
Incidentally, tcpdump also sees this as a 10MB link:
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on bge0, link-type EN10MB (Ethernet), capture size 96 bytes
any suggestions on why this is?