Below I list a CLI Command reference for the Vyatta Router. # Configure Interfaces configure set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description “Internet-Connection” set interfaces ethernet eth1 address 192.168.1.1/24 set interfaces ethernet eth1 description “LAN-Connection” commit save # Configure DHCP configure set service dhcp-server set service dhcp-server shared-network-name LAN-01 set service dhcp-server shared-network-name LAN-01 subnet…
Tag: IPSEC
DHCP Relaying over IPSEC with a back end Centos 5.5 server…
Introduction This post is going to be a high level over view of having multiple sites all connecting back to a central office or hosted server in a data center using IPSEC VPN. Before starting make sure you have a IPSEC VPN tunnel up to the office or data center and validate connection both to…