File manager - Edit - /home/c14075/dragmet-ural.ru/www/network.tar
Back
ifstate 0000644 00000000020 15103372564 0006124 0 ustar 00 lo=lo eth0=eth0 ifstate.eth0 0000644 00000000005 15103372564 0006766 0 ustar 00 eth0 .ifstate.lock 0000644 00000000000 15103372564 0007127 0 ustar 00 ifstate.lo 0000644 00000000003 15103372564 0006536 0 ustar 00 lo if-up.d/phoenix-ga-netinit 0000755 00000000120 15103475005 0011434 0 ustar 00 #!/bin/sh set -u /usr/sbin/phoenix-ga netinit --configure-iface $IFACE exit 0 if-up.d/openntpd 0000755 00000000306 15103475005 0007562 0 ustar 00 #!/bin/sh CONFIG="/etc/openntpd/ntpd.conf" if [ "${METHOD}"X = "loopback"X ] || [ "${METHOD}"X = "none"X ] then exit 0 fi if pidof -q ntpd; then invoke-rc.d openntpd force-reload || true fi if-up.d/postfix 0000755 00000002237 15103475005 0007434 0 ustar 00 #!/bin/sh -e # Called when a new interface comes up # Written by LaMont Jones <lamont@debian.org> # don't bother to restart postfix when lo is configured. if [ "$IFACE" = "lo" ]; then exit 0 fi # If /usr isn't mounted yet, silently bail. if [ ! -d /usr/lib/postfix ]; then exit 0 fi RUNNING="" # If master is running, force a queue run to unload any mail that is # hanging around. Yes, sendmail is a symlink... if [ -f /var/spool/postfix/pid/master.pid ]; then pid=$(sed 's/ //g' /var/spool/postfix/pid/master.pid) exe=$(ls -l /proc/$pid/exe 2>/dev/null | sed 's/.* //;s/.*\///') if [ "X$exe" = "Xmaster" ]; then RUNNING="y" fi fi # start or reload Postfix as needed if [ ! -x /sbin/resolvconf ]; then f=/etc/resolv.conf if ! cp $f $(postconf -hx queue_directory)$f 2>/dev/null; then exit 0 fi if [ -n "$RUNNING" ]; then service postfix reload >/dev/null 2>&1 fi fi # If master is running, force a queue run to unload any mail that is # hanging around. Yes, sendmail is a symlink... if [ -n "$RUNNING" ]; then if [ -x /usr/sbin/sendmail ]; then # Don't propagate the exit code on failure; cf. #959864 /usr/sbin/sendmail -q >/dev/null 2>&1 || true fi fi if-down.d/phoenix-ga-netinit 0000755 00000000122 15103475005 0011761 0 ustar 00 #!/bin/sh set -u /usr/sbin/phoenix-ga netinit --deconfigure-iface $IFACE exit 0 if-down.d/postfix 0000755 00000001440 15103475005 0007752 0 ustar 00 #!/bin/sh -e # Called when an interface disconnects # Written by LaMont Jones <lamont@debian.org> # start or reload Postfix as needed # If /usr isn't mounted yet, silently bail. if [ ! -d /usr/lib/postfix ]; then exit 0 fi RUNNING="" # If master is running, force a queue run to unload any mail that is # hanging around. Yes, sendmail is a symlink... if [ -f /var/spool/postfix/pid/master.pid ]; then pid=$(sed 's/ //g' /var/spool/postfix/pid/master.pid) exe=$(ls -l /proc/$pid/exe 2>/dev/null | sed 's/.* //;s/.*\///') if [ "X$exe" = "Xmaster" ]; then RUNNING="y" fi fi if [ ! -x /sbin/resolvconf ]; then f=/etc/resolv.conf if ! cp $f $(postconf -hx queue_directory)$f 2>/dev/null; then exit 0 fi if [ -n "$RUNNING" ]; then service postfix reload >/dev/null 2>&1 fi fi exit 0 interfaces 0000644 00000000353 15103475005 0006613 0 ustar 00 # # ATTENTION: # All IPs are assigned to the interfaces automatically by scripts # /etc/network/if-up.d/if-up-eth* # auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet manual allow-hotplug eth1 iface eth1 inet manual 80-wifi-station.network.example 0000644 00000000100 15134514446 0012451 0 ustar 00 [Match] Type=wifi WLANInterfaceType=station [Network] DHCP=yes 80-vm-vt.network 0000644 00000001250 15134514446 0007462 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # This network file matches vt-* TUN/TAP devices and applies a similar # configuration as ve-* to provide NAT/DHCP to VMs. [Match] Name=vt-* Driver=tun [Network] # Default to using a /28 prefix, giving up to 13 addresses per VM. Address=0.0.0.0/28 LinkLocalAddressing=yes DHCPServer=yes IPMasquerade=yes LLDP=yes EmitLLDP=customer-bridge 80-container-ve.network 0000644 00000001326 15134514446 0011007 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # This network file matches the host-side of the virtual Ethernet link # created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for # details. [Match] Name=ve-* Driver=veth [Network] # Default to using a /28 prefix, giving up to 13 addresses per container. Address=0.0.0.0/28 LinkLocalAddressing=yes DHCPServer=yes IPMasquerade=yes LLDP=yes EmitLLDP=customer-bridge 80-wifi-adhoc.network 0000644 00000000116 15134514446 0010423 0 ustar 00 [Match] Type=wifi WLANInterfaceType=ad-hoc [Network] LinkLocalAddressing=yes 80-container-host0.network 0000644 00000001215 15134514446 0011427 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # This network file matches the container-side of the virtual Ethernet link # created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for # details. [Match] Virtualization=container Name=host0 [Network] DHCP=yes LinkLocalAddressing=yes LLDP=yes EmitLLDP=customer-bridge [DHCP] UseTimezone=yes 80-container-vz.network 0000644 00000001310 15134514446 0011025 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # This network file matches the bridge interface created by systemd-nspawn's # --network-zone= switch. See systemd-nspawn(1) for details. [Match] Name=vz-* Driver=bridge [Network] # Default to using a /24 prefix, giving up to 253 addresses per virtual network. Address=0.0.0.0/24 LinkLocalAddressing=yes DHCPServer=yes IPMasquerade=yes LLDP=yes EmitLLDP=customer-bridge 80-wifi-ap.network.example 0000644 00000000145 15134514446 0011401 0 ustar 00 [Match] Type=wifi WLANInterfaceType=ap [Network] Address=0.0.0.0/24 DHCPServer=yes IPMasquerade=yes 99-default.link 0000644 00000000763 15134514446 0007323 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Match] OriginalName=* [Link] NamePolicy=keep kernel database onboard slot path AlternativeNamesPolicy=database onboard slot path MACAddressPolicy=persistent 73-usb-net-by-mac.link 0000644 00000000054 15134514446 0010403 0 ustar 00 [Match] Path=*-usb-* [Link] NamePolicy=mac
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings