Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
35network-legacy /
Delete
Unzip
Name
Size
Permission
Date
Action
dhclient-script.sh
9.6
KB
-rwxr-xr-x
2022-06-19 22:35
dhclient.conf
450
B
-rw-r--r--
2022-06-19 22:35
dhcp-multi.sh
4.53
KB
-rwxr-xr-x
2022-06-19 22:35
ifup.sh
17.75
KB
-rwxr-xr-x
2022-06-19 22:35
kill-dhclient.sh
274
B
-rwxr-xr-x
2022-06-19 22:35
module-setup.sh
3.15
KB
-rwxr-xr-x
2025-06-11 16:03
net-genrules.sh
4.29
KB
-rwxr-xr-x
2022-06-19 22:35
parse-bond.sh
2.13
KB
-rwxr-xr-x
2022-06-19 22:35
parse-bridge.sh
1.15
KB
-rwxr-xr-x
2022-06-19 22:35
parse-ibft.sh
281
B
-rwxr-xr-x
2022-06-19 22:35
parse-ifname.sh
559
B
-rwxr-xr-x
2022-06-19 22:35
parse-ip-opts.sh
5.01
KB
-rwxr-xr-x
2022-06-19 22:35
parse-team.sh
1.72
KB
-rwxr-xr-x
2022-06-19 22:35
parse-vlan.sh
713
B
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/bin/sh # # Format: # ifname=<interface>:<mac> # # Note letters in the macaddress must be lowercase! # # Examples: # ifname=eth0:4a:3f:4c:04:f8:d7 # # Note when using ifname= to get persistent interface names, you must specify # an ifname= argument for each interface used in an ip= or fcoe= argument # check if there are any ifname parameters if ! getarg ifname= > /dev/null; then return fi command -v parse_ifname_opts > /dev/null || . /lib/net-lib.sh # Check ifname= lines for p in $(getargs ifname=); do parse_ifname_opts "$p" done