Solaris LDOMs
How to replace boot disk on Solaris T2000
OpenVPN Road Warriors on OpenWRT (12.09 – 18.06.1)
Update and install OpenVPN and EasyRSA
opkg update
opkg install openvpn openvpn-easy-rsa
Edit /etc/easy-rsa/vars and at the end of the file fill the variables
Generate the keys/certificates for OpenVPN
build-ca
build-dh
build-key-server server
Generate the keys/certificates for OpenVPN (18.06.1)
cd /etc/easy-rsa/
easy-rsa init.pki
easy-rsa build-ca
easy-rsa build-dh
TP-Link TL-WR1043ND Multiwan (3 WAN interfaces)
TP-Link WR1043ND v2 VLAN/ Switch Config on Open WRT
After a lot of research and some help from here i configured and split the hardware switch
Extra notes:
Note 1: I not 100% sure, but if you change the WAN from VLAN 2 things are not working…
Note 2: The eth1.X should match the VLAN ID ( i didn’t know that, so it might help someone )
Note 3: Running BARRIER BREAKER (Bleeding Edge, r39319)
Note 4: If you keep the reset button (WPS/Reset) for more that 15″ the device resets to defaults (IP 192.168.1.1, telnet enabled )
Continue reading