Current problem reports assigned to you
Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description --- o [2003/04/22] kern/51274 ipfwipfw2 create dynamic rules with parent nu f [2003/04/24] kern/51341 ipfwipfw rule 'deny icmp from any to any icmp o [2003/12/11] kern/60154 ipfwipfw core (crash) o [2004/03/03] kern/63724 ipfwIPFW2 Queues dont t work o [2004/11/13] kern/73910 ipfw[ipfw] serious bug on forwarding of packe o [2004/11/19] kern/74104 ipfwipfw2/1 conflict not detected or reported f [2004/12/25] kern/75483 ipfwipfw count does not count o [2005/03/13] conf/78762 ipfw[ipfw] [patch] /etc/rc.d/ipfw should exce o [2005/05/11] bin/80913 ipfw/sbin/ipfw2 silently discards MAC addr ar 9 problems total. Non-critical problems S Submitted Tracker Resp. Description --- a [2001/04/13] kern/26534 ipfw[ipfw] Add an option to ipfw to log gid/u o [2002/12/10] kern/46159 ipfw[ipfw] [patch] ipfw dynamic rules lifetim o [2003/02/11] kern/48172 ipfw[ipfw] [patch] ipfw does not log size and o [2003/03/10] kern/49086 ipfw[ipfw] [patch] Make ipfw2 log to differen o [2003/04/09] bin/50749 ipfw[ipfw] [patch] ipfw2 incorrectly parses p o [2003/08/26] kern/55984 ipfw[ipfw] [patch] time based firewalling sup o [2003/12/30] kern/60719 ipfw[ipfw] Headerless fragments generate cryp o [2004/08/03] kern/69963 ipfw[ipfw] install_state warning about alread o [2004/09/04] kern/71366 ipfw[ipfw] "ipfw fwd" sometimes rewrites dest o [2004/10/29] kern/73276 ipfwipfw2 vulnerability (parser error) o [2005/02/01] kern/76971 ipfwipfw antispoof incorrectly blocks broadca o [2005/03/13] bin/78785 ipfw[ipfw] [patch] ipfw verbosity locks machi o [2005/05/05] kern/80642 ipfw[ipfw] [patch] ipfw small patch - new RUL o [2005/06/28] kern/82724 ipfw[ipfw] [patch] Add setnexthop and default o [2005/10/05] kern/86957 ipfw[ipfw] [patch] ipfw mac logging o [2005/10/07] kern/87032 ipfw[ipfw] [patch] ipfw ioctl interface imple 16 problems total. ___ freebsd-ipfw@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
shaping
Hi, I'm having trouble shaping not sure if my commands are correct want to run it here just in case I'm missing something: I have a freebsd 5.4-Release router with two network cards one connected to my upstream provider and one connected to my vLAN enabled switch, traffic between my vLANS and the internet are up and running without any problems. I need to shape traffic for each vLAN connecting to the internet.I will NOT be firewalling at all, just shaping the vLANS at this stage nothing more. Here is what I have configured: #traffic pipes setup ipfw pipe 1 config bw 2mbit/s ipfw pipe 2 config bw 10mbit/s ipfw pipe 3 config bw 20mbit/s #limit incoming/outgoing traffic ipfw add 100 pipe 1 ip from any to any in recv vlan0 ipfw add 100 pipe 1 ip from any to any out xmit vlan0 ipfw add 200 pipe 2 ip from any to any in recv vlan1 ipfw add 200 pipe 2 ip from any to any out xmit vlan1 ipfw add 300 pipe 3 ip from any to any in recv vlan2 ipfw add 300 pipe 3 ip from any to any out xmit vlan2 #My kernel configuration options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPV6FIREWALL options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT#divert sockets options DUMMYNET options BRIDGE Regards Tyrone DISCLAIMER This e-mail is intended only for the use of the addressees named above and may be confidential. If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than TeleCity or the addressees of its existence or contents. If you have received this e-mail in error, please contact the TeleCity IT department on +44 (0) 161 232 3220 or by email at [EMAIL PROTECTED] Internet communications cannot be guaranteed 100% secure, you should therefore take this potential lack of security into consideration when emailing us as we do not accept legal responsibility for the security of the contents of this or other emails. Whilst TeleCity take measures to prevent any virus contamination of our computer systems, recipients of emails should always ensure that they take their own precautions to avoid virus contamination. ___ freebsd-ipfw@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/72987: [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes (red|gred) [FLOAT]/[BYTES]/[BYTES]/[FLOAT]' parameter problem
Old Synopsis: ipfw/dummynet pipe/queue 'queue [BYTES]KBytes (red|gred) [FLOAT]/[BYTES]/[BYTES]/[FLOAT]' parameter problem New Synopsis: [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes (red|gred) [FLOAT]/[BYTES]/[BYTES]/[FLOAT]' parameter problem Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Tue Oct 25 02:12:37 GMT 2005 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=72987 ___ freebsd-ipfw@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"