Ajout Makefile stage0
[hvlinux.git] / sysinfos.server
index 5b7c321..ec480b4 100644 (file)
@@ -46,8 +46,6 @@ TIMEZONE="America/Montreal"
 
 # General network settings
 INTERFACES="eth0 eth1"
-# GATEWAY is not required if using DHCP 
-GATEWAY=""
 MACHINE_NAME="server"
 DOMAIN="hugovil.com"
 LAN_NETWORK_MASK="192.168.0.0/24"
@@ -58,6 +56,8 @@ USE_DYNAMIC_DNS="yes"
 # Network interface card #1 settings (INTERNET)
 BOOTPROTO[0]="dhcp"
 IP_ADDRESS[0]=""
+# GATEWAY is not required if using DHCP 
+GATEWAY[0]=""
 
 # Network interface card #2 settings (LAN)
 BOOTPROTO[1]="static"