GB1000, 3.2.1
EXT = 194.81.167.0/24
PRO = 30.10.10.0/8
I need to allow incoming traffic to one specific host on the PRO
network. Have set up the IP Pas through as below but host is still
inaccessible. Have I missed something simple?
IP Pass Through
Hosts/Networks
Index Object or Address Range Interface
Options
----- -------------------------------- ------------------
---------
1 194.81.167.9 194.81.167.9 ANY
inbound
Filters
1 #DEFAULT: Allow outbound pass through.
Accept ANY ALL
from 194.81.167.9/255.255.255.255
to "ANY_IP"
2 #DEFAULT: Allow inbound pass through.
Accept "EXTERNAL" ALL
from "ANY_IP"
to 194.81.167.9/255.255.255.255
TIA.
Guy