Michael Gerhards
2006-May-06 12:35 UTC
ssh: "Connection reset by peer" or "Corrupted MAC on input"
Hello! I have just installed FreeBSD/i386 6.1-RC2 on a AMD Athlon 64 X2 3800+, Asus A8N-SLI Deluxe Motherboard and 2 GB RAM. The Motherboard has two Ethernet-Ports for 1000BaseT which dmesg gives out as: skc0: <Marvell Gigabit Ethernet> port 0xa400-0xa4ff mem 0xd1004000- 0xd1007fff irq 17 at device 12.0 on pci5 skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9) sk0: Ethernet address: 00:11:d8:ca:ed:43 nve0: Ethernet address 00:11:d8:ca:e1:8b I read about problems with the nve driver, so I only configured the skc0 device. It is connected to a 100MBit Hub, and all other computers in my local networks have 100MBit card, too. I tried to copy some larger files to the new system via scp from my old Pentium2-300, running FreeBSD/i386 6.1-RC1. But scp ends this copying at some (not predictable) place with either "Received disconnect from 192.168.1.9: 2: Corrupted MAC on input. lost connection" or "Write failed: Connection reset by peer lost connection" (I ran scp on the old Pentium2 system). Copying between my Pentium2 and the other computers in my local network (all running at 100MBit full duplex mode) is without any problems. What might be the reason for my problems? Is there a problem in the support for my skc0 device? What could I do to solve my problems? If you need more information about my hardware/systems just ask! Many thanks in advance, Michael
Artyom Viklenko
2006-May-06 13:34 UTC
ssh: "Connection reset by peer" or "Corrupted MAC on input"
Michael Gerhards wrote:> Hello! > > I have just installed FreeBSD/i386 6.1-RC2 on a AMD Athlon 64 X2 3800+, > Asus A8N-SLI Deluxe Motherboard and 2 GB RAM. The Motherboard has two > Ethernet-Ports for 1000BaseT which dmesg gives out as: > skc0: <Marvell Gigabit Ethernet> port 0xa400-0xa4ff mem 0xd1004000- > 0xd1007fff irq 17 at device 12.0 on pci5 > skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9) > sk0: Ethernet address: 00:11:d8:ca:ed:43 > nve0: Ethernet address 00:11:d8:ca:e1:8b > > I read about problems with the nve driver, so I only configured the skc0 > device. It is connected to a 100MBit Hub, and all other computers in my > local networks have 100MBit card, too. > > I tried to copy some larger files to the new system via scp from my old > Pentium2-300, running FreeBSD/i386 6.1-RC1. But scp ends this copying > at some (not predictable) place with either > "Received disconnect from 192.168.1.9: 2: Corrupted MAC on input. > lost connection" > or > "Write failed: Connection reset by peer > lost connection" > (I ran scp on the old Pentium2 system). > > Copying between my Pentium2 and the other computers in my local network > (all running at 100MBit full duplex mode) is without any problems. > > What might be the reason for my problems? Is there a problem in the > support for my skc0 device? What could I do to solve my problems?I my case ther was bad memory in target system. Try to check/replace RAM in AMD machine. -- Sincerely yours, Artyom Viklenko. ------------------------------------------------------- artem@aws-net.org.ua | http://www.aws-net.org.ua/~artem FreeBSD: The Power to Serve - http://www.freebsd.org
Vivek Khera
2006-May-08 14:41 UTC
ssh: "Connection reset by peer" or "Corrupted MAC on input"
On May 6, 2006, at 8:23 AM, Michael Gerhards wrote:> What might be the reason for my problems? Is there a problem in the > support for my skc0 device? What could I do to solve my problems?I'll vote bad hardware. That's the only situation under which I got this error. It could be motherboard timing related, or it could be the ethernet card, or it could be the switch itself (though I'd blame the motherboard or NIC first).