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
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
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
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