Re: [FreeBSD 5.2] Bandwith and packet throttling

From: Colin Alston (karnaugh_at_karnaugh.za.net)
Date: 08/15/04

  • Next message: Barney Wolff: "Re: [FreeBSD 5.2] Bandwith and packet throttling"
    Date: Sun, 15 Aug 2004 21:53:49 +0200
    To: Fargo Holiday <galaxy.ranger@gmail.com>
    
    

    >Thanks for the reply. The ICMP was more experiment than anything, I've
    >sinced removed it. Here are the results of the show commands:
    >
    >cramster# ipfw show
    >00050 14819576 8458459132 divert 8668 ip from any to any via dc0
    >00100 250 32470 allow ip from any to any via lo0
    >00200 0 0 deny ip from any to 127.0.0.0/8
    >00300 0 0 deny ip from 127.0.0.0/8 to any
    >65000 44478701 31835950367 allow ip from any to any
    >65100 0 0 pipe 1 ip from 10.0.0.8 to any
    >65200 0 0 pipe 2 ip from any to 10.0.0.8
    >65535 0 0 deny ip from any to any
    >
    >
    >
    I think you're clearly being a bit silly here.
    Remove rules 00200 and 00300 (I dont know why on this green earth you'd
    deny loopback)

    Also you've added an "allow all" rule right above your shaping rules.
    You expected them to be effective after you've just told it to allow all
    traffic anyway?

    man ipfw

    -- 
    Colin Alston <karnaugh@karnaugh.za.net>
    Quantum Logic Chicken:
      The chicken is distributed probabalistically on all sides of the
      road until you observe it on the side of your course.
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Barney Wolff: "Re: [FreeBSD 5.2] Bandwith and packet throttling"

    Relevant Pages

    • Re: 5.3 not accepting connections - What Im missing?
      ... > ipfw show ... I've ran the commands, but I can't see anything strange. ... buda# netstat -r ... also I can connect to others computers of my office LAN ...
      (freebsd-questions)
    • Re: ipfw question (ip vs tcp)
      ... > ftp transfers when needed. ... > ipfw add allow tcp from any to any 21 setup ... > commands like dir and ls. ... The FTP protocol uses a control channel and a data channel. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: ipfw question (ip vs tcp)
      ... The ipfw file has a line like this in it: ... > ipfw add allow tcp from any to any 21 setup ... > Either way I can then have full user ftp sessions with this server. ... Why do both commands work and why won't the server ...
      (comp.unix.bsd.freebsd.misc)
    • Re: "ipfw count" equivalent for pf
      ... > For a complete list of commands, please see the pfctlman page. ... particularly when using tables and lists. ... ipfw show ... ipfw set disable ...
      (freebsd-questions)
    • ipfw question (ip vs tcp)
      ... I run 4.8 on a server with ipfw. ... I can login from a remote location via ISP but cannot excute commands like ... Either way I can then have full user ftp sessions with this server. ...
      (comp.unix.bsd.freebsd.misc)