Hi, first, can you please open tickets on Github from now on, you might get more help there :) https://github.com/phpipam/phpipam/issues That being said, do you have any special characters in name or description of location containing ' ?
Hi, you can do the following: create seprate sections with setting "Require unique subnets" to off under Administration; create separate VRFs for each multicast range set "strict mode" to off for specific section br
Yes it seems to be. Strange that it does not match. Which sql version do you have ?
This is set each time script loads dinamically. Please add print $query; to line 48 in functions/scripts/remove_offline_addresses.php and check if date part is ok after you execute script.
excludePing can also be 0. Try with ip.excludePing != "1" or ip.excludePing <> 1
Can you manually run this query to see if you get any results: select `ip`.`id`,`ip`.`ip_addr`,`ip`.`lastSeen`,`ip`.`subnetId`,`ip`.`description`,`ip`.`dns_name`,`ip`.`lastSeen`, `su`.`subnet`,`su`.`mask`,`su`.`sectionId`,`su`.`description`, 'delete' as `action` from `ipaddresses` as `ip`, `subnets` as `su` where `ip`.`subnetId` = `su`.`id` and `su`.`pingSubnet` = 1 and `ip`.`excludePing` != 1 and (`ip`.`lastSeen` < '$beforetime' and `ip`.`lastSeen` != '0000-00-00 00:00:00' and `ip`.`lastSeen` is...
Hi, there is new directove in config.dist.php: # remove_offline_addresses.php script parameters $config['removed_addresses_send_mail'] = true; // true/false, send or not mail on pomoving inactive addresses $config['removed_addresses_timelimit'] = 86400 * 7; // int, after how many seconds of inactivity address will be deleted (7 days) Copy it to config.php
AD Auth: Permission denied (13)
Hi Will, is this for version 1.2 ? Maybe try development 1.3 ? https://github.com/phpipam/phpipam
Export files are corrupt
Should be fixed, utf-8 encoding is added and xls version, also some php errors were...
High CPU usage by mysqld process
Np, glad it is fixed niw br
Ok. You can put widgets back it shouldnt affect SQL load anymore.
Hi, as I suspected. Please enter this SQL statement: ALTER TABLE `ipaddresses` ADD...
Ok. Please also send me the create table syntax for table ipaddresses. You can omit...
Hi, this query is used to display top subnets for dashboard graphs. Maybe try removing...
Hi, which version are you on? NAT module is available in development release and...
I checked on latest development release and it is ok. There was a bug with encoding...
Hi, something is wrong with php installation I would guess ? It seems it is outputting...
Hi, try changing session parameters in your php.ini: Here are mine values for 24...
php7 ?
Do you use latest version form GH ?
Look at config.dist.php in root and copy api code to config.php
PowerDNS: Wrong TTL (2h = 7200 not 7400)
Thanks, pushed to latest development release ! br
Se timezone in php. Usually /etc/php.ini or similar.
Scan permissions for Users
Hi, try using the reset admin password script under /functions/scripts/.
Hi, URL_REWRITE must work for API.
Hi, fixed in github, will be updated in next release. br
Hi, in 1.3 (development available on github) RWA users will be able to scan. br
There is a widget + tool subpage available that shows offline IP addresses in development...
Hi, thanks, updated in latest development release.
phpipam-agent removal Fatal error
There is a script provided under functions/scripts/reset-admin-password.php. Use...
Strict mode only works on Root Subnet
Fixed for next release and in development release.
32 bit system ?
Free subnets validation / display is broken
There is a script under functions/scripts/reset-admin-password.php, try it.
Does custom field have space ?
Duplicated nested subnets in strict mode.
Hi, this is fixed in development release and will be released with 1.3 . If urgent...
Hi, this is related to pretty links. For this to work please read http://phpipam.net/documents/prettified-links-with-mod_rewrite/...
If custom field has spaces it is fixed in latest development release. Try removing...
Thanks, will change default value for lastSeen for 1.3
MySQL strict mode prevents automatic database creation
Hi, replace default lastSeen value from ''0000-00-00 00:00:00 to '1000-01-01 00:00:00'...
Subnet Sort Order Not Natural
Fixed in development release on GitHub.
You can enter range, e.g. 10.10.10.2-10.10.10.22 to edit, add or delete ips. Will...
web logins no longer work after hard shutdown
Hi, take a look at this PR on Github :: FIX for PHP lower of 5.3.7 https://githu...
The solution would be to enable mod_rewrite for apache I believe...
Hi, yes, check this guide: http://phpipam.net/api-documentation/ br
Available on GitHub - development release. https://github.com/phpipam/phpipam
Available on GitHub - development release. https://github.com/phpipam/phpipam
great, closing.
API access
Chmod upload dir to 777.
This should work from 1.2 on. Just add http://google.com to custom field.
Does this also happen in demo page ?
Initial wizard doesn't show password requirement
thanks, will fix in next release.
Hi, linke this ? :
DB Update Error when trying to update from v.1.1 to v.1.2.1
Hi, glad you fixed it, seems linke it was not properly migrated. 1.2 had bug, that...
Can phpIPAM manage DNS and DHCP?
Hi, DHCP is not supported, it is planned for version 1.3 phpipam serves as frontend...
Hi, 2 solutions should work: 1.) Use script provided to reset admin pass, it is located...
Do you have spaces in field name ?
Can you first go to administration > verify database to see if any fields are missing...
Can you manually set each query in db/UPDATE- starting from your currently installed...
Upgrade changes users from AD to apache
Hi, will release bigfix release 1.2.1 today that fixes that ! thanks
Hi, you can set zone length under Firewall zone management > settings, the value...
"Search same hostnames in DB" Error
Thanks, will publish fix in bugfix release 1.2.1 this week.
Ok, got it working. Will push to gihub master branch soon. @passie thanks for sharing...
I will do it like this: separate racks table devices link to rack (id, start and...
Also, it would make sense to bind devices to racktables and not individual IP addresses...
Hi, what are the custom field types, which values are in each field ? Name = varchar...
Great,as long as it is working now. br
Reverse DNS not working
Hi, apaches mod_rewrite is not working properly. Please take a look at: http://p...
Hi, no idea, never heard of this error in relation to phpipam... It seems something...
Check permissions on ping binary and/or disable selinux.
Did you manage to fix it ?
Field "Subnet Mask" cannot be empty
Hi, please take a look at issue #183 https://sourceforge.net/p/phpipam/support-r...
No Logout Button in version 1.2
Hi, well quick fix you can try is to edit css/1.2/bootstrap/bootstrap-custom.css,...
Hi, phpipam will check reverse records against nameservers defined for this subnet....
Hi, this was changed because in order to match custom fields in HTML POST the name...
Constant BASE already defined
Hm, maybe kerberos is used ? If apache is set it will check for $SERVER['REMOTE_USER']...
Which php version do you use ?