Thanks, I'm trying to allow incoming DHCP requests to an additional interface and have it be interface specific like the existing AUTO_INPUT and AUTO_OUTPUT rules are for the DHCP server.
These rules are generated automatically. If you like to make some custom rules, make a file /sbin/init.d/ipfilter.local and chmod 400. There you can type in your rules: Example: /usr/local/bin/iptables -I OUTPUT -p tcp --dport 5900 -j ACCEPT
These rules are generated automatically. If you like to make some custom rules, make a file /sbin/init.d/ipfilter.local and chmod 400. There you can type in your rules: Example: /usr/local/bin/iptables -I OUTPUT -p tcp --dport 5900 -j ACCEPT