Re: Default route changes unexpectedly #2 (was Re: kernel: arpresolve: can't allocate llinfo for 65.59.233.102)

2013-03-07 Thread Krzysztof Barcikowski
W dniu 2013-03-07 18:09, Andre Oppermann pisze: On 07.03.2013 17:54, Nick Rogers wrote: I'm not sure. I have not explicitly enabled/disabled it. I am using the GENERIC kernel from 9.1 plus PF+ALTQ. # sysctl net.inet.flowtable.enable sysctl: unknown oid 'net.inet.flowtable.enable' # sysctl -a |

Re: Default route changes unexpectedly

2013-03-06 Thread Krzysztof Barcikowski
I believe I don't have flowtable suport in kernel (no FLOWTABLE option), and no sysctl's related to flowtable. How to check if I'm using multiple pfil hooks? Best regards! Krzysiek W dniu 2013-03-06 10:13, Ermal Luçi pisze: On Wed, Mar 6, 2013 at 9:38 AM, Krzysztof Barc

Re: Default route changes unexpectedly

2013-03-06 Thread Krzysztof Barcikowski
W dniu 2013-03-06 09:25, Andre Oppermann pisze: Can you describe your traffic forwarding setup in more detail? Is it only pf, or do you run netgraph, or other things as well? Do you use flow routing? How frequent does this happen? I'm trying to create a stack graph to see which parts of the net

Re: Intel 82574 issue reported on Slashdot

2013-02-09 Thread Krzysztof Barcikowski
W dniu 2013-02-09 13:17, O. Hartmann pisze: We don't even have the tool tcpreplay in the ports mentioned in that BLOG. oh base2[/usr/ports]# make search name=tcpreplay Port: tcpreplay-3.4.4 Path: /usr/ports/net-mgmt/tcpreplay Info: A tool to replay saved packet capture files Maint: eha

Re: Default route "random" gateway modification bug

2012-10-10 Thread Krzysztof Barcikowski
my default gateway when it happens. Hi I often see DNS server IP's used in my network, but not only. Best regards! Krzysztof Barcikowski ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: Default route destination changing without warning follow-up

2012-10-05 Thread Krzysztof Barcikowski
W dniu 2012-10-05 16:22, Dominic Blais pisze: Hi, I'm using GENERIC. Everything else is added as loaded module. Here's my kldstat: I forgot about modules, here they are: Id Refs AddressSize Name 1 13 0x8020 12200c8 kernel 21 0x81421000 215f8g

Re: Default route destination changing without warning follow-up

2012-10-05 Thread Krzysztof Barcikowski
W dniu 2012-10-05 14:23, Vadim Urazaev pisze: I don`t know if it`s important, anyway I have only one routing table on server where this issue happens. Maybe we should check our kernel configuration to find something similar in it. For example I have options ZERO_COPY_SOCKETS _

Re: Default route destination changing without warning follow-up

2012-10-04 Thread Krzysztof Barcikowski
W dniu 2012-10-05 00:23, Gary Palmer pisze: On Thu, Oct 04, 2012 at 07:36:51PM +0200, Krzysztof Barcikowski wrote: W dniu 2012-10-04 18:02, John-Mark Gurney pisze: Alexander V. Chernikov wrote this message on Mon, Oct 01, 2012 at 01:07 +0400: On 01.10.2012 00:59, Dominic Blais wrote: It&#

Re: Default route destination changing without warning follow-up

2012-10-04 Thread Krzysztof Barcikowski
W dniu 2012-10-04 18:02, John-Mark Gurney pisze: Alexander V. Chernikov wrote this message on Mon, Oct 01, 2012 at 01:07 +0400: On 01.10.2012 00:59, Dominic Blais wrote: It's all about IPv4 in my case. It will be great to supply some more details (e.g. like FreeBSD version, interfaces configur

Re: Default route destination changing without warning follow-up

2012-10-04 Thread Krzysztof Barcikowski
W dniu 2012-10-04 15:41, Dominic Blais pisze: Hi, The server that actually has the problem is: - FreeBSD 9.0-RELEASE-p3 - Uses IPFW & dummynet for traffic shaping - Uses PF for firewalling and NAT - Uses MPD 5.6 for PPPoE server - Uses freeradius and PostgreSQL for authentication. I have si

Re: kernel: arpresolve: can't allocate llinfo for 65.59.233.102

2012-09-13 Thread Krzysztof Barcikowski
W dniu 2012-09-13 19:04, Adrian Chadd pisze: On 13 September 2012 03:04, Вадим Уразаев wrote: I have the same issue (default gateway unexpectedly changes on some random address) on FreeBSD 9.0 Box with lot of traffic going through it, I have a wild guess that it is related to libalias compille

Re: kernel: arpresolve: can't allocate llinfo for 65.59.233.102

2012-09-11 Thread Krzysztof Barcikowski
W dniu 2012-09-11 15:19, Dominic Blais pisze: Hi! I just noticed that it is my default route that is changing for the aforementioned in the subject IP address. What the "$?% could cause that? Could MPD push that route as default? For what reason? That IP address doesn't even belong to us.

ipfw: invalid oid len 0

2012-05-28 Thread Krzysztof Barcikowski
Hi! Sometimes when I try to list IPFW pipes, I get the following message: # ipfw pipe show ipfw: invalid oid len 0 Why? Is there something wrong with my configuration? Best regards! Krzysztof Barcikowski ___ freebsd-net@freebsd.org mailing list http

FreeBSD 9.0 unexpected change of static route

2012-03-30 Thread Krzysztof Barcikowski
Hi, After upgrade from FreeBSD 8.1 to FreeBSD 9.0-release (amd64) I've observed an unexpected behavior. From time to time, the static route's gateway I have defined in my rc.conf changes to random IP address. In rc.conf I have: static_routes="spp" route_spp="-net 10.0.0.0/16 10.250.0.2" it