-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME
executable file
·90 lines (74 loc) · 2.53 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
This project is a fork from the original which can be found here : http://sourceforge.net/projects/phpipam/?source=directory
Description
===========
phpipam is an open-source web IP address management application. Its goal is to provide light and simple |P address management application.
It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly...
Features and tools:
- Section / Subnet separation
- Subnet nesting
- IPv4/IPv6 support
- Displays free range and number of clients
- Subnet statistics
- User management
- AD/LDAP/OpenLDAP authentication support
- E-Mail notification with IP details
- Import IP addresses from XLS / CSV file
- Export IP database to XLS file
- IPv4/IPv6 calculator
- Search IP database
- IP request module
- Custom IP address fields
- and much more...
What it does not do:
- Updates DNS server
- Scan subnet range (for now)
License
=======
phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.
Requirements
============
- Apache2 web server with php and mod_rewrite support (set "AllowOverride all" in vhost config)
- Mysql server (5.1+)
- PHP version 5.2+ with following modules (On windows php 5.3 is required!)
+ + mysqli : Adds support for the improved mySQL libraries
+ + session : Adds persistent session support
+ + gmp : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
+ + ldap : Adds LDAP support (Lightweight Directory Access Protocol)
+ + json : Adds supports for JSON data-interexchange format
+ + SimpleXML : Adds SimpleXML support for parsin XML files
+ + gettext : Add support for gettext translations
- PHP PEAR support (dev-php/pear)
Install
=======
- see INSTALL.txt file for details
Update
=======
- see UPDATE file for details
Demo page
============
http://demo.phpipam.net
Default user
============
Admin / ipamadmin
Changelog
=========
See misc/CHANGELOG
Roadmap
=========
See misc/Roadmap
Contact
=======
Donors
======
Special thanks to following donors:
- Dicom Datautveckling AB
- Tatung Baby
- Suretec Systems Ltd.
- Uplifting Host
- Alun James
- Maxim Kravets
- VIBIZNES
special thank also to Hosterdam team (http://www.hosterdam.com) for VPS server
that is used for development of phpIPAM and for demo site.
And also to all users that filed a bug report / feature report and helped with feature testing!