Hello,
I just installed FreeBSD 9 amd64 on an Asus P8Z77-M Motherboard with the Intel i3-3200 CPU. For networking I use a Intel Pro/1000GT. I also tried an older USRobotics Realtek card, but same thing there.
The problem is, that there are some problems with the network connection, I have pings around 1000 to 3000ms and therefore downloading or ssh sessions are nearly impossible.
My ifconfig:
netstat for em0 shows no errors or drops on the network:
I tested the hardware with another linux operating system and networking runs just fine.
Any help is appreciated
Regards, Paul
I just installed FreeBSD 9 amd64 on an Asus P8Z77-M Motherboard with the Intel i3-3200 CPU. For networking I use a Intel Pro/1000GT. I also tried an older USRobotics Realtek card, but same thing there.
The problem is, that there are some problems with the network connection, I have pings around 1000 to 3000ms and therefore downloading or ssh sessions are nearly impossible.
Code:
PING google.de (173.194.69.94): 56 data bytes
64 bytes from 173.194.69.94: icmp_seq=0 ttl=50 time=3998.035 ms
64 bytes from 173.194.69.94: icmp_seq=1 ttl=50 time=2998.279 ms
64 bytes from 173.194.69.94: icmp_seq=2 ttl=50 time=1997.430 ms
64 bytes from 173.194.69.94: icmp_seq=3 ttl=50 time=996.550 ms
64 bytes from 173.194.69.94: icmp_seq=4 ttl=50 time=3992.210 ms
64 bytes from 173.194.69.94: icmp_seq=5 ttl=50 time=2992.898 ms
64 bytes from 173.194.69.94: icmp_seq=6 ttl=50 time=1992.039 ms
64 bytes from 173.194.69.94: icmp_seq=7 ttl=50 time=991.127 ms
64 bytes from 173.194.69.94: icmp_seq=8 ttl=50 time=3988.262 ms
64 bytes from 173.194.69.94: icmp_seq=9 ttl=50 time=2989.221 ms
64 bytes from 173.194.69.94: icmp_seq=10 ttl=50 time=1988.325 ms
PING 192.168.178.1 (192.168.178.1): 56 data bytes
64 bytes from 192.168.178.1: icmp_seq=0 ttl=64 time=3988.928 ms
64 bytes from 192.168.178.1: icmp_seq=1 ttl=64 time=2990.695 ms
64 bytes from 192.168.178.1: icmp_seq=2 ttl=64 time=1989.759 ms
64 bytes from 192.168.178.1: icmp_seq=3 ttl=64 time=988.842 ms
64 bytes from 192.168.178.1: icmp_seq=4 ttl=64 time=3985.290 ms
64 bytes from 192.168.178.1: icmp_seq=5 ttl=64 time=2986.033 ms
64 bytes from 192.168.178.1: icmp_seq=6 ttl=64 time=1985.200 ms
64 bytes from 192.168.178.1: icmp_seq=7 ttl=64 time=984.180 ms
64 bytes from 192.168.178.1: icmp_seq=8 ttl=64 time=3981.302 ms
64 bytes from 192.168.178.1: icmp_seq=9 ttl=64 time=2982.069 ms
64 bytes from 192.168.178.1: icmp_seq=10 ttl=64 time=1981.054 ms
localhost has no excessive ping responses:
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.201 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.116 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.125 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.113 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.090 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.155 ms
64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.125 ms
64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.113 ms
64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.089 ms
64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.117 ms
64 bytes from 127.0.0.1: icmp_seq=10 ttl=64 time=0.091 ms
My ifconfig:
Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC>
ether 90:e2:ba:0c:8e:33
inet 192.168.178.100 netmask 0xffffff00 broadcast 192.168.178.255
inet6 fe80::92e2:baff:fe0c:8e33%em0 prefixlen 64 scopeid 0x3
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
netstat for em0 shows no errors or drops on the network:
Code:
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll
usbus 0 <Link#1> 0 0 0 0 0 0
usbus 0 <Link#2> 0 0 0 0 0 0
em0 1500 <Link#3> 90:e2:ba:0c:8e:33 4995 0 0 4363 0 0
em0 1500 192.168.178.0 192.168.178.100 4695 - - 4175 - -
em0 1500 fe80::92e2:ba fe80::92e2:baff:f 0 - - 1 - -
usbus 0 <Link#4> 0 0 0 0 0 0
lo0 16384 <Link#5> 0 0 0 0 0 0
lo0 16384 localhost ::1 0 - - 0 - -
lo0 16384 fe80::1%lo0 fe80::1 0 - - 0 - -
lo0 16384 your-net localhost 0 - - 0 - -
I tested the hardware with another linux operating system and networking runs just fine.
Any help is appreciated

Regards, Paul