Re: gateway/firewall script
From: Aleksandar Simonovski (aleksandar_at_unet.com.mk)
Date: 10/23/03
- Previous message: Jonathan Feally: "Re: gateway/firewall script"
- In reply to: Jonathan Feally: "Re: gateway/firewall script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Oct 2003 10:40:17 +0200 To: freebsd-net@freebsd.org
On Wed, 22 Oct 2003 20:29:10 -0700
Jonathan Feally <vulture@netvulture.com> wrote:
> Your problem lies in that you are counting the traffic twice in the
> queue/pipe - once from the internal addr to the dst, and once from the
> external addr to the dst. Change your rules to specify which IP Block
> should get the bw limiting.
> I don't know if the keep-state thing is throwing it out of whack or not.
ok, i don't get this quite right, you meen i should change the masks
to something like this:
queue 1 config weight 5 pipe 1 mask src-ip 0xffffff00
queue 2 config weight 5 pipe 2 mask dst-ip 0xffffff00
queue 3 config weight 5 pipe 3 mask src-ip 0xffffff00
queue 4 config weight 5 pipe 4 mask dst-ip 0xffffff00
_______________________________________________
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"
- Previous message: Jonathan Feally: "Re: gateway/firewall script"
- In reply to: Jonathan Feally: "Re: gateway/firewall script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|