Re: Kernel Update / IPFW not working

2011-03-07 Thread Thomas Sandford
On 06/03/2011 14:23, Dave Johnson wrote: An IPFW problem when going from release to stable on 8.2 An help gladly accepted LOG ON Flushed all rules. 00010 allow ip from 127.0.0.1 to 127.0.0.1 via lo0 00030 divert 8668 ip from any to any via bge0 ipfw: getsockopt(IP_FW_ADD): Invalid argument 500

Find a committer for conf/144842 and kern/148928

2010-12-06 Thread Thomas Sandford
uses route complaints from -cloning kern/148928: [ipfw] Problem with loading of ipfw NAT rules during system startup both have fixes proposed... -- Thomas Sandford ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: ipfw oddity/bug? ipv6 != protocol 41

2010-11-28 Thread Thomas Sandford
28 11:28:22 2010 Protocol 41 is IPv6 in IP tunnelling, which is what HE uses to get the IPv6 to you. So 00050 allow 41 from any to any allows the IP(v4) packets encapsulating the IPv6 traffic to reach you, 00050 allow ip6 from any to any 00050 allow ip6 from any to any allow the act

Re: Bad VPD checksum

2007-11-14 Thread Thomas Sandford
rgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto Nov 12 14:34:19 miriam kernel: bge1: Ethernet address: 00:0b:cd:f2:9a:56 Nov 12 14:34:19 miriam kernel: bge1: [ITHREAD] ... -- Thomas Sandford ___ freebsd-stable@freebsd.o