When I SSH into some systems (such as an adtran appliance), they have an idle
timer where if the user (me) doesn't enter a command in a set amount of time,
the system will close the connection. It doesn't take much to keep the system
alive – simply hitting Enter periodically…
Kubernetes (k8s) is wildly popular because it's the sensible next step in
virtualization. Or perhaps it's not sensible, but it's definitely where a lot of
things have headed. It's all about containers. So what's the difference between
a container and "virtualization?" It's a bit like "fat" virtualization vs
"skinny" virtualization;…
There and back again, a short story about routing calls between SIP and an FXS
in an adtran.
Start with a primitive config
voice codec-list Default
default
codec g711ulaw
!
voice trunk T01 type sip
sip-server primary fqdn.example.com
sip-server rollover service-unavailable-or-timeout
registrar threshold absolute 20
registrar expire-time 140
codec-list…
Seems every couple months I have to look this up again, so I'm just going to
drop it here. If you're having trouble running privileged commands after su in
buster, well... they changed it. For the better, I'm sure, but changed all the
same.
The su command in buster is…
Trying to do a remote reboot of a UniFi device is straightforward when UniFi
controller is up, but what if UniFi cloudkey needs the reboot?
Do the following, assuming the UCK is attached to port 23 of the USW.
ssh user@usw
telnet localhost
en
configure
interface 0/23
poe…