10-07-2013 08:04 PM - edited 03-11-2019 07:48 PM
10-07-2013 08:52 PM
hi,
could you add:
interface vlan x
nameif outside
ip address
int eth0/0
switchport access vlan x
route outside 0 0
object network INSIDE_SEGMENT
subnet 10.10.0.0 255.255.255.224
nat (any,outside) dynamic interface
10-08-2013 04:20 AM
Hi,
As you mentioned that you can ping websites from internal LAN and cannot open the pages, This clearly states that this is an issue with the dns resolution.
Next thing the configuration shows that you are not using this firewall as internet gateway, so if you can get us the topology that you are using, it would be lot better to comment on the issue that you are facing.
Also if you can get us the output for packet-tracer on the ASA.
packet-tracer input inside udp 10.10.0.55 1234 4.2.2.2 53 detailed
packet-tracer input inside tcp 10.10.0.55 1234 4.2.2.2 80 detailed
Cheers,
Naveen
10-09-2013 10:02 AM
- 1 Create an object:
object network internet
subnet 0.0.0.0 0.0.0.0
- 2 Create an ACL
access-list outside_in extended permit icmp any any object-group ICMP
access-list outside_in extended permit icmp any interface outside
access-list outside_in remark Internet - (Just a description)
- 3 Create a NAT
object network internet
nat (inside,outside) dynamic interface
- 4 Create an Access Group (Should be named as the ACLs)
access-group outside_in in interface outside
Regards,
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