Hello,
Today I ran into a little problem with ifconfig and rc scripts.
I have tried googling this issue, although all I could find, are people
pointing at syntax errors.
Perhaps someone here has ran into this before and could provide some
pointers.
Here is the relevant /etc/rc.conf settings;
d
On 07/16/2014 12:52 PM, Maciej Milewski wrote:
> Double mask definition?
> You are trying to define 94.247.171.197 with mask 32 and then with mask 28.
> Remove the /32 from this line and use simple 94.247.171.197 netmask
> 255.255.255.240 broadcast 94.247.171.207
> Alias is defined correctly.
> Th