OXIESEC PANEL
- Current Dir:
/
/
lib
/
firewalld
/
policies
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/21/2023 10:00:56 AM
rwxr-xr-x
📄
allow-host-ipv6.xml
649 bytes
09/21/2023 10:00:56 AM
rw-r--r--
Editing: allow-host-ipv6.xml
Close
<?xml version="1.0" encoding="utf-8"?> <policy target="CONTINUE" priority="-15000"> <short>Allow host IPv6</short> <description>Allows basic IPv6 functionality for the host running firewalld.</description> <ingress-zone name="ANY" /> <egress-zone name="HOST" /> <rule family="ipv6"> <icmp-type name="neighbour-advertisement" /> <accept /> </rule> <rule family="ipv6"> <icmp-type name="neighbour-solicitation" /> <accept /> </rule> <rule family="ipv6"> <icmp-type name="router-advertisement" /> <accept /> </rule> <rule family="ipv6"> <icmp-type name="redirect" /> <accept /> </rule> </policy>