Re: Ebtables to stop DHCP and ARP
- From: Clifford Kite <kite@xxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 16:11:31 -0500
support@xxxxxxxxxxxxxxx wrote:
Well, that didn't do it exactly - but it pointed me in the right
direction. I will post the rules I ended up with when I'm all done.
I've only been using ebtables/iptables for a little while, so I'm
still getting the hang of it.
Yep, I know the feeling - it takes experience to be sure. Thanks for
the follow up.
Here's something that occurred to me and might help. Replacing
ebtables -A INPUT -i $PRIVATE_NET -d ff:ff:ff:ff:ff:ff/
ff:ff:ff:ff:ff:ff -p IPv4 --ip-prot udp --ip-dport ! 67:68 -j ACCEPT
with
ebtables -A INPUT -i $PRIVATE_NET -d ff:ff:ff:ff:ff:ff/
ff:ff:ff:ff:ff:ff -p IPv4 --ip-dport ! 67:68 -j ACCEPT
should accept all IPv4 (not just UDP) traffic not bound for ports 67,68.
IPv4 traffic bound for those ports will dropped, but that seems rather
unlikely to cause a problem.
Regards-
--
Clifford Kite
.
- Follow-Ups:
- Re: Ebtables to stop DHCP and ARP
- From: support
- Re: Ebtables to stop DHCP and ARP
- References:
- Ebtables to stop DHCP and ARP
- From: support
- Re: Ebtables to stop DHCP and ARP
- From: Clifford Kite
- Re: Ebtables to stop DHCP and ARP
- From: support
- Ebtables to stop DHCP and ARP
- Prev by Date: Re: Seriously confused about linux routing
- Next by Date: rehat linux9.0 ppp error messages
- Previous by thread: Re: Ebtables to stop DHCP and ARP
- Next by thread: Re: Ebtables to stop DHCP and ARP
- Index(es):