From 080f7776d74b9bb3a54c1937480a4b0d326bcbd7 Mon Sep 17 00:00:00 2001 From: Peng Zhihui Date: Mon, 3 Mar 2014 09:17:58 +0800 Subject: [PATCH] Modify default network cfg as the same with linx 6.0 modified: interface/ri_data.py --- interface/ri_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/ri_data.py b/interface/ri_data.py index 0debd5a..f78c512 100644 --- a/interface/ri_data.py +++ b/interface/ri_data.py @@ -473,10 +473,10 @@ class Network: hostname ='localhost' configuration ='' domain = 'in.linx' - ip = '192.168.0.1' + ip = '192.168.1.109' mask = '255.255.255.0' - gateway = '192.168.0.254' - primary_dns = '192.168.0.254' + gateway = '192.168.1.1' + primary_dns = '192.168.1.1' secondary_dns = '' @staticmethod