OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17200
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/06/2024 02:31:58 PM
rwxr-xr-x
📄
bridge-utils
125 bytes
08/20/2015 04:51:09 PM
rw-r--r--
📄
console-setup
285 bytes
02/18/2024 07:56:27 PM
rw-r--r--
📄
crda
549 bytes
08/23/2014 06:22:23 AM
rw-r--r--
📄
cron
183 bytes
05/10/2022 10:15:22 PM
rw-r--r--
📄
dbus
297 bytes
10/07/2019 11:29:04 AM
rw-r--r--
📄
devpts
92 bytes
01/19/2016 06:33:50 PM
rw-r--r--
📁
grub.d
-
02/18/2024 07:58:17 PM
rwxr-xr-x
📄
halt
86 bytes
01/19/2016 06:33:50 PM
rw-r--r--
📄
keyboard
150 bytes
02/18/2024 07:56:22 PM
rw-r--r--
📄
locale
15 bytes
02/18/2024 07:56:43 PM
rw-r--r--
📄
motd-news.wasremoved
0 bytes
02/18/2024 07:55:53 PM
rw-r--r--
📄
networking
306 bytes
11/30/2016 05:15:30 PM
rw-r--r--
📄
nss
1.71 KB
04/14/2016 12:00:00 AM
rw-r--r--
📄
rcS
620 bytes
02/04/2016 09:27:42 PM
rw-r--r--
📄
rsyslog
124 bytes
01/27/2016 10:42:48 PM
rw-r--r--
📄
ssh
133 bytes
05/13/2020 02:12:28 PM
rw-r--r--
📄
swapfile
34 bytes
02/18/2024 07:48:44 PM
rw-r--r--
📄
ubuntu-fan
1.38 KB
10/28/2016 03:24:40 PM
rw-r--r--
📄
useradd
1.09 KB
03/29/2016 09:25:04 AM
rw-r--r--
Editing: ubuntu-fan
Close
# # Configuration for Ubuntu fan overlay network # # FAN_OVERLAY defines the /8 network that is the overlay network. # It is supplied in the format "250.0.0.0/8". Note that the /8 specified # will, if a routable destination, be superseded by the fan overlay. # # If this is not set, the fan will not be configured. # #FAN_OVERLAY="250.0.0.0/8" # Use a bridge specifically for the fan overlay. May be set to false # to use a pre-existing bridge, e.g., one provided by lxc. In that case, # the bridge must be configured for use with fan. # USE_FAN_BRIDGE="true" # Name of the fan bridge, if USE_FAN_BRIDGE is set to true. # Note if you change the bridge name you need to # hange /etc/dnsmasq.d/ubuntu-fan to match. # FAN_BRIDGE="fanbr0" # The network interface to utilize for the fan overlay traffic. If # not specified here, the interface associated with the default # route is chosen. # #FAN_PRIMARY="eth0" # FAN_PRIMARY_ADDR contains the IPv4 address on the FAN_PRIMARY # interface to use for the fan. # # If this is not specified, the first IPv4 address assigned to the # FAN_PRIMARY interface is utilized. FAN_PRIMARY_ADDR is specified # as an IPv4 address without a network mask specifier. # # It is expected that this address will be part of a /16 subnet to # be utilized for the fan underlay. # #FAN_PRIMARY_ADDR="10.2.3.4" # Name of the tunnel device used for fan traffic # FAN_DEV="fan0"