From db518d9ef11042e530cd68187fe30031ef40fb7b Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Thu, 9 Dec 2021 16:22:38 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7696042..e8344a6 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,15 @@ above with their current state. For more information about a specific VM, run `vagrant status NAME`. ``` -Launching ```vagrant up``` without any argument turn on all the vms. +Launching ```vagrant up``` without any argument turn on all the vms - This may take up to 10-15 mins. -You have to do a little manual configuration on vrsx: +Once the VSRX VM ou have to do a little manual configuration on vrsx: ``` +> vagrant ssh vsrx1 ## to connect to the router + + + set system login user vagrant class super-user set system login user vagrant authentication ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key" set interfaces ge-0/0/1 description "HostOnly network" -- GitLab