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

hardware-ibm-6272: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 30 10:57:54 2017 +0200 (2017-09-30)
parents
children c21687abfa6a
line source
1 # /etc/network.conf: SliTaz system wide networking configuration.
2 # Config file used by: /etc/init.d/network.sh
3 #
5 # Set default interface.
6 INTERFACE="eth0"
8 # Dynamic IP address.
9 # Enable/disable DHCP client at boot time.
10 DHCP="no"
12 # Static IP address.
13 # Enable/disable static IP at boot time.
14 STATIC="no"
16 # Set IP address and netmask for a static IP.
17 IP=""
18 NETMASK=""
20 # Set route gateway for a static IP.
21 GATEWAY=""
23 # Set DNS server for a static IP.
24 DNS_SERVER=""