Re: src address issue

2010-10-13 Thread Dmitriy Zamuraev
you use default route from R.E.A.L IP, configure static route to network/host 10.11.19.1 via you 10.11.8.X gate. > Why with configured ip addresses > fastvpn# ifconfig sis0 > sis0: flags=8843 metric 0 mtu 1500 > options=82008 > ether 00:0b:6a:a6:0c:f0 > inet 10.11.8.1

Re: help tune

2010-10-13 Thread Dmitriy Zamuraev
> Help me pls, to tune those drops. Clear _ALL_ tuning, use kernel-config-option maxusers 512 NOTE: kern.maxusers in /boot/loader.conf may not been used on some releases, but in newer releases must to be. > I do this tuning: > /etc/sysctl.conf > hw.pci.enable_msix=1 > hw.pci.enable_msi=1 > k

Re: [panic] Kernel corruption of pppoe lists

2009-09-04 Thread Dmitriy Zamuraev
I have same problem, and we are not alone. See http://www.freebsd.org/cgi/query-pr.cgi?pr=137881 (PR: kern/137881) You may append to this PR. - Original Message - From: "Mel Flynn" To: Cc: Sent: Friday, September 04, 2009 3:39 PM Subject: [panic] Kernel corruption of pppoe lists D

Re: pf & tcpdump

2009-11-13 Thread Dmitriy Zamuraev
Is there a way to have tcpdump only showing packed that have pass the filtering rules, so to check that firewall rules were correctly written and not letting unwanted packets in. use pflog(4) device ___ freebsd-net@freebsd.org mailing list http://lis

bsnmpd HighCounters on if_lagg

2009-11-16 Thread Dmitriy Zamuraev
I have BRAS based on FreeBSD 7.2 and mpd 5.3 and three NIC's grouped into if_lagg with LACP, I need to monitor bandwidth with bsnmpd and cacti, by default lagg interface baud rate is 10Mbitps, so bsnmpd can't collect Counter64 on this interface. I'm modify if_lagg.c file: function lagg_link_stat

Re: ng_patch node

2010-01-11 Thread Dmitriy Zamuraev
Hi, I've written netgraph node able to modify arbitrary (8|16|32)-bit unsigned integer in passing packets. Node applies one of =,+,-,&,| and ^ operations to number at given offset. Thank you. I think about more functionality... ___ freebsd-net@freebsd.

Re: Sending packets at Kernel level

2010-08-30 Thread Dmitriy Zamuraev
Maybe ng_source(4) can help you. > I need to know how to send packet from the kernel level. Can someone please > point me to any documentation? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: how to use freebsd8 dial the adsl for shuffering?

2010-09-10 Thread Dmitriy Zamuraev
> set device PPPoE:fx0 is this correct ? maybe fxp0 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: em driver input errors

2009-08-20 Thread Dmitriy Zamuraev
Hello Alex, SCHED_ULE, HZ=1000: I use this too > From the output of "netstat -nI em0 -w 5": maybe mistake, did you meen "netstat -w5 em0" ? Nope, exactly as in my mail, "netstat -nI em0 -w 5". It does take 5 seconds to produce meaningful output. hmm, just comments: -nShow network addre