Hi,

  I have installed one OpenBSD 4.4 server with 258 IPs in hostname.em0 file
but it seems not all the IPs are working.
  The server is running the GENERIC kernel.

  The content of the hostname.em0 is as follow (I am going to omit the real
IPs intentionally):

     inet IP MASK NONE
     inet alias IP MASK

  If I run ifconfig command I can see the all IPs are assigned to the
interface as expected:

     # ifconfig em0 | grep inet | wc 
          259    1554   16203

  It shows 258 inet addresses + 1 inet6 address (which is not in use).

  The main idea of this server is to run a DNS service and Apache virtual
host for each IP for a total of 233 virtual hosts.
  At this moment I have 21 sites down because, for some reason, some of the
IP defined are not responding.
  At the beginning I though it was an Apache issue but I realized that the
DNS isn't working on that IPs either.
  If I run ping command from inside the server then some IPs answer and
some others not.
  Is there any place into the source code where I can set the max IP
address for the system? In that case: which is the maximum limit to reach?
why?

  BTW...the server is showing the "uvm_mapent_alloc: out of static map
entries" message too.

  Any help will be appreciated.

  Regards,


      Alvaro

Reply via email to