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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
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
The crontab entry also performs a lookup on the local interfaces
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.
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
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?
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:
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