Search results

  1. Antti

    ng_car vs dummynet

    Hello! We're currently using ng_ipfw + ng_car for traffic shaping. This has been working good until we got some more heavy traffic load, and now it crashes our system (FreeBSD 8.0-RELEASE-p2) constantly. Now we are thinking about moving back to dummynet. Stupid question: when testing speed...
  2. Antti

    Add yourself to the 'wheel' and 'operators' group

    Or better use pw: pw group mod group_name -m user_name
  3. Antti

    Non tagged frames statistics

    Yeah, i thought about that, but is there a "correct" way to do this? I mean, create some vlan iface without vlan tag or what ever...?
  4. Antti

    Non tagged frames statistics

    I'm using cacti to monitor interface usage. I have one physical interface bge1 and one vlan dev assigned to this interface. The problem is that counters on bge1 shows both tagged and untagged packets. Is there a way to get untagged packets statistics on physical interface (bge1)?
  5. Antti

    ipfw tablearg

    Ok, thanks. The only solution for me is to dynamically add rules to ipfw... :(
  6. Antti

    Debian pushes development of kFreeBSD port

    That would not be a Linux, it's GNU/kFreeBSD.
  7. Antti

    ipfw tablearg

    Hi there. I want to use ipfw + ng_car for traffic shaping. I store ng_ipfw hook number in ipfw table as value, then I use this value as tablearg in the rules. The problem is that I want to use 2 tables (one for user's IP addresses + ng_ipfw hook number, second one for specific addresses on...
  8. Antti

    Reducing boot times

    I guess that disabling services is not a good solution. We need parallelization of kernel device detection and boot procedures. And maybe some services can start in parallel.
  9. Antti

    PF+pptp

    I think your answer is pf pptp proxy: frickin
  10. Antti

    ipfw and dummynet for linux?

    http://lists.freebsd.org/pipermail/freebsd-ipfw/2009-June/003916.html What's your opinion about this? Who's next? pf for Linux? iptables for FreeBSD?
  11. Antti

    ALTQ--traffic shaper

    ALTQ can only work with outgoing traffic, so "pass in" won't work with ALTQ. I think you can specify pass out on ext_if to limit upload, and pass out on int_if to limit download.
  12. Antti

    Screen Shots?

    For X11 screenshots, you can use scrot
  13. Antti

    The nv driver does not work very well with Firefox3

    How can I run it in 32bit mode?
Back
Top