Re: VLAN trunking and fragmentation

2008-03-14 Thread Pyun YongHyeon
On Fri, Mar 14, 2008 at 11:05:01AM +0100, Giulio Ferro wrote: > Pyun YongHyeon wrote: > > > The latter is if_rlreg.h, I guess... > > > >Oops, yes. > > > > > > Anyway they don't compile: > > > > > > >Maybe you don't copy if_rlreg.h to /usr/src/sys/pci directory? > > > > I didn't ;-)

Re: VLAN trunking and fragmentation

2008-03-14 Thread Giulio Ferro
Pyun YongHyeon wrote: > The latter is if_rlreg.h, I guess... Oops, yes. > > Anyway they don't compile: > Maybe you don't copy if_rlreg.h to /usr/src/sys/pci directory? I didn't ;-) Ok, I compiled and installed it. The behavior didn't change: the simple ping works all right, but wh

Re: TCP options order changed in FreeBSD 7, incompatible with some routers

2008-03-14 Thread Bjoern A. Zeeb
did before, per POLA. Ok, I am only printing it in case bad padding happens or one gave -v. The new patch is here: http://sources.zabbadoz.net/freebsd/patchset/20080314-01-tcpdump-print-tcp-option-padding.diff -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Softwar

Re: kern/121693: [nat] [panic] in kernel alias_irc nat double panic

2008-03-14 Thread linimon
Old Synopsis: in kernel alias_irc nat double panic New Synopsis: [nat] [panic] in kernel alias_irc nat double panic Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Mar 14 11:18:51 UTC 2008 Responsible-Changed-Why: Over to mainta

Re: kern/121693: [nat] [panic] in kernel alias_irc nat double panic

2008-03-14 Thread piso
Synopsis: [nat] [panic] in kernel alias_irc nat double panic Responsible-Changed-From-To: freebsd-net->[EMAIL PROTECTED] Responsible-Changed-By: piso Responsible-Changed-When: Fri Mar 14 11:40:28 UTC 2008 Responsible-Changed-Why: Assign it to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=12169

Re: kern/118432: [ng_nat] [panic] kernel libalias: repeatable panic (double fault)

2008-03-14 Thread Vadim Goncharov
Hi! The issue seems to be reprodusable on 7.0 - see kern/121693. -- WBR, Vadim Goncharov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: VLAN trunking and fragmentation

2008-03-14 Thread Giulio Ferro
Pyun YongHyeon wrote: > No packet reached the other PC. Ok, then try disabling hardware VLAN tagging. (#ifconfig re0 -vlanhwtag) That's it! Now seems to work properly, the problem then is with hardware tagging. My question now is: can I use vlans without htag in a complex system with heav

Re: kern/121693: in kernel alias_irc nat double panic

2008-03-14 Thread Vadim Goncharov
The following reply was made to PR kern/121693; it has been noted by GNATS. From: Vadim Goncharov <[EMAIL PROTECTED]> To: Gael Roualland <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: kern/121693: in kernel alias_irc nat double panic Date: Fri, 14 Mar 2008 17:02:47 +0600 Hi Gael Rouallan

Re: kern/121693: in kernel alias_irc nat double panic

2008-03-14 Thread Vadim Goncharov
The following reply was made to PR kern/121693; it has been noted by GNATS. From: Vadim Goncharov <[EMAIL PROTECTED]> To: Gael Roualland <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: kern/121693: in kernel alias_irc nat double panic Date: Fri, 14 Mar 2008 17:06:39 +0600

Re: VLAN trunking and fragmentation

2008-03-14 Thread Giulio Ferro
Giulio Ferro wrote: That's it! Now seems to work properly, the problem then is with hardware tagging. My question now is: can I use vlans without htag in a complex system with heavy traffic without a significant performance loss? If not, how much will it take to fix the issue with the driver?

Re: VLAN trunking and fragmentation

2008-03-14 Thread Pyun YongHyeon
On Fri, Mar 14, 2008 at 12:57:34PM +0100, Giulio Ferro wrote: > Pyun YongHyeon wrote: > > > No packet reached the other PC. > > > >Ok, then try disabling hardware VLAN tagging. > >(#ifconfig re0 -vlanhwtag) > > > > > That's it! > Now seems to work properly, the problem then is with hardw

Re: VLAN trunking and fragmentation

2008-03-14 Thread Pyun YongHyeon
On Fri, Mar 14, 2008 at 01:14:40PM +0100, Giulio Ferro wrote: > Giulio Ferro wrote: > >That's it! > >Now seems to work properly, the problem then is with hardware tagging. > > > >My question now is: can I use vlans without htag in a complex system with > >heavy traffic without a significant p

Re: [Wireless] Can't connect to wlan

2008-03-14 Thread Yousif Hassan
Benjamin Close wrote: Sam Leffler wrote: Yousif Hassan wrote: On Wed, 2008-03-12 at 08:06 +1030, Benjamin Close wrote: The slightly wonky: - As reported by someone else: wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 appear on st

Re: VLAN trunking and fragmentation

2008-03-14 Thread Giulio Ferro
Pyun YongHyeon wrote: This hardware really make me crazy. There had been many attempts to fix checksum offload related issues. But it seems that several users still suffer from bad checksum or VLAN issues. So I guess the root cause of hardware bug was not yet known. This means that previous patch

Behavior of `ipfw table n list' in 7.0

2008-03-14 Thread Christopher Cowart
Hello, I've been debugging some scripts for the better part of the hour, and finally figured out what's going on. On 6.2, `ipfw table 3 list' outputs: 169.229.127.61/32 100127061 But on 7.0, `ipfw table 4 list' outputs: 10.9.156.254/32 11.237.178.84 They're different tables with different value

Re: kern/121706: "rtfree: 0xc4383870 has 1 refs" emitted repeatedly

2008-03-14 Thread Bruce Cran
The same change was made in net/route.c rev 1.120.2.3. I don't know if all calls to rtfree(rt) should be converted to RTFREE_LOCKED(rt), but those remaining are in: net/route.c:367 net/route.c:399 netinet/if_ether.c:808 netinet/if_ether.c:813 netinet/if_ether.c:831 netinet/if_ether.c:834 netine

SLIP slipping away

2008-03-14 Thread Kai Lockwood
Hello, I am having difficulty setting up a SLIP connection between a Debian 4.0 box and FreeBSD 7.0-STABLE. I have enabled the sl driver in the kernel. I have tried using slattach on /dev/cuad0 (usually "slattach -s 115200 /dev/cuad0) only to watch slattach immediately die with no output as to

Re: SLIP slipping away

2008-03-14 Thread Julian Elischer
Kai Lockwood wrote: Hello, I am having difficulty setting up a SLIP connection between a Debian 4.0 box and FreeBSD 7.0-STABLE. I have enabled the sl driver in the kernel. I have tried using slattach on /dev/cuad0 (usually "slattach -s 115200 /dev/cuad0) only to watch slattach immediately die

Re: Behavior of `ipfw table n list' in 7.0

2008-03-14 Thread Julian Elischer
Christopher Cowart wrote: Hello, I've been debugging some scripts for the better part of the hour, and finally figured out what's going on. On 6.2, `ipfw table 3 list' outputs: 169.229.127.61/32 100127061 But on 7.0, `ipfw table 4 list' outputs: 10.9.156.254/32 11.237.178.84 They're different