Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Cisco ASA 5505, Software 8.0(3)ASA IP: xxx.xxx.xxx.yy4/29This is part of my ASA config that ensures PAT for incomming SMTP traffic:access-list acl_inbound_outside extended permit tcp any host xxx.xxx.xxx.yy7 eq smtpnat-controlglobal (outside) 1 inter...
Cisco ASA 5505, Software 8.0(3)MikroTik RouterBoard RB493AH, RouterOS 6.0IPsec site-to-site is set up.When MikroTik initiates IPsec tunnel to Cisco, it is established, data are encrypted and sent through tunnel as expected.When Cisco should initiate ...
We have Cisco ASA 5505, 90.x.y.2/29 IP is assigned to ourside interface.We have one internal HTTP server so that I usestatic (inside,outside) tcp interface www 172.16.0.10 www netmask 255.255.255.255to forward all incomming HTTP traffic to internal H...
I have set up Remote Access VPN using Cisco VPN. We use split tunneling to tunel internal IP range to VPN tunnel only.Now I need to route specific IP address from Cisco VPN Client sideto internal network and through it to Internet.I have added that...
We have Cisco ASA 5505 box.We have a /29 subnet available.At this moment one of IP addresses in this rage is assigned to VLAN2 used for outside interface.My question is how to set up following:all outgoing traffic from VLAN10 (for employees) will go ...
It works fine, thanks!ftp/smtp was mistyping error, as you say, my static nat should look and looks like this:static (inside,outside) tcp xxx.xxx.xxx.yy7 smtp 172.27.1.1 smtp netmask 255.255.255.255
I already hadsame-security-traffic permit intra-interfacein my configuration but NAT was the issue. I hadnat-controlglobal (outside) 1 interfacenat (inside) 0 access-list acl_no_nat_insidenat (inside) 1 0.0.0.0 0.0.0.0butnat (outside) 1 172.27.127.0 ...
outside1 and outside2 are same interface?How can I set them up?I need to let users to use SMTP and have outgoing address x.x.x.1but to have outgoing address x.x.x.2 for mail server only.