tc filter rules matching source IP and route?

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I'm trying to set up a tc filter rule matching the following conditons:

source ip is 192.168.0.68 and only packets shall be matched going out on
the internet connection.

My first try was

"protocol ip u32 match ip src 192.168.0.68 ! match ip dst 192.168.0.0/24"

but obviously tc doesn't like the NOT ... ;-)

I also tried the route classifier, but it cannot be combined with the
match of a source address.

network setup:

network 192.168.0.0
netmask 255.255.255.0
gateway 192.168.0.1


Anyone having an idea how to match all packets of a specific host going
the default route?

Thanx for any answer

Rene Bartsch

_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux