Page MenuHomePhabricator
Paste P6980

/etc/network/interfaces on lvs5003 on stretch
ActivePublic

Authored by Vgutierrez on Apr 11 2018, 9:28 AM.
Tags
None
Referenced Files
F16912818: /etc/network/interfaces on lvs5003 on stretch
Apr 11 2018, 9:28 AM
Subscribers
None
```
vgutierrez@lvs5003:~$ 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
# The primary network interface
allow-hotplug enp5s0f0
iface enp5s0f0 inet static
address 10.132.0.13/24
gateway 10.132.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 103.102.166.254 208.80.153.254
dns-search eqsin.wmnet
pre-up /sbin/ip token set ::10:132:0:13 dev enp5s0f0
up ip addr add 2001:df2:e500:101:10:132:0:13/64 dev enp5s0f0
offload-lro off
up /usr/local/sbin/interface-rps enp5s0f0
up /usr/local/sbin/interface-rps enp5s0f0
up echo 10000 > /sys/class/net/enp5s0f0/tx_queue_len
up echo 10000 > /sys/class/net/enp5s0f0/tx_queue_len
hardware-dma-ring-rx 4078
up ethtool -A enp5s0f0 autoneg off tx off rx off ||:
auto enp5s0f0.510
iface enp5s0f0.510 inet static
address 103.102.166.12
netmask 255.255.255.240
```