This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title : "Vyos basic configuration" | |
Date : "25/07/2018" | |
Author : "Musha" | |
Reference : "http://soucy.org/vyos/UsingVyOSasaFirewall.pdf" | |
1) Configure network Interface eth0 (internet) | |
set interfaces ethernet eth0 address dhcp | |
set interfaces ethernet eth0 description 'OUTSIDE' | |
2) Configure network interface eth1 (dmz) |