wok-tiny view base-tiny/stuff/etc/network.conf @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents 371673f39e46
children
line source
1 # SliTaz system wide networking configuration.
2 # Config file used by: /etc/init.d/network.sh
4 # Set default interface.
5 INTERFACE="eth0"
7 # Dynamic IP address.
8 # Enable/disable DHCP client at boot time.
9 DHCP="no"
11 # Static IP address.
12 # Enable/disable static IP at boot time.
13 STATIC="no"
15 # Set IP address and netmask for a static IP.
16 IP=""
17 NETMASK=""
19 # Set route gateway for a static IP.
20 GATEWAY=""
22 # Set DNS server for a static IP.
23 DNS_SERVER=""