0byt3m1n1
Path:
/
data
/
15
/
.snapshot
/
daily.2025-03-07_0010
/
dwaynefromnetsolformiva
/
miva1
/
[
Home
]
File: net
# Configuration through halcyon eclass on Wed Jun 28 12:07:50 EDT 2006 config_eth1=( "205.178.146.20/21" "205.178.146.10/21" "205.178.146.13/21" ) config_eth0=( "10.49.7.192/20" ) # Routing configuration through halcyon.eclass routes_eth0=( "10.215.64.162/32 via 10.49.1.4" "10.221.36.0/24 via 10.49.1.4" "10.63.51.11/32 via 10.49.1.4" "10.221.34.25/32 via 10.49.1.4 src 10.49.7.192" ) # Routing configuration through halcyon.eclass routes_eth1=( "default via 205.178.145.12" "205.178.152.0/24 via 205.178.145.18" "205.178.144.0/24 via 205.178.145.12" "206.188.192.0/22 via 205.178.145.21" ) preup() { if ethtool ${IFACE} | grep -q 'Link detected: no'; then ewarn "No link on ${IFACE} - configuration aborted" return 0 fi return 0 } postup() { ethtool -s ${IFACE} duplex full autoneg off speed 100 return 0 }