I have used Aruba access points with two ethernet ports as VPN devices. It was okay for a home office or small office. When troubleshooting a problem, there was not much visibility. These command helped.
sh ap database
(Find the IP address of target AP)
sh datapath tunnel | include x.x.x.x
(Find the tunnel number with R=wired)
sh datapath bridge | include 'tunnel xx'
(List of mac addresses on remote LAN)
sh datapath session | include 'tunnel xx'
(List of current connection from LAN with IP addresses)
Thursday, July 27, 2017
Tuesday, July 25, 2017
How to copy file association from an individual to all users on a server.
I dont know why this application install will not do this automatically but I found a way.
reg copy HKEY_CURRENT_USER\Software\Classes\.upop HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.upop /s
reg copy HKEY_CURRENT_USER\Software\Classes\upopfile HKEY_LOCAL_MACHINE\SOFTWARE\Classes\upopfile /s
Of course it will be different for your app.
Friday, July 7, 2017
Business phone with bird poop!
I have worked on a lot of telephones but this was a first. Most of the buttons quit working so I had to replace it.
Monday, July 3, 2017
Mitel SMDR call records with telnet port 1752.
telnet 10.1.2.3 1752
07/03 09:37A 0000:00:00 T104 *** 4372 E
07/03 09:37A 0000:00:49 T103 005 3225 3225
07/03 09:38A 0000:00:22 T101 004 3225 3225
07/03 09:53A 0000:00:01 T101 *** 1808 E
07/03 10:21A 0000:00:57 T101 008 3235 T 3236
-07/03 10:24A 0000:06:33 T101 008 3215 3215
07/03 10:31A 0000:00:31 T102 009 3235 T 3236
07/03 11:00A 0000:01:06 T101 006 3225 3225
07/03 11:06A 0000:02:28 T101 006 3221 3221
07/03 11:29A 0000:02:04 T101 002 3223 3223
07/03 12:40P 0000:00:24 T101 *** 3216 3216
07/03 12:59P 0000:00:20 T103 002 3210 501
The phone numbers are usually on the right side but I deleted that info. This is very quick and useful for troubleshooting phone issues.
Subscribe to:
Posts (Atom)