IPv6, ssh and ipfw

2009-01-13 Thread Ivan Voras
Hi, I'm experimenting with IPv6 and so far all is well except one thing: my ssh sessions are dropped/stalled after a few minutes. I'm using ipfw and by monitoring its dynamic/state-keeping rules I see that it's timeouting the rules after 60 seconds (this time is configured in net.inet.ip.fw.dyn_ac

Using device.hints to determine network device unit number

2009-01-13 Thread Yony Yossef
Hi, I would like to determine the unit number of my network cards, make the device on pci0:16 appear always as mtnic0 and pci0:9 appear always as mtnic1. # pciconf -l | grep mtnic mtn...@pci0:19:0:0: class=0x02 card=0x001715b3 chip=0x636815b3 rev=0xa0 hdr=0x00 mtn...@pci0:16:0:0: c

Using device.hints to determine network device unit number

2009-01-13 Thread Yehonatan Yossef
Hi, I would like to determine the unit number of my network cards, make the device on pci0:16 appear always as mtnic0 and pci0:9 appear always as mtnic1. # pciconf -l | grep mtnic mtn...@pci0:19:0:0: class=0x02 card=0x001715b3 chip=0x636815b3 rev=0xa0 hdr=0x00 mtn...@pci0:16:0:0: c

Re: kern/123066: [ipsec] [panic] kernel trap with ipsec

2009-01-13 Thread Boris MARECHAL
The following reply was made to PR kern/123066; it has been noted by GNATS. From: Boris MARECHAL To: bug-follo...@freebsd.org, msaf1...@rambler.ru Cc: Subject: Re: kern/123066: [ipsec] [panic] kernel trap with ipsec Date: Tue, 13 Jan 2009 13:38:22 +0100 --Apple-Mail-59-140032122 Content-Type

When configuring 2 VLANs to be on the same subnet, only one works.

2009-01-13 Thread Eitan Shefi
I'm testing a NIC driver. I use 2 directly connected FreeBSD-7.0 hosts. When I create 2 VLANs for the same interface (mtnic0), on each host, and configure the VLANs on each host to be on the same subnet: ping works only to one of the VLANs. I run: On sw259: /sbin/ifconfig vlan1 create vlan 1 vla

Re: When configuring 2 VLANs to be on the same subnet, only one works.

2009-01-13 Thread Eygene Ryabinkin
EItan, good day. Tue, Jan 13, 2009 at 03:09:11PM +0200, Eitan Shefi wrote: > I use 2 directly connected FreeBSD-7.0 hosts. > When I create 2 VLANs for the same interface (mtnic0), on each host, and > configure the VLANs on each host to be on the same subnet: > ping works only to one of the VLANs.

Re: When configuring 2 VLANs to be on the same subnet, only one works.

2009-01-13 Thread Stefan Lambrev
Greetings, For me your configuration looks invalid. Try with netmask 255.255.0.0 The question here is why freebsd allow this. On Jan 13, 2009, at 3:09 PM, Eitan Shefi wrote: I'm testing a NIC driver. I use 2 directly connected FreeBSD-7.0 hosts. When I create 2 VLANs for the same interface (mt

Re: When configuring 2 VLANs to be on the same subnet, only one works.

2009-01-13 Thread JASSAL Aman
Hello Eitan, I am no expert but I believe Stefan is right, your having a netmask of 255.0.0.0 does look strange. The way I see it, I think you are trying to configure 2 IP addresses belonging to the same subnet (91.0.0.0/8) on your interface, but only the first address is taken into account (91.15

Re: setfib+pf

2009-01-13 Thread Julian Elischer
Dimitar Vasilev wrote: Hi, I originally posted my message to questions, however no response for about a week. Therefore I'm reposting here. Original question available at http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/190056.html For those who prefer reading human text, here ar

Re: kern/128917: [wpi] [panic] if_wpi and wpa+tkip causing kernel panic

2009-01-13 Thread Jason Brand
The following reply was made to PR kern/128917; it has been noted by GNATS. From: Jason Brand To: bug-follo...@freebsd.org;, kita...@epicsol.org Cc: Subject: Re: kern/128917: [wpi] [panic] if_wpi and wpa+tkip causing kernel panic Date: Tue, 13 Jan 2009 15:01:05 -0500 Additional inform