Magellan Linux

Contents of /alx-src/branches/alxconf-060/skel/net/net.eth0

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2457 - (show annotations) (download)
Mon Jun 27 12:48:40 2011 UTC (12 years, 10 months ago) by niro
File size: 170 byte(s)
-fixed dhcp timeout, retry and interface
1 # /etc/conf.d/net.eth0 - example eth0 network device configuration
2 # $Id$
3 ONBOOT="yes"
4 NETWORKING="dhcp"
5 DHCP_PROG="/sbin/udhcpc"
6 DHCP_START="-T 10 -t 3 -i"
7 DHCP_STOP=""