Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: when to use destination port vs source port?

$
0
0

have you assigned the firewall rules to your interfaces?

 

Something like below.

    ethernet eth1 {
        address dhcp
        description WAN1
        duplex auto
        firewall {
            in {
                name WAN_IN
            }
            local {
                name WAN_LOCAL
            }
        }
        speed auto
    }

Viewing all articles
Browse latest Browse all 60861

Trending Articles