Hello Wallace,
On 03/26/2015 03:41 AM, Wallace Tan wrote:
Hi,
How do we add the missing icmptypes in firewalld? For example: timestamp-reply and timestamp-request
They have been added in the github repository https://github.com/t-woerner/firewalld on user request.
Please open an issue there or also provide patches and pull requests to get things in.
# firewall-cmd --get-icmptypes destination-unreachable echo-reply echo-request parameter-problem redirect router-advertisement router-solicitation source-quench time-exceeded
# ls -l /usr/lib/firewalld/icmptypes/ total 36 -rw-r-----. 1 root root 222 Jun 10 2014 destination-unreachable.xml -rw-r-----. 1 root root 173 Jun 10 2014 echo-reply.xml -rw-r-----. 1 root root 210 Jun 10 2014 echo-request.xml -rw-r-----. 1 root root 225 Jun 10 2014 parameter-problem.xml -rw-r-----. 1 root root 185 Jun 10 2014 redirect.xml -rw-r-----. 1 root root 227 Jun 10 2014 router-advertisement.xml -rw-r-----. 1 root root 223 Jun 10 2014 router-solicitation.xml -rw-r-----. 1 root root 248 Jun 10 2014 source-quench.xml -rw-r-----. 1 root root 253 Jun 10 2014 time-exceeded.xml
Thanks, Wallace
Regards, Thomas