Hello,
I would like to stop relaying dhcp packets throughs my linux bridge -
what would be the iptables formula ?
--
Wojciech Ziniewicz
Unix SEX :{look;gawk;find;sed;talk;grep;touch;finger;find;fl
ex;unzip;head;tail; mount;workbone;fsck;yes;gasp;fsck;more;yes;yes;eje
ct;umount;makeclean; zip;split;done;exit:xargs!!;)}
dhcp relaying question
Am Monday, den 17 December hub Wojciech Ziniewicz folgendes in die Tasten:
Hi!
> I would like to stop relaying dhcp packets throughs my linux bridge -
> what would be the iptables formula ?
iptables -I FORWARD -p udp --sport 67:68 --dport 67:68 -j DROP
Ciao
Max
--
Follow the white penguin.
--