Home Page › Forums › Network Management › Linux and Networking › Openvpn – blocking dhcp remote dhcp requests with ebtables › Reply To: Openvpn – blocking dhcp remote dhcp requests with ebtables
August 27, 2010 at 6:29 pm
#47145
Member
i think raw in this case just means not using the normal tcp/ip stack? dhcpd on zeroshell is utilizing LPF(linux packet filter) to send the packets, which is still a udp packet but outside of iptables reach.. i guess. shrug.