Archive for category freebsd

phpIPAM version 0.3 released

Dear all, I am happy to announce new version of PHP IP address management – version 0.3. Among other things It includes most requested subnet nesting…

DEMO: http://phpipamdemo.mihap.si/

List of bug fixes and new features:

	New features:
	-------------
	+ Subnet nesting - you can now have master subnet and normal subnets belonging to it;
	+ Server settings are now moved to database and can be set under admin menu;
	+ Request IP module on login page with email notification;
	+ Confirm/reject IP address request from admin page with mail notification;
	+ Admin dashboard notification of new requests;
	+ Autocomplete of owner and Switch name from all available when adding/editing IP address;
	+ New settings quick access on button hover;
	+ Option to export each subnet indivudually;

	Bugfixes / enhancements:
	------------------------
	+ jQuery update from 1.6 to 1.6.2;
	+ VLANs are now grouped by section;
	+ Direct access to subnet from vlan table;
	+ UI enhancements;
	+ Fixed user editing bug where user update broke password;
	+ Fixed password in new account notification;
	+ Fixed percentage display on Dashboard;
	+ IPv6 calculator /64 limit fixed;
	+ Changed tooltip effect to appear instantly for smoother display;
	+ Login functions are now separate file;

For upgrading please read UPGRADE file in package, basically it is done in standard unix way:

  1. Backup database and existing files;
  2. Extract package and edit settings in config.php;
  3. Update database with importing UPDATE.sql file;

New installation stays the same as before…

You can download it on source forge site: phpipam-0.3.

Some screenshots:

Comments welcome.

Kind regards,
Miha

3 Comments

IPAM (IP address management)

Lately I have played around in my free time with creating IPv4/v6 address management program, as a replacement for managing IP addresses and subnets etc. in excel file… There are many commercial IPAMs available, which can do even more stuff, but I prefer to keep things light, simple, free and without unneeded balast.

App is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5 features, so some modern browser is preferred to be able to display javascript quickly/correctly…

Some main features include:

  • Section / Subnet separation
  • IPv4/v6 support
  • Displays free range and number of clients
  • Subnet statistics
  • User management
  • E-Mail notification
  • Import IP addresses from XLS / CSV file
  • IPv4/v6 calculator
  • Search IP database
  • and many others.

If there will be interest I plan to launch it as an open source project. Next plans for v 0.2 are use of domain authentication, viewer-only user type, rss change feed, mass edit/delete/create, etc.

App can be tested on the following demo page:
ipamdemo

Some screenshots are below…

suggestions/comments are welcome :)
brm

67 Comments

FreeBSD login message | fortune

Da si malce polepsate login sporocilo v freebsd sistemih z nakljucnimi hinti uporabite programcek fortune, videl pri simonu in se navdusil…

Primer:

[mihapet@hackint0sh ~] ssh mihap.si
Last login: Mon Mar 15 15:59:10 2010 from 217.72.64.46
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
	The Regents of the University of California.  All rights reserved.

FreeBSD 8.0-RELEASE (GENERIC) #0: Sat Nov 21 15:48:17 UTC 2009
[root@mihap ~]#

Spremenimo v

[mihapet@hackint0sh ~] ssh mihap.si

You can open up a new split-screen window in (n)vi with :N or :E and then
use ^w to switch between the two.
[root@mihap ~]#

Seveda se prompt hinti dinamicno spreminjajo… Read the rest of this entry »

No Comments

IPv6 proxy streznik | squid 3.1

Squid od verzije 3.1 (trenutno je se v beta verziji) naprej pozna IPv6 protokol in zna delati kot ipv6 proxy streznik… To je med drugim uporabno tudi na mobilnem podrocju – vecina mobilnih naprav se nima dual-stack podpore (oz ipv6 podpore), ce smo natancni, mislim da v casu pisanja samo Nokia Symbian telefoni podpirajo IPv6 dialup preko EDGE/HSPA omrezja. Tak proxy postane uporaben v primeru, da imamo na voljo samo IPv6 povezavo, rabimo pa tudi dostop do IPv4 streznikov.

Do squida dostopamo preko IPv6, ta pa nam poleg IPv6 servira tudi IPv4 sajte -> v kolikor dobi od DNSa oba A in AAAA record jasno uporabi IPv6 povezavo… Vec o IPv6 podpori v lignju si lahko preberete na tem linku…

Same instalacije se nebi dotikal, kot vedno je odvisna od platforme… V kolikor nalagate binarne pakete bi morali imeti ipv6 podporo po defaultu omogoceno, v nasprotnem primeru ne pozabite sestaviti squida s podporo za ipv6.

Nastaviti moramo sledece:

  • IPv6 nastavitev dostopovne tocke (APN) na telefonu ali
  • Nastavitev brskalnika, da uporablja proxy streznik (google it!)
  • IPv6 konfiguracija streznika

Read the rest of this entry »

4 Comments

FreeBSD 8.0 released

No, pa je koncno tukaj – uradna 8.0 verzija. Novosti je veliko, ceprav se je govorilo da bo bolj evolutional release.

Navodila za nadgradnjo: klik!
Download: Klik!

lpm

1 Comment

Nov server

Evo, koncno imam svoj server (thanks Simon), sem najprej preselil blog… :) Veliko bolj zabavno se je igrati s svojo instalacijo wp kot s hostano, imas veliko vec moznosti za igranje! Mogoce bom imel sedaj vec veselja kaj "pametnega" spisati.

Sem sel kar na bolj bleeding-edge varianto, ampak saj bo kmalu final zunaj pa bomo updateali… –
FreeBSD server 8.0-RC1
.

Dosegljiv je tudi na ipv6, kot se za danasnje case spodobi!

[root@server ~]# host mihap.tushosting.si
mihap.tushosting.si has address 91.185.207.186
mihap.tushosting.si has IPv6 address 2a02:840:1:200::2
[root@server ~]#

lpm

No Comments