Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 07:01:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193152] mlxen driver problem with MT26448 interface
Message-ID:  <bug-193152-8-TaHoFflGkY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193152-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193152-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193152

--- Comment #2 from gnoma <gnoma_86@gbg.bg> ---
Hello,

What I found out is that even if I ping my own IP, I still got package lost:

root@sentinel:~ # ifconfig | grep 10.0. |grep inet
    inet 10.0.80.1 netmask 0xffffff00 broadcast 10.0.80.255 
root@sentinel:~ # 
root@sentinel:~ # ping -f 10.0.80.1
PING 10.0.80.1 (10.0.80.1): 56 data bytes
.................................................................................................................................................................................................................................................^C
--- 10.0.80.1 ping statistics ---
838 packets transmitted, 597 packets received, 28.8% packet loss
round-trip min/avg/max/stddev = 0.021/0.028/0.058/0.006 ms
root@sentinel:~ # 

this is really strange.

I saw that with PF firewall, it's recommended to use maximum 1GB interface.
However:

root@sentinel:~ # /etc/rc.d/pf stop
Disabling pf.
root@sentinel:~ # ping -f 10.0.80.1
PING 10.0.80.1 (10.0.80.1): 56 data bytes
...........................................................................................................................................................................................................................................^C
--- 10.0.80.1 ping statistics ---
832 packets transmitted, 597 packets received, 28.2% packet loss
round-trip min/avg/max/stddev = 0.028/0.041/0.109/0.009 ms
root@sentinel:~ #

Even without PF I am still losing packages to my own interface.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193152-8-TaHoFflGkY>