列表 2. SDL 脚本

#!/bin/sh
ifconfig eth0 <IP address> broadcast <broadcast address> netmask <netmask>
route add -net <subnet address> dev eth0
route add default gw <gateway address> dev eth0
rm /etc/resolv.conf
ln -s /etc/resolv.conf.sdl /etc/resolv.conf
© . All rights reserved.