Page MenuHomeMiraheze
Paste P260

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Feb 3 2020, 23:45.
Tags
None
Referenced Files
F1117731: raw.txt
Feb 3 2020, 23:45
Subscribers
None
allow-hotplug eth0
#iface eth0 inet dhcp
iface eth0 inet manual
iface eth0 inet6 manual
pre-up sleep 5
up dhclient -6 -nw -v eth0
down dhclient -6 -r -v eth0
post-up echo 0 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 51.77.107.210
netmask 255.255.255.0
gateway 54.36.165.256
bridge_ports eth0
bridge_stp off
bridge_fd 0

Event Timeline