slitaz-boot-scripts diff etc/network.conf @ rev 342

init: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 27 10:46:48 2014 +0000 (2014-01-27)
parents c2eb90cb74f2
children b2ca17642fab
line diff
     1.1 --- a/etc/network.conf	Sat Jun 30 21:25:09 2012 +0200
     1.2 +++ b/etc/network.conf	Mon Jan 27 10:46:48 2014 +0000
     1.3 @@ -17,9 +17,15 @@
     1.4  IP="192.168.0.6"
     1.5  NETMASK="255.255.255.0"
     1.6  
     1.7 +# Set broadcast address
     1.8 +BROADCAST="192.168.0.255"
     1.9 +
    1.10  # Set route gateway for a static IP.
    1.11  GATEWAY="192.168.0.1"
    1.12  
    1.13 +# Set domain name
    1.14 +DOMAIN=""
    1.15 +
    1.16  # Set DNS server for a static IP.
    1.17  DNS_SERVER="192.168.0.1"
    1.18