Only allow one ipaddress through with redirect

[email protected]
Newsgroups gmane.linux.network.bridge.ebtables.user
Message-ID <[email protected]>
Although still a newbie, I have ebtables working well thanks to you guys. I am
using it to transparently redirect to dansguardian/squid using the following
command and an iptables command.

 ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 \
        --ip-destination-port 80 -j redirect --redirect-target ACCEPT

The problem is that I need to exclude my bosses computer from the redirection
and send him out to the internet without the redirection.

I have tried the following with the previous command

 ebtables -t broute -A BROUTING -p IPv4 --ip-source 192.168.0.13 -j DROP
and
 ebtables -t broute -A BROUTING -p IPv4 --ip-source 192.168.0.13 -j ACCEPT

What am I missing?

Joseph Ollis




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.