Advertisement

09.22.2008 at 01:33AM PDT, ID: 23750662
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

URGENT! Site-to-site is not working after (trying) to enter new IP

Asked by dsl77 in Cisco PIX Firewall

Tags: , ,

Hi Experts,

We have been assigned with a new static IP for our Stockholm office and my collegeage has tried to change the address without luck! Were runninig a site-to-site between Stockholm and Copenhagen.

Please review the config for our PIXs below to spot the errors. I my self, have limited knowledge off the PIX language.

This a my details from our swedish ISP:
Range 194.237.a.36 (new Swedish ISP) - 194.237.a.39
Netmask 255.255.255.252
Gateway 194.237.a.37

To make it even more complicated i can't edit the Stockholm PIX from here - so I have to make sure i have the right config when coming to Stockholm - sorry!

Thanks in advance.
/DavidStart Free Trial
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:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
Copenhagen  Main Office
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXX encrypted
passwd XXX encrypted
hostname copenhagen
domain-name mycompany.dk
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
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 192.168.1.0 Copenhagen
access-list outside_in permit tcp any interface outside eq www 
access-list outside_in permit tcp any interface outside eq pop3 
access-list outside_in permit tcp any interface outside eq ftp 
access-list outside_in permit tcp any interface outside eq ftp-data 
access-list outside_in permit tcp any interface outside eq 4899 
access-list outside_in permit tcp any interface outside eq https 
access-list outside_in permit tcp any interface outside eq imap4 
access-list outside_in permit tcp 207.126.144.0 255.255.240.0 interface outside eq smtp 
access-list 101 permit ip 192.168.227.0 255.255.255.0 192.168.228.0 255.255.255.0 
access-list 101 permit ip 192.168.227.0 255.255.255.0 Copenhagen 255.255.255.0 
access-list no_nat_VPN permit ip 192.168.227.0 255.255.255.0 192.168.228.0 255.255.255.0 
access-list outside_cryptomap_40 permit ip 192.168.227.0 255.255.255.0 Copenhagen 255.255.255.0 
pager lines 24
icmp permit any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside copenhagen_ip 255.255.255.252
ip address inside 192.168.227.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN_Pool 192.168.228.100-192.168.228.200
pdm location 192.168.227.0 255.255.255.0 inside
pdm location 192.168.228.0 255.255.255.0 outside
pdm location 192.168.227.211 255.255.255.255 inside
pdm location 192.168.227.212 255.255.255.255 inside
pdm location Copenhagen 255.255.255.0 outside
pdm location 192.168.99.0 255.255.255.0 outside
pdm location 194.239.184.134 255.255.255.255 outside
pdm location 192.168.227.214 255.255.255.255 inside
pdm location 192.168.227.221 255.255.255.255 inside
pdm location 192.168.227.222 255.255.255.255 inside
pdm location 207.126.144.0 255.255.240.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface smtp 192.168.227.222 smtp netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface www 192.168.227.222 www netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface ftp 192.168.227.222 ftp netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface ftp-data 192.168.227.222 ftp-data netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface 4899 192.168.227.222 4899 netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface pop3 192.168.227.222 pop3 netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface https 192.168.227.222 https netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface imap4 192.168.227.222 imap4 netmask 255.255.255.255 0 0 
access-group outside_in in interface outside
route outside 0.0.0.0 0.0.0.0 195.184.116.125 1
timeout xlate 0:05: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 RADIUS protocol radius 
aaa-server LOCAL protocol local 
aaa-server partnerauth protocol radius 
aaa-server partnerauth (inside) host 192.168.227.221 secret timeout 10
http server enable
http 192.168.227.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set myset esp-des esp-md5-hmac 
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto dynamic-map dynmap 10 set transform-set myset
crypto dynamic-map dynmap 100 set transform-set myset
crypto dynamic-map outside_dyn_map 10 set transform-set myset
crypto map mymap 40 ipsec-isakmp
crypto map mymap 40 match address outside_cryptomap_40
crypto map mymap 40 set pfs group2
crypto map mymap 40 set peer old_stockholm_ip
crypto map mymap 40 set peer new_stockholm_ip
crypto map mymap 40 set transform-set myset
crypto map mymap 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map mymap client authentication partnerauth
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address old_stockholm_ip netmask 255.255.255.255 no-xauth no-config-mode 
isakmp key ******** address 194.237.8.13 netmask 255.255.255.255 no-xauth no-config-mode 
isakmp key ******** address new_stockholm_ip netmask 255.255.255.255 no-xauth no-config-mode 
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 3600
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption des
isakmp policy 30 hash sha
isakmp policy 30 group 2
isakmp policy 30 lifetime 3600
isakmp policy 50 authentication pre-share
isakmp policy 50 encryption 3des
isakmp policy 50 hash md5
isakmp policy 50 group 2
isakmp policy 50 lifetime 3600
vpngroup vpn3000 address-pool VPN_Pool
vpngroup vpn3000 dns-server 192.168.227.220 192.168.227.221
vpngroup vpn3000 default-domain mycompany.dk
vpngroup vpn3000 split-tunnel 101
vpngroup vpn3000 idle-time 7200
vpngroup vpn3000 password ********
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn enable outside
dhcpd auto_config outside
terminal width 80
 
Stockholm - Branch Office
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXX encrypted
passwd XXX encrypted
hostname stockholm
domain-name mycompany.dk
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 192.168.227.0 Raadhuspladsen
access-list inside_outbound_nat0_acl permit ip 192.168.1.0 255.255.255.0 Raadhuspladsen 255.255.255.0 
access-list outside_cryptomap_20 permit ip 192.168.1.0 255.255.255.0 Raadhuspladsen 255.255.255.0 
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside new_stockholm_ip 255.255.255.252
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location Raadhuspladsen 255.255.255.0 outside
pdm location copenhagen_ip 255.255.255.255 outside
pdm location 192.168.227.1 255.255.255.255 inside
pdm location 192.168.227.27 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 194.22.196.129 1
timeout xlate 0:05: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 
http server enable
http copenhagen_ip 255.255.255.255 outside
http 192.168.1.0 255.255.255.0 inside
http 192.168.227.1 255.255.255.255 inside
http 192.168.227.27 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set pfs group2
crypto map outside_map 20 set peer copenhagen_ip
crypto map outside_map 20 set transform-set ESP-DES-MD5
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address copenhagen_ip netmask 255.255.255.255 no-xauth no-config-mode 
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 3600
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 3600
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.33 inside
dhcpd dns 192.168.227.220 212.242.40.3
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain mycompany.dk
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
 
Keywords: URGENT! Site-to-site is not working…
 
Loading Advertisement...
 
[+][-]09.30.2008 at 08:32AM PDT, ID: 22606327

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.01.2008 at 01:00AM PDT, ID: 22612313

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.01.2008 at 10:38AM PDT, ID: 22616899

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.01.2008 at 12:01PM PDT, ID: 22617811

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.09.2008 at 06:25AM PST, ID: 22916344

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Cisco PIX Firewall
Tags: cisco, pix, 506e 501
Sign Up Now!
Solution Provided By: dsl77
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628