does "dns domain-lookup" work ?
When a ASA5505 8.2 is running EzVPN in NetworkExtention mode ??
Do you need to use inside or outside when using management-access inside... ?
Yes that is no problem, even with PIX.
Your problem is routing, which naturally must be inplace aswell.
Fx you can use 3 statics with 3 ISP IP's to 3 inside hosts.
but your routing will in the end, decide what way to go.
HTH
The PIX command CAPTURE is a very valuable tool, especially in throubleshooting.
What you do is this:
1. Create an ACL of - let's say an inside host you what to track - like this:
access-list cap1 permit ip any host INSIDEHOSTRACKED
access-list cap1 permit ip host INSIDEHOSTRACKED any
2. Simply...
Hi
I have been testing "damesac"'s sugguested method, and it looks like it works !
Great.
What I think confused me into think that this doesnt work, is the IMPORT msg after an import:
DEVICE NOT IMPORTED: Conflicting Devices (DCA CHANGED): 78
The above msg is not what I would call a pointer...
classical problem !
Once you have :
static (inside,outside) tcp interface 9008 10.10.11.10 9008 netmask 255.255.255.255 0 0
the interface command in that statement mean the IP OF THE OUTSIDE interface.
Hence it is THIS IP your application should point to on tcp/9008 !!
Hence you need to...
for some reason you ACL have been misnamed - use the ACL named "inbound" in your :
access-group outside_access_in in interface outside
i.e.
no access-group outside_access_in in interface outside
access-group inbound in interface outside
Also use the "interface ethernet0 100full" with caution...
no matter what you use - here is the concept:
you add a static command (NAT translation) from fx interface to inside IP of the forward-to host.
you add ACL giving what is permitted.
you add ACL to the outside interface.
I never uses the PDM, as it will likely mess around with your cfg at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.