tool / IP subnet calculator IPv4 / IPV6
Moderators: Developers, Moderators
tool / IP subnet calculator IPv4 / IPV6
current release: 0.6 (1.0.6)
compatible 0.8.x and 1.0.x added languages and themes
a IPsubnet calculator IPV4 & IPv6 (HTML5, CSS, multilanguage)
It could be used also as pure HTML because I've wrote the main part in pure HTML & javascript.
now under GitHub https://github.com/jmpep/IPsubnet
https://github.com/jmpep/IPsubnet/blob/ ... plugin.zip
more languages and more IPv6 examples
compatible 0.8.x and 1.0.x added languages and themes
a IPsubnet calculator IPV4 & IPv6 (HTML5, CSS, multilanguage)
It could be used also as pure HTML because I've wrote the main part in pure HTML & javascript.
now under GitHub https://github.com/jmpep/IPsubnet
https://github.com/jmpep/IPsubnet/blob/ ... plugin.zip
more languages and more IPv6 examples
- Attachments
-
- Cacti-ip-subnet.png (77.18 KiB) Viewed 8389 times
Last edited by pepj2 on Tue Feb 21, 2017 9:32 pm, edited 7 times in total.
I have add the possibility to change the values when changing Mask in IPv4.
You can copy the ipsubnet-body.html file or download the new release 0.4b in the first post.
You can copy the ipsubnet-body.html file or download the new release 0.4b in the first post.
- Attachments
-
- ipsubnet-body.zip
- (10.71 KiB) Downloaded 1911 times
- adrianmarsh
- Cacti User
- Posts: 437
- Joined: Wed Aug 17, 2005 8:51 am
- Location: UK
Normally there is no problem (do not use the specifics thinks of 0.8.7).adrianmarsh wrote:i get a broken top image... maybe because I'm on 0.8.7?
I have checked it with 0.8.7, PlA 1.3 and Firefox and IE. No problem.
If you don't find more information about your problem.
One possiblity is to comment to line in the file ipsubnet.php (add // like below):
Code: Select all
//include_once("./include/top_header.php");
include("./plugins/ipsubnet/ipsubnet-body.html");
//include_once("./include/bottom_footer.php");
Jean-Michel
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
-
- Posts: 13
- Joined: Thu Nov 22, 2007 5:05 am
problem fixed
The problem with missing tab image is not to do with 0.8.7 - its to do with the filename - plugins/ipsubnet/images/tab_ipsubnet.GIF needs to be renamed to plugins/ipsubnet/images/tab_ipsubnet.gif
Re: problem fixed
OK thanks .. I will rename it for the next time.cynicismic wrote:The problem with missing tab image is not to do with 0.8.7 - its to do with the filename - plugins/ipsubnet/images/tab_ipsubnet.GIF needs to be renamed to plugins/ipsubnet/images/tab_ipsubnet.gif
Jean-Michel
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
hello,
I've just installed it on my cacti 0.8.7b with plugin architecture latest version PA 2.1 on a CentOS 5.2 x86...
The problem is that I can't find it anywhere in the webinterface to approve it.
I've placed it even right under the settings plugin but without luck.
With PA I have a plugin management page as well but it doesn't show up even there.
Any advices?
Thanks!
Chris
I've just installed it on my cacti 0.8.7b with plugin architecture latest version PA 2.1 on a CentOS 5.2 x86...
The problem is that I can't find it anywhere in the webinterface to approve it.
I've placed it even right under the settings plugin but without luck.
With PA I have a plugin management page as well but it doesn't show up even there.
Any advices?
Thanks!
Chris
It is a very simple plugin (encapsulation of the ipsubnet-body.html) and dont use all the PA2.x feature at this time. But it functions, I am using PA2.1.cristiv wrote:hello,
I've just installed it on my cacti 0.8.7b with plugin architecture latest version PA 2.1 on a CentOS 5.2 x86...
The problem is that I can't find it anywhere in the webinterface to approve it.
I've placed it even right under the settings plugin but without luck.
With PA I have a plugin management page as well but it doesn't show up even there.
Any advices?
Thanks!
Chris
1/ do you have set in /plugins/ipsubnet/config.php at least one of the parameters to TRUE. If you only want only ipsubnet_menu = TRUE (at left) you need a user with console rights
2/ If you have a old release you could have a realm conflict with a other plugin or have tab_ipsubnet.GIF instead tab_ipsubnet.gif under /plugins/ipsubnet/images
3/ could you open with an editor the .php and .html files and check if you have the (unix) carriage return. (I have uploaded the last time from a windows server)
4/ any rights problem in /plugins/ipsubnet/ or the files in it ? (for the same reason as 3/)
Jean-Michel
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
-
- Posts: 13
- Joined: Mon Sep 08, 2008 7:10 am
- Contact:
Changing the number of bits or mask do the same....cosminutz1977 wrote:Can you add an Wildcard field on your plugins?pepj2 wrote:I have add the possibility to change the values when changing Mask in IPv4.
You can copy the ipsubnet-body.html file or download the new release 0.4b in the first post.
Or do you want to see all the possible subnets for a mask ?
Jean-Michel
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
-
- Posts: 13
- Joined: Mon Sep 08, 2008 7:10 am
- Contact:
Hi,pepj wrote:Changing the number of bits or mask do the same....cosminutz1977 wrote:Can you add an Wildcard field on your plugins?pepj2 wrote:I have add the possibility to change the values when changing Mask in IPv4.
You can copy the ipsubnet-body.html file or download the new release 0.4b in the first post.
Or do you want to see all the possible subnets for a mask ?
No, i want to see the wildcard bits, for example:
10.0.0.0/255.255.255.224/0.0.0.31
It's possible? thx.
Who is online
Users browsing this forum: No registered users and 0 guests