Modify default network cfg as the same with linx 6.0
modified: interface/ri_data.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user