Re: re0: watchdog timeout

2014-04-06 Thread Frank Volf
Yonghyeon PYUN schreef op 7-4-2014 3:22: On Sun, Apr 06, 2014 at 07:37:08PM -0400, Rick Macklem wrote: Frank Volf wrote: Hello, I'm experiencing watchdog timeouts with my Realtek interface card. I'm using a fairly new system (Shuttle DS47), running FreeBSD 10-STABLE. For this shuttle a patch

Re: miibus0: mii_mediachg: can't handle non-zero PHY instance 31

2014-04-06 Thread Yonghyeon PYUN
On Sun, Apr 06, 2014 at 10:49:27PM -0700, Chris H wrote: > > On Thu, Apr 03, 2014 at 01:18:19PM -0700, Chris H wrote: > >> > On Tue, Apr 01, 2014 at 05:53:51PM -0700, Chris H wrote: > >> >> > On Tue, Apr 01, 2014 at 01:40:58PM -0700, Chris H wrote: > >> >> >> > On Tue, 2014-04-01 at 13:19 -0700, Ch

Re: miibus0: mii_mediachg: can't handle non-zero PHY instance 31

2014-04-06 Thread Chris H
> On Thu, Apr 03, 2014 at 01:18:19PM -0700, Chris H wrote: >> > On Tue, Apr 01, 2014 at 05:53:51PM -0700, Chris H wrote: >> >> > On Tue, Apr 01, 2014 at 01:40:58PM -0700, Chris H wrote: >> >> >> > On Tue, 2014-04-01 at 13:19 -0700, Chris H wrote: >> >> >> >> [...] >> >> >> >> miibus0: on nfe0 >> >

Re: kern/188245: [vlan] Critical vlan problem with OpenBGP

2014-04-06 Thread linimon
Old Synopsis: Critical vlan problem with OpenBGP New Synopsis: [vlan] Critical vlan problem with OpenBGP Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 7 05:08:04 UTC 2014 Responsible-Changed-Why: reclassify. http://www.f

panic in -HEAD multicast code

2014-04-06 Thread Adrian Chadd
hiya, I'm seeing a panic in the multicast code path. I reproduce this by trying to browse network sharing on VLC. The panic: http://people.freebsd.org/~adrian/ath/core.txt.0 Any ideas? -a ___ freebsd-net@freebsd.org mailing list http://lists.freebs

Re: freebsd-net Digest, Vol 574, Issue 9

2014-04-06 Thread Jason Unovitch
Date: Sat, 05 Apr 2014 15:22:39 +1300 From: Chris Smith To: freebsd-net@freebsd.org Subject: Multihomed system with jails routing issues Message-ID: <533f68ef.8060...@nevermind.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi All, I have a system with 1 network interface

Re: miibus0: mii_mediachg: can't handle non-zero PHY instance 31

2014-04-06 Thread Yonghyeon PYUN
On Thu, Apr 03, 2014 at 01:18:19PM -0700, Chris H wrote: > > On Tue, Apr 01, 2014 at 05:53:51PM -0700, Chris H wrote: > >> > On Tue, Apr 01, 2014 at 01:40:58PM -0700, Chris H wrote: > >> >> > On Tue, 2014-04-01 at 13:19 -0700, Chris H wrote: > >> >> >> [...] > >> >> >> miibus0: on nfe0 > >> >> >>

Re: re0: watchdog timeout

2014-04-06 Thread Yonghyeon PYUN
On Sun, Apr 06, 2014 at 07:37:08PM -0400, Rick Macklem wrote: > Frank Volf wrote: > > > > Hello, > > > > I'm experiencing watchdog timeouts with my Realtek interface card. > > > > I'm using a fairly new system (Shuttle DS47), running FreeBSD > > 10-STABLE. > > For this shuttle a patch has been r

Re: re0: watchdog timeout

