router0-dmz0: allow iperf UDP from VLAns
This commit is contained in:
parent
095b757e29
commit
bb2ddbbf6d
1 changed files with 6 additions and 2 deletions
|
@ -275,13 +275,17 @@ in {
|
||||||
|
|
||||||
vlan-to-fw = {
|
vlan-to-fw = {
|
||||||
allowedUDPPortRanges = [
|
allowedUDPPortRanges = [
|
||||||
|
{
|
||||||
|
from = 53;
|
||||||
|
to = 53;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
from = 67;
|
from = 67;
|
||||||
to = 68;
|
to = 68;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
from = 53;
|
from = 5201;
|
||||||
to = 53;
|
to = 5201;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue