Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
01systemd-networkd /
Delete
Unzip
Name
Size
Permission
Date
Action
99-default.network
131
B
-rw-r--r--
2025-05-01 10:52
99-wait-online-dracut.conf
153
B
-rw-r--r--
2025-05-01 10:52
module-setup.sh
3.83
KB
-rwxr-xr-x
2025-05-01 10:52
networkd-config.sh
1
KB
-rwxr-xr-x
2025-05-01 10:52
networkd-run.sh
943
B
-rwxr-xr-x
2025-05-01 10:52
Save
Rename
#!/usr/bin/sh command -v getcmdline > /dev/null || . /lib/dracut-lib.sh # Just in case we're running before it systemctl start systemd-network-generator.service # Customizations for systemd-network-generator generated networks. # We need to request certain DHCP options, and there is no way to # tell the generator to add those. for f in /run/systemd/network/*.network; do [ -f "$f" ] || continue { echo "[DHCPv4]" echo "ClientIdentifier=mac" echo "RequestOptions=17" echo "[DHCPv6]" echo "RequestOptions=59 60" } >> "$f" # Remove the default network if at least one was generated rm -f "$systemdnetworkconfdir"/zzzz-dracut-default.network done # Just in case networkd was already running systemctl try-reload-or-restart systemd-networkd.service if [ -n "$netroot" ] || [ -e /tmp/net.ifaces ]; then echo rd.neednet >> /etc/cmdline.d/networkd.conf fi if getargbool 0 rd.neednet; then mkdir -p /run/networkd/initrd : > /run/networkd/initrd/neednet fi