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

busybox: /etc/mtab is a symlink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 16:42:53 2020 +0000 (2020-06-11)
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=""