OPENVPN - The Easy Tutorial - Routing

set interfaces openvpn vtun1 mode site-to-site set interfaces openvpn vtun1 protocol udp set interfaces openvpn vtun1 persistent-tunnel set interfaces openvpn vtun1 remote-host '198.51.100.10' set interfaces openvpn vtun1 remote-address '10.255.1.1' set interfaces openvpn vtun1 remote-port '1195' set interfaces openvpn vtun1 shared-secret-key networking - Routing with Quagga and OpenVPN - Server Fault Configure OpenVPN between each S[1-5] and C[1-5] server, creating a virtual network of 10.0.5x.0/24. (This is already working) 2. Install and configure Quagga with OSPF to announce routes. OpenVPN – OSPF Command

Open Shortest Path First (OSPF) protocol States

OSPF configuration on PPP interfaces often is a subject to misunderstanding. You need to keep in mind two things: There is no need to explicitly configure an interface in "/routing ospf interface" to start running OSPF on it. Only "routing ospf network" configuration determines whether the …

set interfaces openvpn vtun1 mode site-to-site set interfaces openvpn vtun1 protocol udp set interfaces openvpn vtun1 persistent-tunnel set interfaces openvpn vtun1 remote-host '198.51.100.10' set interfaces openvpn vtun1 remote-address '10.255.1.1' set interfaces openvpn vtun1 remote-port '1195' set interfaces openvpn vtun1 shared-secret-key

Open Shortest Path First (OSPF) protocol States