X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=4607dfb770e9310cf074248b75f08ebdd36ab667;hb=7257be007e096ab1f7f6e3bf6c738b9b67b849f2;hp=1b6c06a60e4103c03b2b3b8cc72a16041315bcb4;hpb=1eb363044c6ee3115e62736aed4403b750082b44;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 1b6c06a..4607dfb 100644 --- a/sysinfos +++ b/sysinfos @@ -60,8 +60,6 @@ TIMEZONE="America/Montreal" # General network settings INTERFACES="eth0" -# GATEWAY is not required if using DHCP -GATEWAY="192.168.1.1" MACHINE_NAME="chambers64" DOMAIN="mongol.com" LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 @@ -70,12 +68,14 @@ LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 USE_DYNAMIC_DNS="no" # Network interface card eth0 settings (ROUTEUR/INTERNET) -BOOTPROTO[0]="static" -IP_ADDRESS[0]="192.168.1.102" -PREFIX_LENGTH[0]=24 +BOOTPROTO[0]="dhcp" +IP_ADDRESS[0]="" +PREFIX_LENGTH[0]="" +# GATEWAY is not required if using DHCP +GATEWAY[0]="" # DNS servers addresses (not required if using DHCP) -NAMESERVER[0]="192.168.1.1" +NAMESERVER[0]="" # Define this if you want the mail addressed to the root user automatically # be forwarded to someone else