1854825 Members
32849 Online
104103 Solutions
New Discussion

IP Address in D320

 
SOLVED
Go to solution
Sanjiv Sharma_1
Honored Contributor

IP Address in D320

Dear Friends,
My D320 Server is having IP Address 172.25.26.2 with subnet mask 255.255.0.0.
I have made the subnet mask to 255.255.255.0.
This is my requirement.
The subnet mask remains 255.255.255.0 for the same day but it changes back to 255.255.0.0 in the next day.
Pls. help to resolve this.
Everything is possible
4 REPLIES 4
Andreas Voss
Honored Contributor
Solution

Re: IP Address in D320

Hi,

where have you changed the subnet mask ?
For permanent change you have to edit:
/etc/rc.config.d/netconf:
ROUTE_MASK[0]=255.255.255.0

Regards
Andreas Voss
Honored Contributor

Re: IP Address in D320

Hi (again),

i've forgotten:
Changes in /etc/rc.config.d/netconf take affect after rebooting.
federico_3
Honored Contributor

Re: IP Address in D320


You have to modify in /etc/rc.config.d/netconf
SUBNET_MASK

and afterwards reboot the system !

regards,
federico
Andreas Voss
Honored Contributor

Re: IP Address in D320

Hi,

thanks frederico for your correction.