dmz does not connect with out ipv4 * * *
-
Trying to not have ipv4 * * rules
States Protocol Source Port Destination Port Gateway Queue Schedule Description Actions 0 /0 B
IPv4 ICMP
any
DMZ_WRT net * * * * none
0 /0 B
IPv4 TCP/UDP DMZ_WRT net 53 (DNS) * * * none
0 /0 B
IPv4 TCP/UDP DMZ_WRT net 80 (HTTP) * * * none
0 /0 B
IPv4 TCP/UDP DMZ_WRT net 443 (HTTPS) * * * none
6 /565.77 MiB
IPv4 * * * * * * none
but without ipv4* * dmz does not connect. I know this is something very simple, I got this from "pfsense" book. -
@elmo1943 said in dmz does not connect with out ipv4 * * *:
IPv4 TCP/UDP DMZ_WRT net 53 (DNS) * * * none
0 /0 B
IPv4 TCP/UDP DMZ_WRT net 80 (HTTP) * * * none
0 /0 B
IPv4 TCP/UDP DMZ_WRT net 443 (HTTPS) * * * none
6 /565.77 MiBI assume, it's the destination port which you want to specify in this rules. The source port must be "any" in each.
-
@viragomann Thank you, someday I may learn to read and understand what I read. Elmo