hiho
if i use a dmz with private ips and i have a nat masquerading to external, how am i supposed to create a packet filter which lets only traffic to external and not internal. for example.. i create a rule which lets dmz hosts do dns queries to the internet.
source: dmz, protocol: dns, destination: any
this will lets my dmz query dns also in the internal network! i should replace any with something which defines only external/internet but theres is not such an object? extern address, extern broadcast, extern network is all not what i need... so whats the solution here?
This thread was automatically locked due to age.