Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions vyos/gw01/config.boot.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ firewall {
}
protocol udp
}
rule 60 {
action accept
description "Allow NTP"
destination {
port 123
}
protocol udp
}
}
name OOB_FORWARD {
default-action drop
Expand Down Expand Up @@ -300,6 +308,14 @@ firewall {
}
protocol udp
}
rule 60 {
action accept
description "Allow NTP"
destination {
port 123
}
protocol udp
}
}
name SANDBOX_FORWARD {
default-action drop
Expand Down