Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: EricBaenen on February 25, 2008, 10:11:59 pm

Title: add alternate netmask to static address config?
Post by: EricBaenen on February 25, 2008, 10:11:59 pm
In eBox Network -> Interfaces... when setting a host interface to a static address, the Netmask is a pull down menu.  If the netmask needed is not in the selection list (in this case 255.255.248.0) - what is the best way of adding it?

Thanks,

Eric
Title: Re: add alternate netmask to static address config?
Post by: sixstone on February 26, 2008, 09:44:55 am
You must edit /usr/share/ebox/templates/network/ifaces.mas and add your desired netmask as follows after line 116:

Code: [Select]
<option value='255.255.248.0'>255.255.248.0</option>

Best regards,