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.
We have a UCS C22 M3S that I am attempting to load a custom Ubuntu build onto. The build does not support software RAID, so it would detect the physical drives instead of the virtual drive. It would install the OS, then at reboot, the software RAID...
Using ASA 8.2(5)I'm trying to figure out how allow traffic from a host on Vlan2 to Vlan1 using the public address that is NAT'd on the outside interface to a device on Vlan1. Desired traffic flow10.100.8.123 (vlan2) ====> 50.50.50.50 (public address)...
Dan, I think you did not understand what I was saying when I said "I used 50.50.50.50 in my example to represent what is 172.20.1.1 in the static entries below". The 50.50.50.50 address was only used as an example so that it would be apparent that I...
This is the output from the sh run static. I used 50.50.50.50 in my example to represent what is 172.20.1.1 in the static entries below. static (vlan1,outside) 172.20.1.1 10.100.1.122 netmask 255.255.255.255 static (vlan1,vlan2) 172.20.1.1 1...
Thank you Varun, I added this line to the config: static (vlan1,vlan2) 50.50.50.50 10.100.1.122And verified that this line was already in the config: same-security-traffic permit inter-interfaceI've also added this ACL access-list insid...