Lab 4.1: Network Firewalls 1
Summary
In this lab we shut down and then manage traffic between the LAN, DMZ,WAN and MGMT Networks.
Updating
Documentation: https://docs.vyos.io/en/equuleus/installation/update.html
Rolling
add system image https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.isoSpecific Image
copy file <version>://config/config.boot to /tmp/config.boot.<version>Configuring RIP
configure
set protocols rip interface <adapter>
set protocols rip network <network>/<subnet>
commit
saveEX:
configure
set protocols rip interface eth0
set protocols rip network '172.16.200.0/28'
commit
saveFirewall Zones Creation
EX:
Firewall Rule Creation
Debugging Firewall Blocks
REMEMBER TO CONFIGURE THE RIGHT FIREWALL.
Vyos Config
fw-mgmt
fw01
Last updated