Menu

interfaces not detected

Ben Cone
2010-06-28
2012-08-29
  • Ben Cone

    Ben Cone - 2010-06-28

    All right, it doesn't appear to be detecting my interfaces? Where in the code
    does it automate doing this. I have two NICs on the machine and they show up
    on an ifconfig easily enough and are working.

    Running environment:

    Ubuntu Server 10.04 x64 2.6.32-21-server

    PHP version: 5.3.2

    MySQL version: 5.1.41-3ubuntu12.3

    Apache version: 2.2.14

     
  • Ben Cone

    Ben Cone - 2010-06-29

    While I am talking about Interfaces, does this thing allow or detect for
    networks that are added through route add commands? If it doesn't, is there a
    way to make it do that?

     
  • jas

    jas - 2010-06-29

    Currently it does not do anything as proactive as to look at the routing table
    to automatically add routing information per interface. And there are not any
    plans to add this as a feature as I am unsure of any reason to do this.

    In regards to the interfaces you must setup a crontab entry which was
    developed for a couple of reasons:

    1. The cron job will look for a restart flag prior to restarting the dhcpd service because I wanted to NOT use any su commands for the web server
    2. The crontab entry also performs a lookup on the local interfaces
    3. It also parses the leases.conf file for active leases and adds them to the 'manage leases' interface (this is still in development)

    In order to setup the crontab have a look at the WIKI page, it has quite a bit
    of information on the setup.

    [http://sourceforge.net/apps/mediawiki/phpdhcpadmin/index.php?title=Main_Page]
    (http://sourceforge.net/apps/mediawiki/phpdhcpadmin/index.php?title=Main_Page)

    **It is under both the lazy and secure setup near the bottom of those sections

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.