in securecrt configure session with VT220 keyboard mapping and press F5 continuously when the router boots.
Saturday, February 3, 2024
Wednesday, January 31, 2024
OpenWRT linksys with TC and NETEM
install openwrt on e4200v2
Open ssh and http on the WAN (disable firewall)
Via GUI of openwrt (LuCi) install tc-full and kmod-netem
Inject some delay:
tc qdisc add dev internet root netem delay 10ms
Disable delay:
tc qdisc del dev internet root
tc -s qdisc ls dev internet
Sunday, January 7, 2024
vmware esxi letsencrypt certificate
Good info on how to install ssl certificate on esxi
(note that I run 6.5 which only seems to work with w2c 1.0.0)
https://github.com/w2c/letsencrypt-esxi/wiki/Installation-via-Web-UI
https://www.it-connect.fr/vmware-esxi-lets-encrypt-la-solution-pour-obtenir-un-certificat-ssl-gratuit/
Wednesday, August 23, 2023
Defining traffic in Ostinato
Thursday, June 22, 2023
Friday, September 16, 2022
EVE-NG gateway via Cloud0 not reachable
If a ping to a gateway outside of vmware doesn't work and you're sure that the promiscuous/forged mode in the virtual switch in vSphere is configured correctly, i.e.
router10.0.35.20---Cloud0-EVENG10.0.35.5-----LABSWITCH---LABROUTER(Arista with virtual-router 10.0.35.1)
Protocol Address Age (min) Hardware Addr Type Interface
Internet 10.0.35.19 - aabb.cc00.3d00 ARPA Ethernet0/0
Router#ping 10.0.35.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.35.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
ping from router to 10.0.35.1 doesn't work then do a ping towards the real IP 10.0.35.3.
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.35.3, timeout is 2 seconds:
.!!!!
This will populate the ARP table on the router with 10.0.35.1 also for some reaso
Protocol Address Age (min) Hardware Addr Type Interface
Internet 10.0.35.1 0 001c.7300.0099 ARPA Ethernet0/0
Internet 10.0.35.3 0 444c.a869.07dd ARPA Ethernet0/0
Internet 10.0.35.19 - aabb.cc00.3d00 ARPA Ethernet0/0
and then ping to 10.0.35.1 will work
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.35.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
YAML Files for ESP32
Gree Versati III https://gist.github.com/slanckma/3bad4ff49545488a3719766bdf0cdc76 TUF-2000M Water flow sensor https://gist.github.com/slan...
-
/var/log/syslog shows: Jun 18 11:21:18 labusraeveng01 iol_wrapper[105334]: 18/5 15:21:18.639 ERR#011Error while connecting local AF_UNIX: ...
-
zerotouch cancel -> only for current uptime (reload will start ZTP again) zerotouch disable -> forever to reenable zerotouch do: ...
-
install openwrt on e4200v2 Open ssh and http on the WAN (disable firewall) Via GUI of openwrt (LuCi) install tc-full and kmod-netem Injec...