I need port 1270/tcp open for SCOM monitoring. So, I've created a new zone 020_scom (since I know alphabetic ordering can cause preference issues... I make mine with digits beginning the names)
Then added the port 1270/tcp and my single source ip x.y.z.a/32 (and another test host) to the same zone (everything with --permanent) and then a --reload after it's all done.
I get:
020_scom (active)
target: default
icmp-block-inversion: no
interfaces:
sources: 1.2.3.4/32 2.3.1.2/32
services:
ports: 1270/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
and then adding the same port to the block zone:
block
target: %%REJECT%%
icmp-block-inversion: no
interfaces:
sources:
services:
ports: 80/tcp 443/tcp 1270/tcp 6082/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
However, I'm getting 'FINAL_REJECT:' from my SCOM host (or the second one there 2.3.1.2 - my other test host)
I tried deleting the port from the block zone, but still no-deal... being rejected.
Is there something simple that I'm doing wrong?