slitaz-boot-scripts rev 326

Add OVH IP Failover support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 08:32:57 2013 +0100 (2013-01-17)
parents 03d0b5dd9213
children b53e5c0a9026
files etc/network.conf
line diff
     1.1 --- a/etc/network.conf	Wed Jan 16 13:48:41 2013 +0100
     1.2 +++ b/etc/network.conf	Thu Jan 17 08:32:57 2013 +0100
     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