HEX
Server: Apache
System: Linux pdx1-shared-a1-29 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_bj99yp (22285841)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //etc/network/interfaces.physical
## dh2 generated for sled20039 : 2026-07-31 03:57:25
# location pdx1

# gateway address space is 'orange'

# 10.225.31.20 (10.225.16.0/20 pdx1-a1u27-cust_mgmt/orange)
# assigned : sled20039 : machine : 
iface bond0 inet static
	address 10.225.31.20
	netmask 255.255.240.0
	broadcast 10.225.31.255
	up ip route replace default via 10.225.16.1
	down ip route del default
	slaves phy0 phy1
	pre-up ip link set phy0 up ; ip link set phy1 up ;  sleep 2 ; true
	bond_mode 802.3ad
	bond_lacp_rate fast
	bond_xmit_hash_policy layer2+3
	bond_miimon 100
	bond_updelay 300
	bond_downdelay 200
	up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.225.16.1 dev bond0 || true
	down route delete -net 10.0.0.0 netmask 255.0.0.0 gw 10.225.16.1 dev bond0 || true
	up route add -net 172.18.0.0 netmask 255.254.0.0 gw 10.225.16.1 dev bond0 || true
	down route delete -net 172.18.0.0 netmask 255.254.0.0 gw 10.225.16.1 dev bond0 || true
	up route add -net 192.168.0.0 netmask 255.255.0.0 gw 10.225.16.1 dev bond0 || true
	down route delete -net 192.168.0.0 netmask 255.255.0.0 gw 10.225.16.1 dev bond0 || true

# loopback
iface lo inet loopback

allow-bond0 phy0
iface phy0 inet manual
	bond-master bond0

allow-bond0 phy1
iface phy1 inet manual
	bond-master bond0

# auto interfaces (all of them!)
auto phy0 phy1 bond0 lo