In article < .com>,
Rich <> wrote:
>On Feb 1, 9:37 am, rober...@hushmail.com (Walter Roberson) wrote:
>> In article <1170276805.972299.222...@v45g2000cwv.googlegroups .com>,
>> <logicalr...@hotmail.com> wrote:
>> >If someone could help me that would be great. I have a Cisco ASA 5505
>> >that I'm trying to configure to allow any Internet IP Address to come
>> >through port 3206 and get to a workstation on the Internal network on
>> >the same port.
>> I think this should work:
>Thanks for your time and adivce. I've entered those commands and the
>ASA took them OK and I can see the Outside policy in the Security
>Policy of the ASDM utility. However, I still can't connect to port
>3206.
>Can you give me the appropriate NAT command as well and I'll try re-
>inputting that?
There is no 'nat' command applicable to the situation. When you
want to permit connections inward, you must use 'static'. The
only exception to the rule (other than for VPNs) is if you
are using identical public and internal addresses and tell the ASA
to turn off Network Address Translation for the address by using
nat (inside) 0 access-list . But that doesn't apply to you, as you
have indicated that you are using private IP addresses internally.
We might be able to see something if you post at least the following
kinds of lines from your configuration (obfuscated if you prefer):
- access-group, nat, static, any crypto map 'match address'
- any access-list mentioned in any of the above lines
- ip address
- ip route
When you encounter the problem, what do you see in your syslog when
you make a connection attempt? Push your 'logging trap' settings up
to at least 'informational' (level 6) to get the whole story.
|