Miha Petkovsek
Miha Petkovsek
Added to 1.4 roadmap.
Hi, this two queries in MySQL database should do it: ```sql update `users` set `username` = 'newusername' where `username` = 'old_username'; update `logs` set `username` = 'newusername' where `username` =...
You are scanning from UI right ?
Administration > phpipam settings > Max scan threads > Set maximum number of concurrent ICMP checks (default 128)
Which os ? Was it ok on 1.2 ? You can copy over old discoveryCheck.php.
I am guessing you use ping for scan method ? Might be related to this change (`functions/classes/class.Scan.php`): ```php # set ping command based on OS type if ($this->os_type == "FreeBSD")...
You can see which subnets are being scanned under tools > scanned networks.
I started working on this, does this sound reasonable for BGP table ? ``` `local_as` varchar(12) NOT NULL DEFAULT '', `local_address` varchar(100) NOT NULL DEFAULT '', `peer_name` varchar(255) NOT NULL...
Hi gary, agreed, makes sense. Will create new branch when it is ready to be tested.
Hi, first version is available on routing_module branch, BGP only for now: https://github.com/phpipam/phpipam/tree/routing_module