Silencer99
Programmer
Hi there,
I have two internet connections and two firewalls. The first one is a Cisco PIX 501 and the second one is a Cisco ASA 5505 (basic license). Here is de basic config for both devices.
PIX 501:
Outside - Internet connection /29 (8 IPs)
Inside - 192.168.1.0 /24 - a few servers connected to the inside interface. All servers have static IPs and the default gateway set to 192.168.1.254 (PIX IP). Every server has it's own internet IP.
ASA 5505:
Outside - Internet connection /27 (32 IPs)
Inside - 192.168.2.0 /24 - a few servers connected to the inside interface. All servers have static IPs and the default gateway is set to 192.168.2.254 (ASA IP). Every server has it's own internet IP.
The networks are not linked to eachother and this is working very well. Now I have to link the two devices, because one server connected to the ASA needs to be accessible from an outside IP from the PIX.
Example:
PIX internet IP: 10.0.0.50 is mapped to inside IP 192.168.1.50. This IP needs to be routed towards the ASA, so it will become 192.168.2.50 and the IP can be used as an extra IP on the NIC and hold the same default gateway as the other IP's on the NIC.
This is what i have now (not working at all):
- Created a new interface on the ASA, with IP 192.168.1.50 (interface cannot use the outside interface, which is fine)
- Created a NAT rule to map 192.168.1.50 to 192.168.2.50 (don't think this is the right way)
Can you help me with this setup? I prefer using ASDM.
I have two internet connections and two firewalls. The first one is a Cisco PIX 501 and the second one is a Cisco ASA 5505 (basic license). Here is de basic config for both devices.
PIX 501:
Outside - Internet connection /29 (8 IPs)
Inside - 192.168.1.0 /24 - a few servers connected to the inside interface. All servers have static IPs and the default gateway set to 192.168.1.254 (PIX IP). Every server has it's own internet IP.
ASA 5505:
Outside - Internet connection /27 (32 IPs)
Inside - 192.168.2.0 /24 - a few servers connected to the inside interface. All servers have static IPs and the default gateway is set to 192.168.2.254 (ASA IP). Every server has it's own internet IP.
The networks are not linked to eachother and this is working very well. Now I have to link the two devices, because one server connected to the ASA needs to be accessible from an outside IP from the PIX.
Example:
PIX internet IP: 10.0.0.50 is mapped to inside IP 192.168.1.50. This IP needs to be routed towards the ASA, so it will become 192.168.2.50 and the IP can be used as an extra IP on the NIC and hold the same default gateway as the other IP's on the NIC.
This is what i have now (not working at all):
- Created a new interface on the ASA, with IP 192.168.1.50 (interface cannot use the outside interface, which is fine)
- Created a NAT rule to map 192.168.1.50 to 192.168.2.50 (don't think this is the right way)
Can you help me with this setup? I prefer using ASDM.