kallol2002
Vendor
Dear,
Let me explain the senario. I have four location. We
are going to implement four PIX at four location. We
are using 501 for branch and 515E for head office.
Location A B C D
location A,B & D are branch and C is Head Office
We can connect B to C and D to C. But we cannot
connect B to D. B is connecting D via C that means B
is coming to C and then go to D. We did not try A yet.
We have created VPN from B to C, D to C & B to D
B to C and D to C are working fine. As B to D is
connecting via C we are facing problem. We can ping
from outer interface of B to outer interface of D and
vice versa. But cannot ping iner network to iner
network.
Is there anything extra required for connecting B to
D?
I am attaching configuration steps which we have
done in our PIX's.
I am waiting for your quick response.
Tks
Salman
Cisco PIX configuration
(Head Office) C
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.0.254
Mask : 255.255.255.0
Host Name : PBBHO
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.0.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.1 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.31.0 255.255.255.0 192.168.97.31
route outside 10.20.32.0 255.255.255.0 192.168.97.32
route outside 10.20.21.0 255.255.255.0 192.168.97.21
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.0.0 255.255.255.0 10.20.31.0 255.255.255.0
access-list 110 permit ip 10.20.0.0 255.255.255.0 10.20.32.0 255.255.255.0
access-list 110 permit ip 10.20.0.0 255.255.255.0 10.20.21.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.31 / 192.168.97.32 / 192.168.97.21
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.0.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.31.0 / 10.20.32.0 / 10.20.21.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Branch A
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.31.254
Mask : 255.255.255.0
Host Name : PBBSyB
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.31.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.31 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.0.0 255.255.255.0 192.168.97.1
route outside 10.20.32.0 255.255.255.0 192.168.97.32
route outside 10.20.21.0 255.255.255.0 192.168.97.21
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.31.0 255.255.255.0 10.20.0.0 255.255.255.0
access-list 110 permit ip 10.20.31.0 255.255.255.0 10.20.32.0 255.255.255.0
access-list 110 permit ip 10.20.31.0 255.255.255.0 10.20.21.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.1 / 192.168.97.32 / 192.168.97.21
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.31.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.0.0 / 10.20.32.0 / 10.20.21.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Branch B
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.32.254
Mask : 255.255.255.0
Host Name : PBBSyZ
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.32.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.32 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.31.0 255.255.255.0 192.168.97.31
route outside 10.20.0.0 255.255.255.0 192.168.97.1
route outside 10.20.21.0 255.255.255.0 192.168.97.21
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.32.0 255.255.255.0 10.20.31.0 255.255.255.0
access-list 110 permit ip 10.20.32.0 255.255.255.0 10.20.0.0 255.255.255.0
access-list 110 permit ip 10.20.32.0 255.255.255.0 10.20.21.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.31 / 192.168.97.1 / 192.168.97.21
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.32.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.31.0 / 10.20.0.0 / 10.20.21.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Branch D
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.21.254
Mask : 255.255.255.0
Host Name : PBBChA
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.21.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.21 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.31.0 255.255.255.0 192.168.97.31
route outside 10.20.32.0 255.255.255.0 192.168.97.32
route outside 10.20.0.0 255.255.255.0 192.168.97.1
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.21.0 255.255.255.0 10.20.31.0 255.255.255.0
access-list 110 permit ip 10.20.21.0 255.255.255.0 10.20.32.0 255.255.255.0
access-list 110 permit ip 10.20.21.0 255.255.255.0 10.20.0.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.31 / 192.168.97.32 / 192.168.97.1
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.21.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.31.0 / 10.20.32.0 / 10.20.0.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Let me explain the senario. I have four location. We
are going to implement four PIX at four location. We
are using 501 for branch and 515E for head office.
Location A B C D
location A,B & D are branch and C is Head Office
We can connect B to C and D to C. But we cannot
connect B to D. B is connecting D via C that means B
is coming to C and then go to D. We did not try A yet.
We have created VPN from B to C, D to C & B to D
B to C and D to C are working fine. As B to D is
connecting via C we are facing problem. We can ping
from outer interface of B to outer interface of D and
vice versa. But cannot ping iner network to iner
network.
Is there anything extra required for connecting B to
D?
I am attaching configuration steps which we have
done in our PIX's.
I am waiting for your quick response.
Tks
Salman
Cisco PIX configuration
(Head Office) C
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.0.254
Mask : 255.255.255.0
Host Name : PBBHO
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.0.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.1 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.31.0 255.255.255.0 192.168.97.31
route outside 10.20.32.0 255.255.255.0 192.168.97.32
route outside 10.20.21.0 255.255.255.0 192.168.97.21
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.0.0 255.255.255.0 10.20.31.0 255.255.255.0
access-list 110 permit ip 10.20.0.0 255.255.255.0 10.20.32.0 255.255.255.0
access-list 110 permit ip 10.20.0.0 255.255.255.0 10.20.21.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.31 / 192.168.97.32 / 192.168.97.21
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.0.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.31.0 / 10.20.32.0 / 10.20.21.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Branch A
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.31.254
Mask : 255.255.255.0
Host Name : PBBSyB
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.31.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.31 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.0.0 255.255.255.0 192.168.97.1
route outside 10.20.32.0 255.255.255.0 192.168.97.32
route outside 10.20.21.0 255.255.255.0 192.168.97.21
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.31.0 255.255.255.0 10.20.0.0 255.255.255.0
access-list 110 permit ip 10.20.31.0 255.255.255.0 10.20.32.0 255.255.255.0
access-list 110 permit ip 10.20.31.0 255.255.255.0 10.20.21.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.1 / 192.168.97.32 / 192.168.97.21
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.31.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.0.0 / 10.20.32.0 / 10.20.21.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Branch B
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.32.254
Mask : 255.255.255.0
Host Name : PBBSyZ
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.32.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.32 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.31.0 255.255.255.0 192.168.97.31
route outside 10.20.0.0 255.255.255.0 192.168.97.1
route outside 10.20.21.0 255.255.255.0 192.168.97.21
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.32.0 255.255.255.0 10.20.31.0 255.255.255.0
access-list 110 permit ip 10.20.32.0 255.255.255.0 10.20.0.0 255.255.255.0
access-list 110 permit ip 10.20.32.0 255.255.255.0 10.20.21.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.31 / 192.168.97.1 / 192.168.97.21
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.32.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.31.0 / 10.20.0.0 / 10.20.21.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server
Branch D
Step I
1) Initial configuration through Interactive Prompt
Enable Password : ******
Clock :
Inside IP Address : 10.20.21.254
Mask : 255.255.255.0
Host Name : PBBChA
Domain Name : intra.bracbank.com
IP of PDM Host : 10.20.21.x
2) Configuring PIX through PDM
To start PDM you have to start Internet Explorer or Netscape and type (Inside Interface IP)
Speed : Auto
Outside IP Address & Mask : 192.168.97.21 255.255.255.0
interface e0 auto (Wizard)
interface e1 auto (Wizard)
nameif e0 outside security0 (Wizard)
nameif e1 inside security100 (Wizard)
nat (inside) 0 0 : Do not translate
3) Configuring the PIX Firewall for routing
[clear arp]
route outside 10.20.31.0 255.255.255.0 192.168.97.31
route outside 10.20.32.0 255.255.255.0 192.168.97.32
route outside 10.20.0.0 255.255.255.0 192.168.97.1
4) Saving configuration
write memory
[write terminal]
Step II
1) Allowing inbound connections
access-list 110 permit ip 10.20.21.0 255.255.255.0 10.20.31.0 255.255.255.0
access-list 110 permit ip 10.20.21.0 255.255.255.0 10.20.32.0 255.255.255.0
access-list 110 permit ip 10.20.21.0 255.255.255.0 10.20.0.0 255.255.255.0
access-group 110 in interface outside
2) Controlling outbound connectivity
No restriction on outbound connection
3) Testing connectivity
[ping x.x.x.x]
Step III
1) VPN Configuration through PDM VPN wizard
Type of VPN : Site to Site
Interface on which the VPN will be enabled : Outside
Peer IP Address : 192.168.97.31 / 192.168.97.32 / 192.168.97.1
Authentication (Pre-shared Keys) : xxxxx
Local Host/Networks Interface : inside
Local Host/Networks IP Address : 10.20.21.0
Local Host/Networks Mask : 255.255.255.0
Remote Host/Networks Interface : Outside
Remote Host/Networks IP Address : 10.20.31.0 / 10.20.32.0 / 10.20.0.0
Remote Host/Networks Mask : 255.255.255.0
2) Save configuration to flash
Step IV
1) Remotely use PDM
Assign IP address of the remote PDM host in PDM
2) Using SSH
Install PUTTY
3) Remotely save configuration to TFTP server
Assign IP address of the network’s TFTP server
4) Using SNMP
Configure SNMP in PDM
Install SNMP software
5) Locally use Syslog Server
Configure syslog in PDM
Install Syslog server