OXIESEC PANEL
- Current Dir:
/
/
etc
/
ufw
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
after.init
1.1 KB
10/21/2019 03:50:03 PM
rw-r-----
📄
after.rules
1004 bytes
03/25/2019 09:14:25 PM
rw-r-----
📄
after6.rules
915 bytes
03/25/2019 09:14:25 PM
rw-r-----
📁
applications.d
-
05/09/2024 07:15:49 AM
rwxr-xr-x
📄
before.init
1.1 KB
10/21/2019 03:50:03 PM
rw-r-----
📄
before.rules
2.48 KB
03/25/2019 09:14:25 PM
rw-r-----
📄
before6.rules
6.54 KB
03/25/2019 09:14:25 PM
rw-r-----
📄
sysctl.conf
1.36 KB
08/15/2017 04:47:54 PM
rw-r--r--
📄
ufw.conf
313 bytes
05/09/2024 07:15:19 AM
rw-r--r--
📄
user.rules
2.49 KB
05/19/2025 08:01:03 AM
rw-r-----
📄
user6.rules
2.16 KB
05/19/2025 07:59:48 AM
rw-r-----
Editing: sysctl.conf
Close
# # Configuration file for setting network variables. Please note these settings # override /etc/sysctl.conf and /etc/sysctl.d. If you prefer to use # /etc/sysctl.conf, please adjust IPT_SYSCTL in /etc/default/ufw. See # Documentation/networking/ip-sysctl.txt in the kernel source code for more # information. # # Uncomment this to allow this host to route packets between interfaces #net/ipv4/ip_forward=1 #net/ipv6/conf/default/forwarding=1 #net/ipv6/conf/all/forwarding=1 # Disable ICMP redirects. ICMP redirects are rarely used but can be used in # MITM (man-in-the-middle) attacks. Disabling ICMP may disrupt legitimate # traffic to those sites. net/ipv4/conf/all/accept_redirects=0 net/ipv4/conf/default/accept_redirects=0 net/ipv6/conf/all/accept_redirects=0 net/ipv6/conf/default/accept_redirects=0 # Ignore bogus ICMP errors net/ipv4/icmp_echo_ignore_broadcasts=1 net/ipv4/icmp_ignore_bogus_error_responses=1 net/ipv4/icmp_echo_ignore_all=0 # Don't log Martian Packets (impossible addresses) # packets net/ipv4/conf/all/log_martians=0 net/ipv4/conf/default/log_martians=0 #net/ipv4/tcp_fin_timeout=30 #net/ipv4/tcp_keepalive_intvl=1800 # Uncomment this to turn off ipv6 autoconfiguration #net/ipv6/conf/default/autoconf=1 #net/ipv6/conf/all/autoconf=1 # Uncomment this to enable ipv6 privacy addressing #net/ipv6/conf/default/use_tempaddr=2 #net/ipv6/conf/all/use_tempaddr=2