virtualcenter


Our IT journal

Block WAN SSH / GUI on Edgerouter OS

To prevent exposing your device from WAN, which is the default, get to the GUI or SSH locally and run these commands. Change the addresses as needed.   configure set service gui listen-address 192.168.20.1 set service ssh listen-address 192.168.20.1 commit save exit  


Configuring an Edge Router for L2TP IPSec VPN using AD authentication via Radius

set vpn l2tp remote-access ipsec-settings authentication mode pre-shared-secret set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret <yourpresharedkey> set vpn l2tp remote-access authentication radius-server 192.168.0.5 key 82LButmnybLpXr%gqOEyj@@7Tu%IjqIdSUpq set vpn l2tp remote-access authentication radius-server 192.168.0.5 port 1812 set vpn l2tp remote-access authentication mode radius set vpn l2tp remote-access client-ip-pool start 192.168.100.200 set vpn l2tp remote-access client-ip-pool stop 192.168.100.249 set vpn l2tp remote-access dns-servers … Read More