Gegroet mede-tweakers 
Ik heb een probleempje met een PIX 515E. De Pix bevind zich in een DMZ opstelling dus:
Aan de Inside kant staan een aantal werkstations die dingen zoals mail uit de server in de DMZ halen. Echter soms heeft de PIX geen zin om een verbinding te leggen naar de Server in de DMZ. Hij blijft dan connecties weigeren van de workstation, pas zodra de PIX gereboot word, of als de workstations bijvoorbeeld een uur uitgestaan heeft kan hij weer connectie maken met de server in de DMZ. Andere workstations werken opdat moment wel gewoon goed.
De error die de PIX dan geeft is:
DNS etc geeft ook deze error:
Dit is de configuratie van mijn PIX:
Wat me dus het meest verbaast is dat het zo selectief is. Als een workstation eenmaal verbinding heeft met de DMZ blijft het allemaal gewoon werken, maar voor andere workstations in het netwerk kan het dan opeens weer niet werken . De "regular translation failed blabla" duid op een NAT regel die niet bestaat, maar zoals je ziet bestaat deze gewoon, en anders zou het voor de andere stations ook niet moeten werken.
De load van de PIX is niet hoog, memory gebruik is ook niet hoog (16mb).
Zie ik iets stoms over het hoofd?
Ik heb een probleempje met een PIX 515E. De Pix bevind zich in een DMZ opstelling dus:
code:
1
2
3
4
5
| Outside
|
PIX ---- DMZ
|
Inside |
Aan de Inside kant staan een aantal werkstations die dingen zoals mail uit de server in de DMZ halen. Echter soms heeft de PIX geen zin om een verbinding te leggen naar de Server in de DMZ. Hij blijft dan connecties weigeren van de workstation, pas zodra de PIX gereboot word, of als de workstations bijvoorbeeld een uur uitgestaan heeft kan hij weer connectie maken met de server in de DMZ. Andere workstations werken opdat moment wel gewoon goed.
De error die de PIX dan geeft is:
code:
1
| Jan 6 11:12:50 30.30.30.1 Jan 06 2005 11:15:51: %PIX-3-305006: regular translation creation failed for tcp src inside:172.16.1.63/32796 dst dmz:zeus/389 |
DNS etc geeft ook deze error:
code:
1
| Jan 6 11:12:40 30.30.30.1 Jan 06 2005 11:15:41: %PIX-3-305006: regular translation creation failed for udp src inside:172.16.1.63/32776 dst dmz:zeus/53 |
Dit is de configuratie van mijn PIX:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
| Building configuration... : Saved : PIX Version 6.3(4) interface ethernet0 auto interface ethernet1 auto interface ethernet2 auto nameif ethernet0 outside security0 nameif ethernet1 inside security100 nameif ethernet2 dmz security50 enable password <<CENSORED> encrypted passwd <<CENSORED>> encrypted hostname hades clock timezone CEST 1 clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00 fixup protocol dns maximum-length 512 fixup protocol ftp 21 fixup protocol h323 h225 1720 fixup protocol h323 ras 1718-1719 fixup protocol http 80 fixup protocol rsh 514 fixup protocol rtsp 554 fixup protocol sip 5060 fixup protocol sip udp 5060 fixup protocol skinny 2000 fixup protocol smtp 25 fixup protocol sqlnet 1521 fixup protocol tftp 69 names name 30.30.30.2 zeus access-list outside_access_in remark [HTTP] (outside) -> (dmz) 30.30.30.2 access-list outside_access_in permit tcp any interface outside eq www access-list outside_access_in remark [SSH] (outside) -> (dmz) 30.30.30.2 access-list outside_access_in permit tcp any interface outside eq ssh access-list outside_access_in remark [SMTP] (outside) -> (dmz) 30.30.30.2 access-list outside_access_in permit tcp any interface outside eq smtp access-list outside_access_in remark [IMAP] (outside) -> (dmz) 30.30.30.2 access-list outside_access_in permit tcp any interface outside eq imap4 access-list outside_access_in remark [FTP] (outside) -> (dmz) 30.30.30.2 access-list outside_access_in permit tcp any interface outside eq ftp pager lines 24 logging on logging timestamp logging trap warnings logging facility 23 logging host dmz zeus icmp deny any echo-reply outside mtu outside 1500 mtu inside 1500 mtu dmz 1500 ip address outside<<CENSORED>> 255.255.255.0 ip address inside 172.16.1.1 255.255.0.0 ip address dmz 30.30.30.1 255.255.255.0 ip audit info action alarm ip audit attack action alarm pdm location zeus 255.255.255.255 dmz pdm location 30.0.0.0 255.0.0.0 dmz pdm location 172.16.0.0 255.255.0.0 inside pdm logging warnings 100 pdm history enable arp timeout 14400 global (outside) 1 interface global (dmz) 1 30.30.30.50-30.30.30.60 nat (inside) 1 172.16.0.0 255.255.0.0 0 0 nat (dmz) 1 30.30.30.0 255.255.255.0 0 0 static (dmz,outside) tcp interface www zeus www netmask 255.255.255.255 0 0 static (dmz,outside) tcp interface ssh zeus ssh netmask 255.255.255.255 0 0 static (dmz,outside) tcp interface smtp zeus smtp netmask 255.255.255.255 0 0 static (dmz,outside) tcp interface imap4 zeus imap4 netmask 255.255.255.255 0 0 static (dmz,outside) tcp interface ftp zeus ftp netmask 255.255.255.255 0 0 access-group outside_access_in in interface outside route outside 0.0.0.0 0.0.0.0 <<CENSORED>> 1 timeout xlate 3:00:00 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00 timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00 timeout uauth 0:05:00 absolute aaa-server TACACS+ protocol tacacs+ aaa-server TACACS+ max-failed-attempts 3 aaa-server TACACS+ deadtime 10 aaa-server RADIUS protocol radius aaa-server RADIUS max-failed-attempts 3 aaa-server RADIUS deadtime 10 aaa-server LOCAL protocol local ntp server zeus source dmz prefer http server enable http 172.16.0.0 255.255.0.0 inside no snmp-server location no snmp-server contact snmp-server community public no snmp-server enable traps floodguard enable telnet 172.16.0.0 255.255.0.0 inside telnet timeout 60 ssh timeout 5 management-access inside console timeout 0 dhcpd address 172.16.1.50-172.16.1.150 inside dhcpd dns zeus<<CENSORED>> dhcpd lease 600 dhcpd ping_timeout 750 dhcpd domain <<CENSORED>> dhcpd auto_config outside dhcpd enable inside terminal width 80 banner login ------- banner login WARNING banner login ------- banner login Unauthorized access to this system is forbidden and will be prosecuted by law. banner login By accessing this system, you agree that your actions may be monitored if banner login unauthorized usage is suspected. Cryptochecksum:<<CENSORED> : end [OK] |
Wat me dus het meest verbaast is dat het zo selectief is. Als een workstation eenmaal verbinding heeft met de DMZ blijft het allemaal gewoon werken, maar voor andere workstations in het netwerk kan het dan opeens weer niet werken . De "regular translation failed blabla" duid op een NAT regel die niet bestaat, maar zoals je ziet bestaat deze gewoon, en anders zou het voor de andere stations ook niet moeten werken.
De load van de PIX is niet hoog, memory gebruik is ook niet hoog (16mb).
Zie ik iets stoms over het hoofd?
[ Voor 4% gewijzigd door Verwijderd op 07-01-2005 12:41 ]