Я интегрирую межсетевой экран Cisco ASA 5505 следующим образом:
Внутренний диапазон IP (VLAN-AWTP): 192.168.127.xxx (промышленные устройства)
Диапазон IP-адресов DMZ (VLAN-OPC): 192.168.77.xxx (имеется только ПК-сервер OPC, который обращается к промышленному сетевому устройству)
Внешний диапазон IP (VLAN-MWTP): 192.168.50.xxx (OPC-клиент)
Назначение брандмауэра - предоставить VLAN-MWTP доступ к ПК по VLAN-OPC ( полный доступ в порядке) и предоставить ограниченный доступ (один порт TCP) от сервера OPC к промышленному устройству . Это включает в себя NATing и такие, которые, я думаю, я реализовал нормально.
Вот мое текущее состояние дел и моя проблема:
-VLAN-OPC может получить доступ к VLAN-AWTP ok (может получить доступ к порту TCP на промышленном устройстве).
- ПК на VLAN-MWTP может отправлять эхо -запросы и rdp на ПК-сервер VLAN-OPC с использованием NATed 192.168.50.32 (переводится на 192.168.77.4), но, похоже, он не может просматривать или подключаться к серверу OPC. Я получаю сообщение об ошибке "Сервер RPC недоступен"
-Я выделил это как проблему брандмауэра, а не Windows DCOM, как это часто бывает с OPC-соединениями (у меня уже была такая проблема!). Я проверил, установив IP-адрес OPC-ПК в той же подсети, что и MWTP-VLAN, и обошел брандмауэр. Подключено нормально.
-Я пробовал несколько разных вещей, таких как включить проверку DCERPC, как было указано на нескольких форумах, но все еще не рад, но к этому моменту я чувствую себя не в своей тарелке, так что я вполне мог сделать что-то не так. Вы, вероятно, можете увидеть, где мои политики проверки начинают становиться неаккуратными.
-В принципе, я был бы доволен полным доступом (включая RPC, DCOM, что угодно) от VLAN-MWTP к VLAN-OPC. Я бы не подумал, что это должно быть так сложно ??
Конфигурация выглядит следующим образом:
ASA Version 8.2(5)
!
hostname AAA-AAAAA
enable password HxFQQ4ozRZkZGyAK encrypted
passwd HxFQQ4ozRZkZGyAK encrypted
names
!
interface Ethernet0/0
switchport access vlan 100
!
interface Ethernet0/1
switchport access vlan 200
!
interface Ethernet0/2
switchport access vlan 300
!
interface Ethernet0/3
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
shutdown
!
interface Vlan100
no forward interface Vlan300
nameif VLAN-AWTP
security-level 100
ip address 192.168.127.4 255.255.255.0
!
interface Vlan200
nameif VLAN-OPC
security-level 0
ip address 192.168.77.1 255.255.255.0
!
interface Vlan300
nameif VLAN-MWTP
security-level 0
ip address 192.168.50.245 255.255.255.0
!
ftp mode passive
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group network opc-chw-ip
access-list opc-access-in extended permit tcp host 192.168.77.4 host 192.168.77.50 eq 44818
access-list vws-access-out extended permit tcp host 192.168.77.4 host 192.168.127.50 eq 44818
pager lines 24
mtu VLAN-AWTP 1500
mtu VLAN-OPC 1500
mtu VLAN-MWTP 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
static (VLAN-AWTP,VLAN-OPC) 192.168.77.50 192.168.127.50 netmask 255.255.255.255
static (VLAN-OPC,VLAN-MWTP) 192.168.50.32 192.168.77.4 netmask 255.255.255.255
access-group vws-access-out out interface VLAN-AWTP
access-group opc-access-in in interface VLAN-OPC
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication telnet console LOCAL
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh 192.168.127.0 255.255.255.0 VLAN-AWTP
ssh timeout 60
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
username aaaaaaaa password Tpz8OQBnrHIDp010 encrypted privilege 15
!
class-map icmp-class
match default-inspection-traffic
class-map inspection-default
class-map CM-DCERPC
match port tcp eq 135
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map icmp_policy
class icmp-class
inspect icmp
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect ip-options
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
inspect icmp
inspect dcerpc
class CM-DCERPC
inspect dcerpc
policy-map PM-DCERPC
class CM-DCERPC
inspect dcerpc
!
service-policy global_policy global
service-policy icmp_policy interface VLAN-AWTP
service-policy PM-DCERPC interface VLAN-OPC
service-policy PM-DCERPC interface VLAN-MWTP
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly
subscribe-to-alert-group configuration periodic monthly
subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:f545ff56444cbffecda9d652f2261e2d
: end
ПК OPC, к которому я пытаюсь подключиться, имеет статический IP-адрес 192.168.77.4/24 со шлюзом 192.168.77.1 (этот брандмауэр).
Любая помощь будет очень, очень ценится!