2014-04-06 Thread Rick Macklem
Frank Volf wrote: > > Hello, > > I'm experiencing watchdog timeouts with my Realtek interface card. > > I'm using a fairly new system (Shuttle DS47), running FreeBSD > 10-STABLE. > For this shuttle a patch has been recently committed to SVN to make > this > card work at all (revision *262391* >

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Michael Tuexen
On 06 Apr 2014, at 20:44, Bjoern A. Zeeb wrote: > > On 06 Apr 2014, at 16:42 , Michael Tuexen > wrote: > >> On 06 Apr 2014, at 17:05, Bjoern A. Zeeb >> wrote: >> >>> >>> On 06 Apr 2014, at 11:42 , Michael Tuexen >>> wrote: >>> On 05 Apr 2014, at 23:02, Bernd Walter wrote: >

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Michael Tuexen
On 06 Apr 2014, at 20:44, Bjoern A. Zeeb wrote: > > On 06 Apr 2014, at 17:04 , Michael Tuexen > wrote: > >>> Aehm, the SCTP code was filtering addresses at one point and made sure only >>> jail-visible addresses were seen or bound very much like normal PCB >>> handling. If this is not the

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Bjoern A. Zeeb
On 06 Apr 2014, at 16:42 , Michael Tuexen wrote: > On 06 Apr 2014, at 17:05, Bjoern A. Zeeb > wrote: > >> >> On 06 Apr 2014, at 11:42 , Michael Tuexen >> wrote: >> >>> On 05 Apr 2014, at 23:02, Bernd Walter wrote: >>> So far I've tested this on FreeBSD-9.2 BETA2 r254053M only. >>>

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Bjoern A. Zeeb
On 06 Apr 2014, at 17:04 , Michael Tuexen wrote: >> Aehm, the SCTP code was filtering addresses at one point and made sure only >> jail-visible addresses were seen or bound very much like normal PCB >> handling. If this is not the case (anymore) SCTP shall not be allowed >> inside jails aga

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Michael Tuexen
On 06 Apr 2014, at 17:05, Bjoern A. Zeeb wrote: > > On 06 Apr 2014, at 11:42 , Michael Tuexen > wrote: > >> On 05 Apr 2014, at 23:02, Bernd Walter wrote: >> >>> So far I've tested this on FreeBSD-9.2 BETA2 r254053M only. >>> The modifications are to allow IPv6 multicast support within jail

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Michael Tuexen
On 06 Apr 2014, at 17:05, Bjoern A. Zeeb wrote: > > On 06 Apr 2014, at 11:42 , Michael Tuexen > wrote: > >> On 05 Apr 2014, at 23:02, Bernd Walter wrote: >> >>> So far I've tested this on FreeBSD-9.2 BETA2 r254053M only. >>> The modifications are to allow IPv6 multicast support within jail

re0: watchdog timeout

2014-04-06 Thread Frank Volf
Hello, I'm experiencing watchdog timeouts with my Realtek interface card. I'm using a fairly new system (Shuttle DS47), running FreeBSD 10-STABLE. For this shuttle a patch has been recently committed to SVN to make this card work at all (revision *262391*

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Bjoern A. Zeeb
On 06 Apr 2014, at 11:42 , Michael Tuexen wrote: > On 05 Apr 2014, at 23:02, Bernd Walter wrote: > >> So far I've tested this on FreeBSD-9.2 BETA2 r254053M only. >> The modifications are to allow IPv6 multicast support within jail >> which only makes a difference for multicast addresses and s

Re: Multihomed system with jails routing issues

2014-04-06 Thread Julian Elischer
On 4/6/14, 5:04 PM, Chris Smith wrote: On 06/04/14 04:20, Julian Elischer wrote: On 4/5/14, 10:22 AM, Chris Smith wrote: Hi All, I have a system with 1 network interface with 2 extra VLANs off it and I'm having some trouble getting the routing working correctly with it and jails. bge0

Re: SCTP binds to IPs outside of jail

2014-04-06 Thread Michael Tuexen
On 05 Apr 2014, at 23:02, Bernd Walter wrote: > So far I've tested this on FreeBSD-9.2 BETA2 r254053M only. > The modifications are to allow IPv6 multicast support within jail > which only makes a difference for multicast addresses and some multicast > loopback checksum bugs - both changes are op

Re: More on odd IPFW behavior

2014-04-06 Thread Eugene Grosbein
On 06.04.2014 11:27, Brett Glass wrote: > A bit more investigation of IPFW's behavior on VLAN interfaces has > revealed some even stranger stuff. Consider the tallies on the > following firewall rules: > > # ipfw show | head > 1 65071 36685513 count ip from any to any layer2 via re0 >

Re: IPFW and VLANs

2014-04-06 Thread Eugene Grosbein
On 06.04.2014 09:26, Brett Glass wrote: > I added a few more rules, with "recv" and "xmit" options, and > checked the counts again after zeroing them and letting the router > run for a bit: > > 1 20591 8769298 count ip from any to any layer2 via re0_1 > 2 18715 8725085 count ip from a

Re: Multihomed system with jails routing issues

2014-04-06 Thread Chris Smith
On 06/04/14 04:20, Julian Elischer wrote: On 4/5/14, 10:22 AM, Chris Smith wrote: Hi All, I have a system with 1 network interface with 2 extra VLANs off it and I'm having some trouble getting the routing working correctly with it and jails. bge0 - management - 10.71.100.0/24 bge0.101 -