[ixpmanager] Routers, Patch Panels and MAC/L2 Addresses

Hege Trosvik hege.trosvik at usit.uio.no
Thu Aug 3 11:42:36 IST 2017


Hi,

as of the release of fedora 26, ixpmanager 4.5.0 works again
on fedora after som version issues at the end of fedora 25.

However, the pages for "Routers", "Patch Panels" and
"MAC/L2 Addresses" do not display properly. I though there
was a small chance this had something to do with fedora, but
after finally getting my local vagrant/virtualbox installation
in shape, and trying the ixpmanager vagrant box, I see the
same thing there.

As far as I can tell, these are the menu items pointing to
stuff under ./resources/views/ while the menu-items working
are under ./application/views/, though I have not checked all.

[root at ixp-test2 ixp]# find . -name layer2-address -print
./resources/views/layer2-address
[root at ixp-test2 ixp]# find . -name router -print
./resources/skins/inex/api/v4/router
./resources/views/router
./resources/views/api/v4/router
[root at ixp-test2 ixp]# find . -name patch-panel -print
./resources/views/patch-panel

Is there additional setup required to get something useful
under "Routers" etc?

Also, with vagrant, it seems the password for default user
jbloggs was not set:

mysql> select * from user;
+----+--------+----------+----------+----------------+------------------+------+-------+----------+-------------+---------------+---------+---------------------+
| id | custid | username | password | email          | authorisedMobile | uid  | privs | disabled | lastupdated | lastupdatedby | creator | created             |
+----+--------+----------+----------+----------------+------------------+------+-------+----------+-------------+---------------+---------+---------------------+
|  1 |      1 | jbloggs  | *0       | root at localhost | NULL             | NULL |     3 |        0 | NULL        |          NULL | NULL    | 2017-08-03 09:46:00 |
+----+--------+----------+----------+----------------+------------------+------+-------+----------+-------------+---------------+---------+---------------------+
1 row in set (0.00 sec)

Although the install script claims it was set:

==> default: ##################################################################
==> default: ###  Congratulations!
==> default: ##################################################################
==> default: 
==> default: Your new IXP Manager installation can be accessed via:
==> default: 
==> default:     http://10.0.2.15/
==> default: 
==> default: using the following login details:
==> default: 
==> default: Username: jbloggs        Password: ZcgEWvAb9PKJ2E4S
==> default: 

But I was unable to log in with this one. Setting it manually
in the database worked, though.

	Hege
	


More information about the ixpmanager mailing list