Page MenuHomeMiraheze
Paste P371

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Feb 1 2021, 17:24.
Tags
None
Referenced Files
F1385856: raw-paste-data.txt
Feb 1 2021, 17:24
Subscribers
None
root@cp7:/home/paladox# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
allow-hotplug ens18
auto ens18
iface ens18 inet static
address 51.89.160.142
gateway 51.89.160.254
netmask 255.255.255.0
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8 8.8.4.4
dns-search miraheze.org
iface ens18 inet6 static
address 2001:41d0:800:105a::10
netmask 64
post-up /sbin/ip -f inet6 route add 2001:41D0:800:10FF:FF:FF:FF:FF dev ens18
post-up /sbin/ip -f inet6 route add default via 2001:41D0:800:10FF:FF:FF:FF:FF
pre-down /sbin/ip -f inet6 route del default via 2001:41D0:800:10FF:FF:FF:FF:FF
pre-down /sbin/ip -f inet6 route del 2001:41D0:800:10FF:FF:FF:FF:FF dev ens18

Event Timeline