Revision history of "Allow DHCP through IPTables"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:45, 17 May 2016Adam.birds talk contribs 316 bytes +316 Created page with "To allow DHCP through IPTbales and IP6Tables run the following commands: <pre> iptables -I INPUT -i eth2 -p udp --dport 67:68 --sport 67:68 -j ACCEPT ip6tables -I INPUT -i et..."