On Fri, Sep 21, 2012 at 09:22:28AM -0400, Francois Gaudreault wrote:
> Why your eth0 is internal?  You should set it to management only.

If I do that, I get the following error when restarting daemons:

  Checking configuration sanity...
  FATAL - internal network(s) not defined!

This seems to be very explicit in the code:

=item interfaces

check the Netmask objs and make sure a managed and internal interface exist

=cut
sub interfaces {

    if ( !scalar(get_internal_devs()) ) {
        add_problem( $FATAL, "internal network(s) not defined!" );
    }

Regards,

Brian.

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to