06-26-2007 07:49 PM - edited 03-11-2019 03:36 AM
I have a cisco Asa 5510. The purpose of this firewall is to block all traffic between two servers and only open port 5450. I have attached a diagram of the connection of the two servers and the firewall. Basically one server is connected to eth0/0 directly and the other server is connected to eth0/1. I have enable both of this network interface and name eth0/0 as outside and eth0/1 as inside. The ip naming can be found in the attachement.
I want to know what other settings need to be done. Is there any static route needed? I seems not able to do a Ping from 1 side to another side. Please help me from scratch.
Thank you so much
06-27-2007 08:22 PM
i have tried,
static (inside,outside) 192.168.1.8 192.168.1.8 netmask 255.255.255.248 0 0
this works.. but still it cannot ping from inside to outside.
06-30-2007 01:23 AM
Isuue this commands in your ASA5510.
Enable
Config t
policy-map global_policy
class inspection_default
inspect icmp
This work on my ASA5505.
06-27-2007 08:26 PM
Actually can i reset everything now and please teach from the start? the architecture is like this,
Inside network:
server nic address: 192.168.1.10 subnet mask: 255.255.255.248
connect directly to eth0/1: 192.168.1.9 subnet mask: 255.255.255.248
Outside Network:
server nic address: 192.168.1.4 subnet mask: 255.255.255.248
connect directly to eth0/0: 192.168.1.1 subnet mask: 255.255.255.248
I reset to factory settings at management port, 10.1.1.1 subnet mask 255.255.255.0
can someone teach me from here?
06-27-2007 09:05 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide