Skip to main content

infn.it - access to the local network



With a bit of efforts with stuff that I'm not used to I solved the "puzzle" and it's possible to use bugs and misconfigurations to have, also thanks to public informations (not a bad thing), access to the local network.



/afs/lnf.infn.it/project/server/

archived error:http://archive.is/DRuA8

The error is related to this open source event management system
https://github.com/indico/indico


They are using shibboleth sso (single signon) federated identity management





Publicly available Information:
Info server http://www.lnf.infn.it/Calcolo/afs/
lxgw.lnf.infn.it (open via ssh to all users)
lxplus.lnf.infn.it (open via ssh only from LNF lan)



- info from mit.edu
https://lost-contact.mit.edu/afs/lnf.infn.it/
http://archive.is/hshNP

Old informations from afs7.lnf.infn.it, afs1.lnf.infn.it, afs2.lnf.infn.it, afs3.lnf.infn.it




- Info servers (old - the servers are 10+): http://calcolo.lnf.infn.it/index.php?option=com_content&view=article&id=146&Itemid=602&lang=it


The LNF AFS cell is based on 7 server:

AFS0 - HP DL360 with Enterprise Linux - File server connected to EMC2 SAN
AFS1 - IBM H50 with AIX 5.3 - Authentication and File server (SSA Disk)
AFS2 - IBM B80 with AIX 5.3 - Authentication and File server (SSA Disk)
AFS3 - IBM H50 with AIX 5.3 - Authentication and File server (SSA Disk)
AFS4 - Dell 2550 with Enterprise Linux - File server connected to EMC2 SAN
AFS5 - HP DL360 with Enterprise Linux - File server connected to EMC2 SAN
AFS6 - HP DL360 with Enterprise Linux - File server connected to EMC2 SAN

AFS client machines managed by the Computing Service are:

axcalc (open to all users)
dxcalc (open to all users)
lxcalc (5 nodes, open to all users)
dxcf01 (groups e831, finuda, graal)

Comments

Popular posts from this blog

2022 - Remove (the too many) Ads from Memu launcher

Simple method Download from pureapk "MEmu Launcher2" ex: MEmu Launcher2_v6.0.9_apkpure.com Install "System app remover" (root) remove from system apps the "memu launcher 2" import the "purified" MEmu Launcher2 apk with the Memu utility ("apk" on the right toolbar) Longer method Install "Export Apk" Export the memu launcher2  Install purify https://github.com/echo-devim/purify/raw/master/Purify.apk use purify with the exported memu launcher 2 Install "System app remover" (root) remove from system apps the "memu launcher 2" import the "purified" MEmu Launcher2 apk with the Memu utility ("apk" on the right toolbar)      

Database Collation when installing Opencart 3.x, 4.x

  To avoid several problems the database collation for opencart should be as follows: - for Opencart 4.0.1.1 and above it should be " utf8mb4_general_ci " - for Opencart 1.5.51 (Opencart  2.x, Opencart 3.x ) up to Opencart 4.0.1.0 the collation should be " utf8_general_ci " - for Opencart 1.4.1 up to Opencart 1.5.4.1 the collation should be " utf8_bin " - for Opencart <1.1.1 up to Opencart 1.4.0 the collation should be " utf8_unicode_ci " If you are using the latest version of mysql always use " utf8mb4_general_ci ". Never use UTF8mb3*