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