source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet static
address 176.15.140.120
netmask 255.255.255.224
gateway 176.15.140.97
# route 176.15.140.96/27 via 176.15.140.97
iface eno1 inet6 static
address 2a01:5r8:160:14a5::2
netmask 64
gateway fe80::1
systemctl status networking
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: active (exited) since Sat 2022-12-17 16:59:52 EET; 16min ago
Docs: man:interfaces(5)
Process: 673 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=0/SUCCESS)
Main PID: 673 (code=exited, status=0/SUCCESS)
CPU: 260ms
Dec 17 16:59:46 moscow-battle.com systemd[1]: Starting Raise network interfaces...
Dec 17 16:59:52 moscow-battle.com ifup[774]: Waiting for DAD... Done
Dec 17 16:59:52 moscow-battle.com systemd[1]: Finished Raise network interfaces.
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 176.15.140.120 netmask 255.255.255.224 broadcast 176.15.140.127
inet6 2a01:5f8:161:14a5::2 prefixlen 64 scopeid 0x0<global>
inet6 fe80::b62e:90ff:fe48:1a74 prefixlen 64 scopeid 0x20<link>
ether b4:2e:99:55:1a:74 txqueuelen 1000 (Ethernet)
RX packets 58792 bytes 19025723 (18.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 69376 bytes 50932526 (48.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0x51200000-51220000
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-12-17 02:20:18 EET; 35min ago
Docs: man:interfaces(5)
Process: 666 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Main PID: 666 (code=exited, status=1/FAILURE)
CPU: 229ms
Dec 17 02:20:13 moscow-battle.com systemd[1]: Starting Raise network interfaces...
Dec 17 02:20:18 moscow-battle.com ifup[768]: Waiting for DAD... Done
Dec 17 02:20:18 moscow-battle.com ifup[951]: SIOCSIFADDR: File exists
Dec 17 02:20:18 moscow-battle.com ifup[666]: ifup: failed to bring up eno1
Dec 17 02:20:18 moscow-battle.com systemd[1]: networking.service: Main process exited, code=exited, >Dec 17 02:20:18 moscow-battle.com systemd[1]: networking.service: Failed with result 'exit-code'.
Dec 17 02:20:18 moscow-battle.com systemd[1]: Failed to start Raise network interfaces.
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet static
address 176.15.140.120
netmask 255.255.255.224
gateway 176.15.140.97
# route 176.15.140.96/27 via 176.15.140.97
up route add -net 176.15.140.96 netmask 255.255.255.224 gw 176.15.140.97 dev eno1
iface eno1 inet6 static
address 2a01:5f8:161:14a5::2
netmask 64
gateway fe80::1
up /sbin/ifconfig eno1 inet6 add 2a01:5f8:161:14a5::2/128
When the program ends while in foreground mode, either via Ctrl+C or receiving a SIGINT or SIGTERM signal, the mount should be automatically stopped.
df -x fuse.rclone
Filesystem 1K-blocks Used Available Use% Mounted on
udev 65892688 0 65892688 0% /dev
tmpfs 13182920 1172 13181748 1% /run
/dev/md2 978087024 318244676 610084588 35% /
tmpfs 65914596 0 65914596 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
/dev/md1 1012428 106536 853568 12% /boot
overlay 978087024 318244676 610084588 35% /var/lib/docker/overlay2/5443914a107fbafc7e6910d6822a2fc470dbe4f9b67ce5cb9f7554d20f55e330/merged
tmpfs 13182916 0 13182916 0% /run/user/0
overlay 978087024 318244676 610084588 35% /var/lib/docker/overlay2/379517ca2c5fef7c3698fcd6cf45778b81810b5153c797cc0f78e35fabd7f694/merged
overlay 978087024 318244676 610084588 35% /var/lib/docker/overlay2/a889dd082c644d2b02e6a28000496586980b5ac5dd0854c2b1cefc5b9a3b0b0e/merged
df -a
df -x /root/mymount/cloudmailru
df -x /root/mymount/cloudgoogle