Hi I have Linux box (Debian) that acting as a bridge. Eth0 and Eth1 are bridged (br0). Br0 have public IP. Eth0 connects to the internet. Eth1 connect to servers in DMZ (with public IPs). Eth2 connects my Lan (192.168.1.0/24). My connections is 2Mbit/2Mbit. I''m doing SNAT for my Lan. QoS on eth0 works fine for DMZ, but is there a possibility to doing QoS on eth0 based on private IPs ( 192.168.1.0/24 ) ? -- Pozdrawiam Marcin, slacklist@op.pl
> QoS on eth0 works fine for DMZ, but is there a possibility to doing > QoS on eth0 based on private IPs ( 192.168.1.0/24 ) ?Are you wanting to QoS inbound or outbound traffic to and from your private IPs? This should be possible on for inbound on your eth2 interface. You might have to use IMQ to QoS what is sent out from your private IPs. Grant. . . .
Marcin Sura wrote:> Hi > > I have Linux box (Debian) that acting as a bridge. > > Eth0 and Eth1 are bridged (br0). > > Br0 have public IP. > Eth0 connects to the internet. > Eth1 connect to servers in DMZ (with public IPs). > > Eth2 connects my Lan (192.168.1.0/24). > My connections is 2Mbit/2Mbit. > > I''m doing SNAT for my Lan. > > QoS on eth0 works fine for DMZ, but is there a possibility to doing > QoS on eth0 based on private IPs ( 192.168.1.0/24 ) ?I''ve not played with bridging, but think you should be able to do it with netfilter marks. iptables or ebtables depending on your setup, or even tc filter on ingress of eth2. Andy.